Can someone please tell me how I can start to learn/Code front page templates. Tutorials etc.. Cheers.
I personally like the W3 Schools Online HTML Tutorial at http://www.w3schools.com/html/html_intro.asp -- it is a (free) comfortable way of learning HTML Markup. James
An excellent way to see how HTML Markup works in conjunction with Style sheets (CSS) is to view a well structured Web page and view the source code -- then use the W3C CSS Validator to reveal the style sheet source -- you can then toggle back and forth to see how it all works. If you find a page that you like particularly well, you can copy and paste HTML snippets for incorporation into your own page(s) -- the HTML tags are in the Public Domain so you can use them OK, however, the text and notations are the Copyright property of the originator -- not to be used without permission. Please feel free to use any of the HTML/CSS tags and constructs from my pages -- my Home page is at: http://jp29.org/ James