Im not a big fan of WYSIWYG programs (or WYSINWYG What You See Isnt Nessacarily What You Get) as I can design and develop sites just as fast - if not faster- with a text editor.
(Quote)
Its like PS but for ppl who cant afford to pay (or dont want to pay) hundereds of pounds on a graphics program. It is quite good but i never use it im a fireworks fan! heh heh
Any half decent book has 'em in and its always a good idea to have a reference book incase you need a quick look up and cant be bothered shifting through all the pointless rubbish on the net
whats wrong with cheese on sticks? Mmmm sticky cheese heh heh .....
Doesnt bother me when ppl dnt get computers ...well 'cept when you have to explain the same thing several times ....
you need GCSEs to do A levels dont you? So they are quit important... I only passed 3 though an I find it very hard to get work.. Thts partly why I became a web designer as expereince and a decent portfolio are more likely to get you a job than a pi…
If you want to center an element like a heading you just use
text-align: center;
if you want to center the page you need to do:
#wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right: auto;
}
body {…