David Dorward wrote:
> barret bonden wrote:
>
>> Trying to wean myself from frontpage, starting to play with CSS;
primarily
>> interested in how to make site consistant headers , left side menus and
>> page footers (the stuff I use FP for now) , don't see this in any web
>> tuorials for style sheets - so - how to , for example, make a top of
page
>> graphic appear on all pages in a site, with a one line table under it
with
>> some links for use as menu ?
>
> http://allmyfaqs.net/faq.pl?Include_one_file_in_another
>
>> Many thanks - (hope I'm in the right group) - also , while I'm here -
any
>> tools out there that take a graphical mock up of a page and write css ?
>
> I /think/ Photoshop might ... but the results are hideous. You can't
> magically convert a graphic into a webpage cleanly, there are too many
> factors to account for (font size, window size, etc).
>
Try using a server side include with ColdFusion.
Basically you make the header as a separate file and do this in your
pages:
<cfinclude template="filename.html">
very simple and efficient.


|