X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   H1 Css tags (https://forum.x-cart.com/showthread.php?t=15289)

gargonzo 07-18-2005 08:30 AM

H1 Css tags
 
Folks.. many questions:

is there a simple way to convert titles, and other tags that might be relevant to SEO to h1 css tags? please explain the steps needed to do this.

also

is there a simple way to print all the catalog pages?

regards
garz

balinor 07-18-2005 08:41 AM

Sure, just edit the templates that contain the items you want to convert.

e1front 07-18-2005 01:50 PM

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


All times are GMT -8. The time now is 02:39 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.