Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Changing CSS design (template)

Quote Reply
Changing CSS design (template)
Hi.

All right, I have default luna template, and new one with only index.html and style.css.

What is the best and easiest way to make my site look like new template and not default (luna) one?

Thank you in advance.

Regards.

UnReal Network
Quote Reply
Re: [deadroot] Changing CSS design (template) In reply to
Hi,

In this case, I think you should create another template set. Then copy all *.eml, *.txt into the new one. Create new include_header and include_footer for your new design. The include_header template could contain all html code from the first line of html(i.e. <html> to the very first begining of the main content. And the include_footer contains the html code after the main content. Then try to copy the main content from the luna template for each new template like home, category, add, search, etc. The main content could be something within the tag <div id = content>...</div>

Hope that helps

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] Changing CSS design (template) In reply to
Hm...Will try something like this to be sure did I get it right...

Regards.

UnReal Network