Re: smarty templates and css
Yes you can attach one style sheet to multiple html files.
just make sure that this string in your html file
<link href="yourstylesheet.css" rel="stylesheet" type="text/css" />
says
<link href="www.yourwebsite.com/yourstylesheet.css" rel="stylesheet" type="text/css" />
just make sure that the css is in its own css file, and not embeded in the html code.
by the way, the only bad question around here, is the one you didnt ask.
|