Code:
<vb:if condition="$show['quickreply']">
<div id="qr_defaultcontainer" class="blockfoot floatcontainer qrcontainer<vb:if condition="$show['qr_require_click']"> qr_require_click</vb:if>">
<form class="vbform" name="quick_reply" id="quick_reply" method="post" action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newreply.php?do=postreply&t={vb:raw threadid}"
onsubmit="return qr_prepare_submit(this, {vb:raw vboptions.postminchars});">
<div id="qr_error_tbody" class="block errorblock hidden">
<h3 class="blockhead">{vb:rawphrase errors}</h3>
<div class="blockbody formcontrols">
<h3 class="blocksubhead">{vb:rawphrase errors_occured_when_submitted}</h3>
<div class="blockrow error" id="qr_error_td"></div>
</div>
<div class="blockfoot actionbuttons"><div class="group"><a href="javascript://" class="textcontrol" onclick="return qr_hide_errors()">{vb:rawphrase okay}</a></div></div>
</div>
</td><td style="vertical-align:top; width: 170px !important; padding-left:7px; padding-top: 10px;"><script src="http://tag.contextweb.com/TagPublish/getjs.aspx?action=VIEWAD&cwrun=200&cwadformat=160X600&cwpid=536973&cwwidth=160&cwheight=600&cwpnet=1&cwtagid=105587"></script><br><br>
<SCRIPT>
document.write('<scr' + 'ipt src=http://ad.doubleclick.net/adj/huskermax.fsv/home;sect=home;fantasy=no;game=no;tile=2;sz=160x600;ord=' + random_number + '?></scr' + 'ipt>');
</SCRIPT>
<NOSCRIPT>
<A HREF="http://ad.doubleclick.net/jump/huskermax.fsv/home;sect=home;fantasy=no;game=no;tile=2;sz=160x600;ord='+random_number+'?" >
<IMG SRC="http://ad.doubleclick.net/ad/huskermax.fsv/home;sect=home;fantasy=no;game=no;tile=2;sz=160x600;ord='+random_number+'?" border="0" height="600" width="160"></A>
</NOSCRIPT></td></tr></table>
<div class="wysiwyg_block">
<div class="blockbody formcontrols">
<div class="blockrow">
{vb:raw messagearea}
</div>
--------------- Added [DATE]1319649745[/DATE] at [TIME]1319649745[/TIME] ---------------
Quote:
Originally Posted by kh99
That's kind of hard to read, you should put it in [code][/code] tags. Also, I guess the 405, 406, 407, etc are line numbers from pasting the code?
I can't see right off what's wrong, but I do see </td></tr></table> at the end of the bold section when I don't see what table they belong to.
|
I tried code tags and it won't let me. It says I have to many characters.
--------------- Added [DATE]1319649809[/DATE] at [TIME]1319649809[/TIME] ---------------
Quote:
Originally Posted by kh99
That's kind of hard to read, you should put it in [code][/code] tags. Also, I guess the 405, 406, 407, etc are line numbers from pasting the code?
I can't see right off what's wrong, but I do see </td></tr></table> at the end of the bold section when I don't see what table they belong to.
|
I am not sure on the table either. Can I close that table at the top of the bolded code maybe? This is on my test board as well so I can get you access. It won't let me post the whole showthread temp even with code tags.
--------------- Added [DATE]1319650100[/DATE] at [TIME]1319650100[/TIME] ---------------
Code:
<vb:if condition="THIS_SCRIPT == 'showthread'">
<table>
<tr><td>
</vb:if>
The above code was added starting on line 266 were the ad code above (in bold) was added on line 404. That is the first open table code I see with out a close.
--------------- Added [DATE]1319651373[/DATE] at [TIME]1319651373[/TIME] ---------------
How can I copy and post the whole showthread temp and get around the character limit?
--------------- Added [DATE]1319729111[/DATE] at [TIME]1319729111[/TIME] ---------------
To see the whole showthread code follow the link.
https://www.vbulletin.com/forum/show...on-not-working.
On the .com board I can post all the text and I put the a code in blue and bold. Not sure why it won't let me post the whole code here even when using code tags.