Style sheets in DWTs

G

Guest

Hi guys.
Can you tell me how to attach a style sheet to a dwt editable region. I am
quiet new to css and dont know much about it..
I have read in some post that have to attach it in the head section of the
editable region.
How do I do that???



Cheers
 
T

Tina Clarke

mita said:
Hi guys.
Can you tell me how to attach a style sheet to a dwt editable region. I am
quiet new to css and dont know much about it..
I have read in some post that have to attach it in the head section of
the
editable region.
How do I do that???

You don't put your style sheet in an editable region there is no need.
Unless your going to be using several sheets throughout the attached pages
to the same dwt.

Yes put the CSS link between your head tags (view the code source in the
browser for http://accessfp.net/ )

You should have editables for your title and description and keywords as
below.

You might find this free DWT ebook helpful.

http://frontpage-ebooks.com/dwt-ebook.htm

Tina
--
Is it possible to clean up your FrontPage Code?
Ever wonder why some FrontPage sites are head and shoulders above the rest?
Why do some sites have that snap crackle and pop and others just put you to
sleep?
Want to learn the secrets to Cleaning up your FrontPage Code?
http://accessfp.net/frontpage-2003/tutorials/cleaning-up-frontpage-code.htm


<!-- #BeginEditable "doctitle" -->

<title>Page Title Here</title>

<!-- #EndEditable -->

<!-- #BeginEditable "keywords" -->

<meta name="KEYWORDS" content="site keywords here">

<!-- #EndEditable -->

<!-- #BeginEditable "description" -->

<meta name="DESCRIPTION" content="site description here">

<!-- #EndEditable -->
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top