Gossamer Forum
Home : Products : Gossamer Links : Discussions :

how to include document encoding in ALL pages on links sql?

Quote Reply
how to include document encoding in ALL pages on links sql?
Hi

I need to have this line :

<meta http-equiv="Content-Type" content="text/html; charset=windows-1253">

in ALL pages on my site. I change some of the templates, but I would like to know, how to include this line on my static pages?

I will try to make this more clear. I use static pages. Whenever I add new category,Links SQL generate new page, correct? I would like this line to be INCLUDED when links SQL generate new page for this category.

Thanks, Zoran
Quote Reply
Re: [Zoran] how to include document encoding in ALL pages on links sql? In reply to
Hi Zoran

Just add it to your category.html template in the head section.
i.e.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1253">
<title><%site_title%>: <%category_name%></title>

Regards

minesite
Quote Reply
Re: [minesite] how to include document encoding in ALL pages on links sql? In reply to
   
Hi Minesite

Thanks, that did the magic...

Best Regards, Zoran