Guys I have a problem!!!
I have an asp site, on all the pages generated it attaches the following:
<link rel="stylesheet" href="/css/main.css" type="text/css">
Now within this css file it has an a class for links (of course) but i seem to be having a problem
now within the generated page i have a table that contains links, but i want to change the way these links are layed out (color,size,etc...) i dont want it to be like the other links (from the css file) how do i go about doing this? I tried everything but the settings are being inherited by the main.css file instead of the style:
<style>
#articlelink { font-family: Verdana; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: small-caps; text-transform: lowercase}
</style>
i also have a <div id="articlelink"><table html here></table></div> on the page
Please any help would be greatly appreciated! Gordon R. Durgha
gd@vslink.net
I have an asp site, on all the pages generated it attaches the following:
<link rel="stylesheet" href="/css/main.css" type="text/css">
Now within this css file it has an a class for links (of course) but i seem to be having a problem
now within the generated page i have a table that contains links, but i want to change the way these links are layed out (color,size,etc...) i dont want it to be like the other links (from the css file) how do i go about doing this? I tried everything but the settings are being inherited by the main.css file instead of the style:
<style>
#articlelink { font-family: Verdana; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: small-caps; text-transform: lowercase}
</style>
i also have a <div id="articlelink"><table html here></table></div> on the page
Please any help would be greatly appreciated! Gordon R. Durgha
gd@vslink.net