Re: Attaching Style ***



On Jun 13, 5:10 am, "Jay" <nospam@**here.com> wrote:
"Dave" <onlinef...@xxxxxxxxx> wrote in message

news:1181578409.244065.33720@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

This is a beginner question.... How can I attach a CSS style *** to
a .aspx page so that I can see a list of available styles in a
pulldown menu, instead of being forced to type the style tags by
hand? I'm having trouble finding this info elsewhere.

Put your aspx page into code view - open solution explorer
Drag the CSS file to the <head> section of your code.
This writes a link to the css file

Jay

Okay, I did that but where would I find the list of available styles
in the GUI? I'm looking at properties for my textbox and there is a
CssClass property, but I need to fill in the class by hand. Is there
a dropdown of them somewhere?

.


Loading