dreamweaver help
dreamweaver help
- Started
- Last post
- 2 Responses
- razzle-dazzle
please help me peeps.
have just started to use use dreamweaver, have done a course but still can not do a few things.
all i want to do is create a some text with a link without changing the colour, style and no underline.
cheers chaps
razz
- jg_20
you should learn CSS....
take a look:
http://www.w3schools.com/
- Nematoth0
define somethinglike this in your stylesheet:
a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; text-decoration: none;}