Quote:
Originally Posted by 1stgirl.com
Is there anything simple html coding I can do?
|
I am not a designer really but since nobody replied let me suggest you just the first aid.
In this part:
Quote:
</a> Facebook: Facebook Is The New Face Of Youth </font></b>
<div style='float: right; width: 125px; padding: 5px; margin: 5px; background-color: #FFFFCC; height:472px'>
|
just remove height:472px at the end, so it will look like:
Quote:
</a> Facebook: Facebook Is The New Face Of Youth </font></b>
<div style="float: right; width: 125px; padding: 5px; margin: 5px; background-color: #FFFFCC; ">
|
IMO there is a lot of other bad coding and practices here. Empty fonts, a lot table and css mixing, etc. Much of the inline styles should be simplified and converted to embedded or external css.