Does anyone know of any good CSS tutorials that incorporate the Dreamweaver MX CCS feature?
I have been using CSS for a few weeks now but only very simpily (links, H1, body, etc. tags). I want to start designing more complex and appealing sites and from what I understand, CSS will help.
Thanks,
GoodFelladreamweaver does css just as well as anything else from what I have seen. Just hardcoding css in dreamweaver is just like doing it in notepad except dreamweaver has intellitext (colored), and numbered lines. Any css tutorial is going to work with dreamweaver so I do not see what the problem is. I prefer to use notepad for css myself, it loads faster. For asp.net I use dw.about css and dw.
Dreamweaver is excellent forn scripting css. If you want a tutorial on using the "Define a Style" then just practice around.
Basically just think of the style and in the box prefixed with a "." just enter a class name.
you can then define the style using the options avaliable. im sure there are books and tutorials on the selecting of the styles.
then apply the style to the say tablea (tut) by selecting the table and clicking on the style listed in the code panel.
or you could switch to code view and type class=" and a list will come up with the styles. choose the style and your ready to go!
hope that helps. sorry it is a bit of a rushed answer.
PS: i use DW for my css as it helps t o understand when i have br0ken the code.
I have been using CSS for a few weeks now but only very simpily (links, H1, body, etc. tags). I want to start designing more complex and appealing sites and from what I understand, CSS will help.
Thanks,
GoodFelladreamweaver does css just as well as anything else from what I have seen. Just hardcoding css in dreamweaver is just like doing it in notepad except dreamweaver has intellitext (colored), and numbered lines. Any css tutorial is going to work with dreamweaver so I do not see what the problem is. I prefer to use notepad for css myself, it loads faster. For asp.net I use dw.about css and dw.
Dreamweaver is excellent forn scripting css. If you want a tutorial on using the "Define a Style" then just practice around.
Basically just think of the style and in the box prefixed with a "." just enter a class name.
you can then define the style using the options avaliable. im sure there are books and tutorials on the selecting of the styles.
then apply the style to the say tablea (tut) by selecting the table and clicking on the style listed in the code panel.
or you could switch to code view and type class=" and a list will come up with the styles. choose the style and your ready to go!
hope that helps. sorry it is a bit of a rushed answer.
PS: i use DW for my css as it helps t o understand when i have br0ken the code.