Thread: header editing
View Single Post
  #6  
Old 11-06-2006, 01:02 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: header editing

Quick examples:

1. height="20px", width="25px", etc - you can only use 'px' if you are using CSS.

2. <FONT style="
color:black;
family:arial;
font-sizex-small;">
</FONT>

Never use <font> tags, and if they aren't formatting anything (like this one) remove them.

3. <TABLE border="0" cellpadding="0" cellspacing="0" valign="top">

<FORM action="home.php" method="GET" name="sl_form">

Form tags need to go OUTSIDE of table tags.

Really pays to keep the code optimized, as you will have issues with some browers interpreting this code, particularly as the new ones roll out.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote