lists on dreamweaver

liunx

Guest
im working on dreamweaver and im trying to bullet some links...the text color is yellow but the bullets are showing up black...how do i get the bullets to be yellow??<!--content-->hmmmn, <br />
heres a little playing around with list items. I used them as hrefs, but you could easily get an idea of what you need from this.<br />
<br />
<br />
<html><br />
<head><br />
<title>Untitled</title><br />
<style><br />
a:link {color: red; text-decoration: none;}<br />
a:visited{color: red; text-decoration: none;}<br />
a:active{color: red; text-decoration: none;}<br />
a:hover {color: yellow; text-decoration: none;}<br />
</STYLE> <br />
<br />
</head><br />
<br />
<body><br />
<br><br><br />
<br />
<ul><br />
<li><a href=http://www.htmlforums.com/archive/index.php/"#">One</a><br />
<a href=http://www.htmlforums.com/archive/index.php/"#"><li>Two</a><br />
<A href=http://www.htmlforums.com/archive/index.php/"#"><li><font color="black">three</font></a><br />
</ul><br />
<br />
<br />
</body><br />
</html><!--content-->but the page is in tables, how do i make it so this only applies to one cell of a table??<!--content-->why don't you post your code...<!--content-->nevermind i figured it out! thanks anyhow<!--content-->
 
Back
Top