View Single Post
Old Oct 12, 2005 | 03:42 PM
  #9  
mayonaise's Avatar
mayonaise
Senior Member
 
Joined: Aug 2002
Posts: 3,181
Likes: 0
From: CA
Default

Originally Posted by sinthetiq
blah, i could use

Code:
<? include("header.php")?>
but i realized the layout's going to have a column as well. so i would have to have one layout..

i cant find any resource that shows an external css layout/format ..
that piece of code is PHP, which is a server side scripting language. if you can use php, that would be a good solution to your problem. you could still have "a column" as a separate file, depending on what you need to do with it.
Reply