Greetings All,
I'm new, so plz bear with me. I'm designing my webpage and I have a background image, changed the text color here, changed the font there (told you I was new, right? *grin* )... anyways - I seem unable to change the font color of the ul(s). The bullets change colors, but not the items in the list... oh, I think I've got it... hang on... ok, nope... I did find a way to change the text colors, though.... must select the text itself & then change the font color... I'm still trying to apply a rule, but seems to be a no-go. Any ideas? Thx in advance!
many smiles~
Joy
Let's start at the beginning. Which version of DW are you using? And do you have a live version of your page uploaded? Many times the method you would use to change some tag's properties will depend on the context of that tag. If you would post a link to your live page, we could see what you are working with, examine the HTML and the CSS code, and give you an answer that is tailored to your page and its usages. If you do not have a live page, then please post the code for the page here in a reply (note: you cannot use email to do that - you must come to the webforum in your browser).
Welcome Joy!
Start with the links below:
HTML & CSS Tutorials - http://w3schools.com/
Styling Links with CSS:
http://www.w3schools.com/css/css_link.asp
Creating your first web site in DW -
http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.htm l
Nancy O.
Thanks! I've been through them all (like to do me homework first! Keeps the frustration level down!)...
I'm getting it, but I'm having to edit the rule for the div, then the ul, then the actual text of the first item of the list .. this is just changing color of the font. I was a user of Dreamweaver back about 7 years ago I guess... and I do know Captivate rather well... I'll get it! If you have any more ideas, too, I'd love to hear them...
many smiles~
Joy
Use a <span></span> tag around the text in the <li></li> (see below). Then set the text and bullet color using css (see below).
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
li {
color:#0C3;
}
li span {
color:#369;
}
</style>
</head>
<body>
<ul>
<li><span>Some text</span></li>
<li><span>Some more text</span></li>
</ul>
</body>
</html>
@Murry *ACP*
Thanks for your response... I don't know why I didn't see it yesterday. I don't have a live version yet, though I can get that from the browser preview or the Browser Labs, right?
I finally got it... took finding out more on interacting with the CSS panel to the right (future training topic, for me anyway! *grin* ). I'm going to rework the entire design tonight using the fluid layout. I had previously only watched one video on this topic and didn't think I was knowledgable enough to go that route. Now, after watching another group of about 6 videos, I think it'll be easier to use the fluid layout! { No slur here at all - love all things Adobe! - that Envato training group out of Austrailia - their videos on YouTube are exceptional! Pass the word! }
I'll be chatting with you more, I'm sure! Thanks for being here!
many smiles from Chapel Hill, NC
Joy
North America
Europe, Middle East and Africa
Asia Pacific