Can my links and linkbuttons have two different css styles?

  • Thread starter Thread starter gwen.lister
  • Start date Start date
G

gwen.lister

Hi! I'm trying to make it so that my basic links have the default style
(blue text, underlined) and my asp link buttons always be white. I need
this because I am only using linkbuttons in my sidebar which is dark so
they need to be white. Can this be done by only making changes to my
stylesheet? or am I going to have to create a custom css class and
assign it to each linkbutton individually?
 
You might check into Themes/Skins - - create a skin for those ASP.Net items
that you want a particular style for - -
Then, create a stylesheet inside the theme directory, which shows how you'd
like your regular HTML hyperlinks to look
then, make the Theme the default Theme for your site - then, they will
appear just how you'd like.
 
Back
Top