Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Andrea F. Fahy #1
Page Properties - Links
I have set my page properties for link colors/rolloever. This takes care of
the links in my menus which are part of my template. But, I need links within
the editable body to be a different color.
The page properties are set for links to be white. My menu links are on a
green background. But, when editing the body for a new page, links typed in
the paragraph cannot be viewed as the body is white.
How can I go about addressing this?
Andrea F. Fahy Guest
-
C4 Page Properties Problem
I use a table for my navigation links, one cell per link. I set page properties-link to Never Underline, and change the color for Rollover. Then... -
Help! Cannot edit Page Properties using CT3
We designed our intranet using ASP and using a template we created in Dreamweaver. I have recently upgraded to Contribute 3 and so have others. When... -
Uneditable page Properties
I have a similar problem. I have checked the Dreamweaver template syntax and it's fine, but Contribute 3 won't let my client edit the page... -
asp.net page not seeing custom control, can't set properties
I have a asp.net.vb page with a custom control, and for some reason the codebehind is not seeing the control. The control is in a file... -
page properties
Hi all, I ve probably a very simple question but i really can't find an answer. I d like to know in an ASP page what is the URL of the page, the... -
David.Holley #2
Re: Page Properties - Links
In your CSS file (or in the template head), paste in the code below (modifying
the font, text decoration, size, and color)...thenm in your body, select the
links that you want to follow these CSS rules...
.bodylink {color: WHATEVER COLOR; font-family: WHATEVER FONT; font-size: 12px;}
.bodylink a:link {color: WHATEVER COLOR; text-decoration: none; font-family:
WHATEVER FONT;}
.bodylink a:visited {text-decoration: none; color: WHATEVER COLOR}
.bodylink a:hover {text-decoration: underline; color: WHATEVER COLOR}
.bodylink a:active {text-decoration: none; color: WHATEVER COLOR}
David.Holley Guest
-
Murray *ACE* #3
Re: Page Properties - Links
Pseudo-classes and container styles are what you need - here are some
tutorials.
[url]http://www.mako4css.com[/url]
[url]http://www.thepattysite.com/linkstyles1.cfm[/url]
[url]http://www.projectseven.com/tutorials/pseudoclasses/index.htm[/url]
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Andrea F. Fahy" <webforumsuser@macromedia.com> wrote in message
news:emv73h$roa$1@forums.macromedia.com...>I have set my page properties for link colors/rolloever. This takes care
>of
> the links in my menus which are part of my template. But, I need links
> within
> the editable body to be a different color.
>
> The page properties are set for links to be white. My menu links are on a
> green background. But, when editing the body for a new page, links typed
> in
> the paragraph cannot be viewed as the body is white.
>
> How can I go about addressing this?
>
Murray *ACE* Guest



Reply With Quote

