I am making a style definition for each page in a site I'm building so that I can just use a tag like this:The problem is when I have an individual item that needs to be defined in a different manner. I have tried to use a special class and a special id. neither work. I have tried to write inline CSS for the item, and it doesn't work. Any ideas. This is my code with company identifying marks removed and substituted with generic names.Code:<BODY ID="SIDEBAR">SketchCode:<BODY ID="sidebar"> <TABLE ALIGN="center" WIDTH="100%" CeLLPADDING="0" CELLSPACING="5" BORDER="0"> <TR> <TD ID="sidebaritem" WIDTH="50%" ALIGN="RIGHT" HEIGHT="20" VALIGN="MIDDLE"> <P>ITEM #</P> </TD> <TD ID="sidebardef" WIDTH="50%" ALIGN="left" HEIGHT="20" VALIGN="MIDDLE"> <A TARGET="rbottom" HREF="a1.htm">Product Name</A> </TD> </TR>







Bookmarks