Quote:
Originally Posted by meissenation
Anyone know why
HTML Code:
<strong></strong> and <ul></ul><li></li>
tags do not work in the custom page? I've never seen HTML just be ignored like that. I can view it in the source code for the page so I know it's not my cache just not refreshing but yet it's not doing what the HTML tags say to do.
http://www.mifbody.com/vbulletin/advertise.php
If you view the source and then compare where it says "SOLD" in red - it should be strong. All the headings should be strong for that matter.
Edit:
Weird - works perfectly fine, though...
|
View your css using something like firebug and you'll see that vb has added css that deals with those tags. If you don't like it, then modify it. You can add css to your own page to override the other.