View Single Post
  #2  
Old 01-08-2007, 02:57 AM
 
balinor balinor is offline
 

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

Default Re: Please check this code.

You really need to classes instead of putting the code in the page. For example, you can create a new class in skin.css, let's call it test1:

.test1 {FONT-SIZE: 8pt; COLOR: #000080; FONT-FAMILY: Verdana;}

Then, in the page itself, you just call that class:

<p class="test1">code you want formatted</p>

Cuts down on the file size of your pages significantly. Also, <strong> is the W3C compliant tag now, not <b>

Moving to Template Editing
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote