This wordpress theme is the stupid one not me.

fatjack'sblackhat

Power Member
Joined
Jul 16, 2008
Messages
628
Reaction score
136
Anyone know how to fix this? Its really no big deal I'm sure, its just that my content is getting all covered up by a big grey strip across my page that blocks half my articles. The content is still there, you just cant see it because the letters match the color of the grey strip.. Here is what I'm talking about:
HTML:
http://legalreportsflorida.com/seeking-help-of-a-florida-family-law-attorney/

I'm sure its just a quick fix by editing the style.css but idk. Can anyone help me out? Thanks!
 
On line 243 you have a < /div> tag that doesn't close any <div>.
This is usually the result of incorrectly nested elements.
On Line 32 the correct syntax should be
Code:
document.write('<style type="text/css">.tabber{display:none;}</style>');

Fix your html first, and then after check your css. Going the opposite way doesn't make any sense.

Also, this might help you: http://infohound.net/tidy/
 
Back
Top