Link to home
Start Free TrialLog in
Avatar of livegirllove
livegirllove

asked on

html formatting is making my eyes bleed

I need somebody to look at http://free.livegirllove.com and tell me how to get the headers in my colomns to all line up.  CAUTION!!! Adult Content!!!!

The 2nd, 3rd, 4th, 5th, set of colomns are perfect, why won't the rest line up.  You will see how the white bar is not even across the three colomns.  

Also Why is there a blank space at the top above the .swf header?  I can't figure it out.  The only stuff above the .swf header are the layers, and the  javascript stuff.

ASKER CERTIFIED SOLUTION
Avatar of seanpowell
seanpowell
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The problem columns are caused by different numbers of <br> tags...

In one case it's:
Column Heading Word</font></font></b><br><br>

in other cases its:
Column Heading Word</font></font></b><br>

and this image sometimes has a <br> tag after it, others don't. So you're getting inconsistencies.
<img src="http://free.livegirllove.com/images/whitebar.gif" width="220" height="2"><br>

You just need to make sure that each column uses "exactly" the same code, and you'll be fine.

Thanks,
georgemarian

Avatar of livegirllove
livegirllove

ASKER

That worked great!!
thats true in the first set of colomns, I added the second <br> just to see if that would help.  However in colomns 6 and 7 I believe the code is the same.  I'm going to take another look though.  Could you?  
yeah ok you are right, im an idiot
thanks for the help!!

My pleasure...
Ok it all looks great now.
thanks