Forum Moderators: phranque

Message Too Old, No Replies

Multiple layouts ....

         

tonyriley

8:00 pm on Feb 3, 2004 (gmt 0)

10+ Year Member



Hey all ... I have a site which is a single .php page which works as a temlate, and all pages are included into a template box. The pages themselves has no formatting at all, black text on a white bg as when included, they use the same .css file as the php template.

With this in mind..... can someone tell me the best way to go about with having multiple layouts. I would like to have about 3 different layouts, all completely different but serving the same content. So I take it this would be done in php and css right? ... and if so ... how?

Any links for imformation would be great ... Thanks!

tonyriley

6:55 pm on Feb 4, 2004 (gmt 0)

10+ Year Member



Anyone? :(

webdevjim

5:13 pm on Feb 5, 2004 (gmt 0)

10+ Year Member



Why not create the different style sheets and have an if or case statement in your .php code to pick which style sheet to use.