Log in

View Full Version : Need some help fixing code in showthread


huskermax
11-01-2011, 05:21 PM
<a href="https://www.vbulletin.com/forum/showthread.php/390148-Quick-reply-button-not-working" target="_blank">https://www.vbulletin.com/forum/show...on-not-working</a>

The link above has my showthread temp in it. The code in blue is ad code I used for vertical ads (see screen shot). When this code was put in it prevented the quick reply box from working. So I need some help fixing this. I would like to keep the vertical ads but need to put it were it needs to go to allow the quick reply to work.

Can anyone help me out here?

nhawk
11-01-2011, 06:01 PM
While I don't have the time to do a fix for you, I do see two problems...

1) You're using tables. vB4 is CSS driven.
2) You have a form nested in another form which doesn't work. (one of those scripts is a form)

You need to put the code in a <div class='???'> and define the class in CSS. And you need to move it outside of the form that's already on the page.

huskermax
11-01-2011, 06:39 PM
While I don't have the time to do a fix for you, I do see two problems...

1) You're using tables. vB4 is CSS driven.
2) You have a form nested in another form which doesn't work. (one of those scripts is a form)

You need to put the code in a <div class='???'> and define the class in CSS. And you need to move it outside of the form that's already on the page.

I tried to take out the tables and that did not work. So if I can take out the tables and define the class will that work?

huskermax
11-03-2011, 05:29 PM
I am just not good enough at CSS to fix this. If anyone has the time to help it would be great. I have tried but I am not getting it.:(