HTML/css templates?
I have a template, but I am unsure where to add to the html to get desired effects.
Public Comments
- Your template probably has a <body> tag. You would normally add your own HTML inside there. For CSS, you need to create your own classes either inside <style> tag that's inside <head> tag or create your own .css file and reference it through <link> tag.
- All your HTML coding generally goes between the <body></body> tags. Here's an easy tutorial to get you started: http://www.echoecho.com/html.htm And to learn CSS, which should be used for all the formatting of your HTML pages. An easy tutorial here: http://www.echoecho.com/css.htm
Powered by Yahoo! Answers