Re: inline css

message from A.H.O. on 23 Jul 2004
Wait...this tutorial is for DW 4. Ive got MX 2004. Doesnt seem to be the same. Is the principle the same, I just need to figure out the differences in implementing them?
 
Gary White replied to A.H.O. on 22 Jul 2004
same. Is the principle the same, I just need to figure out the differences
in implementing them?

There are some minor differences, but I'm sure you'll work it out.

Gary
 
A.H.O. replied to A.H.O. on 23 Jul 2004
EURAKA!! Ive DONE IT

Except that now Ive got a problem...Ive created my first style sheet. woo
hoo....Ive assigned a particular div tag an ID id="ugfinote" and Ive managed
to assign that div a style. The style changed my div like it is supposed to
except that I had assigned the text in the div a color down in the properties
box before I had done any of this. now the property box color is overiding my
style sheet rule. Ive tried deleting the color out of the properties box. Ive
tried deleting the style number associated with it...Im stuck. What now? Id
appreciate any thoughts. (Besides the fact that it's the worst coding youve
ever seen bla bla bla) =-)

Here is the code for the particlar table that Im working in for all of this.
If you need more than that
www.americanheritageoutdoors.com/anglerscatalog.htm

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#506c60">
<td valign="middle"><div id="ugfinote" align="center"><a
href="javascript: void(0)"
onmouseover="MM_showHideLayers('aboutguideseriestools','','show')"
onmouseout="MM_showHideLayers('aboutguideseriestools','','hide')">Note about
Guide Series Tools</a></div></td>
<td width="40%" align="center"><div align="center"><img
src="Fishinginsturmentslogomain.png" name="ufgilogo" width="312" height="47"
id="ufgilogo" /></div></td>
<td valign="middle"><div id="ugfinote" align="center"><a
href="javascript: voide(0)"
onmouseover="MM_showHideLayers('aboutguideseriestools','','show')"
onmouseout="MM_showHideLayers('aboutguideseriestools','','hide')">Note About
Guide Series Tools </a></div></td>
</tr>
 

Archived message: Re: inline css (Macromedia Dreamweaver Web Design)