Styles are kicking my...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Just kidding!! Wanted to get your attention so I can get some help to
survive this client I have that keeps making changes!

Everything I read on Styles shows HTML examples. I do not know HTML.

Is there any way to create and use Styles without programming directly into
HTML?

Second, how do I "apply" a CSS to all pages?

I keep seeing DWT and CSS pages together. Do I need 'both' of these types
of pages saved? What is the interaction between them? Do I create a page,
save it as DWT and then save it again as CSS? Does these two pages need to
match?
 
It depends on what exactly you want to do. Usually you create an external
style sheet and then you can apply specific styles in HTML.

DWT - well they can rely on CSS to control the font, colors, etc - but you
might want to take baby steps with it. Check out:
http://www.w3schools.com/css/ for more information.

If you don't know HTML, you will probably have some problems with CSS as
well. You should learn HTML first since the is the basis of most web
development
 
Back
Top