PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage Style sheets in DWTs

Reply

Style sheets in DWTs

 
Thread Tools Rate Thread
Old 21-09-2006, 05:18 AM   #1
=?Utf-8?B?bWl0YQ==?=
Guest
 
Posts: n/a
Default Style sheets in DWTs


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
  Reply With Quote
Old 21-09-2006, 05:42 AM   #2
Tina Clarke
Guest
 
Posts: n/a
Default Re: Style sheets in DWTs


"mita" <mita@discussions.microsoft.com> wrote in message
news:2156F970-6847-4061-B176-78E40618831A@microsoft.com...
> 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


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/...ntpage-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 -->


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off