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