PC Review


Reply
Thread Tools Rate Thread

css for editable region in DWT

 
 
=?Utf-8?B?QkEgRmluc3RlYWQ=?=
Guest
Posts: n/a
 
      22nd Jan 2005
I am an admitted newbie. FP 2003. I have created a DWT with an external css
and with a single editable field, and have attached the DWT to a number of
pages. On one of the attached pages, I would like to change the Body Normal
Font, and also the hyperlink characteristics. Apparently I cannot do so with
a style sheet; is there an option other than creating a second DWT with a
different external css, or just changing everything manually? Many thanks.
--
BA Finstead
 
Reply With Quote
 
 
 
 
Ronx
Guest
Posts: n/a
 
      22nd Jan 2005
In the DWT add an extra editable region in the <head> section, below the
call to the existing style sheet.

<head>
.......
<link relative type="text/css href="styles.css">

<!-- #BeginEditable "moreStyles" -->
<!-- place extra styles here -->
<style type="text/css">
a {text-decoration:none;}
</style>
<!-- #EndEditable -->

</head>


Update your pages with the edited DWT.

You can then edit the styles (or link to another style sheet) in individual
pages within the new editable region.

--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.


"BA Finstead" <(E-Mail Removed)> wrote in message
news:25B246F1-98BE-43A9-8802-(E-Mail Removed)...
>I am an admitted newbie. FP 2003. I have created a DWT with an external
>css
> and with a single editable field, and have attached the DWT to a number of
> pages. On one of the attached pages, I would like to change the Body
> Normal
> Font, and also the hyperlink characteristics. Apparently I cannot do so
> with
> a style sheet; is there an option other than creating a second DWT with a
> different external css, or just changing everything manually? Many
> thanks.
> --
> BA Finstead



 
Reply With Quote
 
Jens Peter Karlsen[FP MVP]
Guest
Posts: n/a
 
      22nd Jan 2005
You can use an internal stylesheet. That will override the external
stylesheet. You only need to specify the styles that are different, the
rest will be picked up from the external stylesheet.
You can also use inline styles if it is only a few places you need
changes. This will override both an external and internal stylesheet.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

> -----Original Message-----
> From: BA Finstead [private.php?do=newpm&u=]
> Posted At: 22. januar 2005 03:47
> Posted To: microsoft.public.frontpage.client
> Conversation: css for editable region in DWT
> Subject: css for editable region in DWT
>
>
> I am an admitted newbie. FP 2003. I have created a DWT with
> an external css and with a single editable field, and have
> attached the DWT to a number of pages. On one of the
> attached pages, I would like to change the Body Normal Font,
> and also the hyperlink characteristics. Apparently I cannot
> do so with a style sheet; is there an option other than
> creating a second DWT with a different external css, or just
> changing everything manually? Many thanks.
> --
> BA Finstead
>


 
Reply With Quote
 
=?Utf-8?B?QkEgRmluc3RlYWQ=?=
Guest
Posts: n/a
 
      24th Jan 2005
Thanks!

BA Finstead

"Ronx" wrote:

> In the DWT add an extra editable region in the <head> section, below the
> call to the existing style sheet.
>
> <head>
> .......
> <link relative type="text/css href="styles.css">
>
> <!-- #BeginEditable "moreStyles" -->
> <!-- place extra styles here -->
> <style type="text/css">
> a {text-decoration:none;}
> </style>
> <!-- #EndEditable -->
>
> </head>
>
>
> Update your pages with the edited DWT.
>
> You can then edit the styles (or link to another style sheet) in individual
> pages within the new editable region.
>
> --
> Ron Symonds (Microsoft MVP - FrontPage)
> Reply only to group - emails will be deleted unread.
>
>
> "BA Finstead" <(E-Mail Removed)> wrote in message
> news:25B246F1-98BE-43A9-8802-(E-Mail Removed)...
> >I am an admitted newbie. FP 2003. I have created a DWT with an external
> >css
> > and with a single editable field, and have attached the DWT to a number of
> > pages. On one of the attached pages, I would like to change the Body
> > Normal
> > Font, and also the hyperlink characteristics. Apparently I cannot do so
> > with
> > a style sheet; is there an option other than creating a second DWT with a
> > different external css, or just changing everything manually? Many
> > thanks.
> > --
> > BA Finstead

>
>
>

 
Reply With Quote
 
=?Utf-8?B?QkEgRmluc3RlYWQ=?=
Guest
Posts: n/a
 
      24th Jan 2005
Thanks!

BA Finstead

"Jens Peter Karlsen[FP MVP]" wrote:

> You can use an internal stylesheet. That will override the external
> stylesheet. You only need to specify the styles that are different, the
> rest will be picked up from the external stylesheet.
> You can also use inline styles if it is only a few places you need
> changes. This will override both an external and internal stylesheet.
>
> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
> > -----Original Message-----
> > From: BA Finstead [private.php?do=newpm&u=]
> > Posted At: 22. januar 2005 03:47
> > Posted To: microsoft.public.frontpage.client
> > Conversation: css for editable region in DWT
> > Subject: css for editable region in DWT
> >
> >
> > I am an admitted newbie. FP 2003. I have created a DWT with
> > an external css and with a single editable field, and have
> > attached the DWT to a number of pages. On one of the
> > attached pages, I would like to change the Body Normal Font,
> > and also the hyperlink characteristics. Apparently I cannot
> > do so with a style sheet; is there an option other than
> > creating a second DWT with a different external css, or just
> > changing everything manually? Many thanks.
> > --
> > BA Finstead
> >

>

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DWT Editable region not saving? mylittleyellowduck Microsoft Frontpage 2 4th Jun 2009 11:24 AM
Small Editable region James Brown Microsoft Frontpage 1 22nd Feb 2009 06:27 AM
cancel DWT and 100% editable region Jeanette Microsoft Frontpage 0 29th Sep 2004 07:38 AM
dwt and 100% editable region Jeanette Microsoft Frontpage 0 29th Sep 2004 07:31 AM
Name tags in editable region on DWT =?Utf-8?B?UmF5bW9uZA==?= Microsoft Frontpage 1 18th Jan 2004 01:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:05 AM.