View Single Post
  #2 (permalink)  
Old 04-09-2008, 06:54 AM
activeco activeco is offline
WebProWorld Veteran
 

Join Date: Jul 2004
Posts: 973
activeco RepRank 2
Default Re: I'm ugly. Please help. Thanks

Quote:
Originally Posted by 1stgirl.com View Post
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>&nbsp;
<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>&nbsp;
<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.
__________________
Vote Hussein, vote humanity

Last edited by activeco : 04-09-2008 at 07:01 AM.
Reply With Quote