Thread: H1 Css tags
View Single Post
  #3  
Old 07-18-2005, 01:50 PM
 
e1front e1front is offline
 

Senior Member
  
Join Date: Feb 2003
Posts: 179
 

Default

for search engine purposes
you should use <h1> .... </h1> with you important phrases
I use it generally on the titles of dialog boxes

1- Open skin1.css
add the following lines
Code:
H1 { FONT-WEIGHT: bold; FONT-SIZE: 11px; line-height: 10px;display:inline; }
*you can change color and size to suit your needs

2- Open dialog.tpl
find {$title}
replace it with
<h1> {$title}</h1>

I hope this help
Reply With Quote