Author |
Topic  |
|
agrecojr
Starting Member
6 Posts |
Posted - 09 January 2004 : 01:02:02
|
For the most part everything installed fine. I have a couple of mods running including Polls. The probelm is after installing this my table got whacked out and I can't figure out what to do to fix it, any thoughts? I his the smiley table and still nothing
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 09 January 2004 : 01:08:38
|
You've got too many td tags on there, review your changes just before the line that displays "Screensize" |
 |
|
agrecojr
Starting Member
6 Posts |
Posted - 09 January 2004 : 01:22:21
|
Hrm... I checked. :/
vbNewLine & _ " <input name=""CAT_ID"" type=""hidden"" value=""" & strRqCatID & """>" & vbNewLine & _ " <input name=""Refer"" type=""hidden"" value=""" & replace(strRefer,"#","#") & """>" & vbNewLine & _ " <input name=""cookies"" type=""hidden"" value=""yes"">" & vbNewLine '################################# Poll Mod ##################################### if Request.QueryString("poll") = "1" then Response.Write " <input name=""poll"" type=""hidden"" value=""1"">" & vbNewLine & _ " <input name=""count"" type=""hidden"" value=""" & nCount & """>" & vbNewLine end if '################################################################################
if strRqMethod = "Edit" or strRqMethod = "EditTopic" or strRqMethod = "Forum" or strRqMethod = "EditForum" or _ strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _ strRqMethod = "Topic" or strRqMethod = "TopicQuote" then Response.Write " <tr>" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Screensize:</b></font></td>" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _ " <select name=""SelectSize"" size=""1"" tabindex=""-1"" |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 09 January 2004 : 01:25:56
|
even above that, it's somewhere between the table tag and the code you've pasted. |
 |
|
|
Topic  |
|