Lily F
09-18-2008, 10:00 PM
...other html and call a site a pure css site? I am aiming to build a site using pure css. I know to put the styles in an external style sheet and how to place images as backgrounds in divs. But I am wondering how much html can you use in a page and the page no longer be considred a pure css layout?
Here is an example. I have a logo in teh left corner which is a backgroudn image in a div. But I also have banners on teh site. Some banners will be links.
Do all of those banners have to be background images in divs or can i do something like this:
I guess I am confused about how much html code I can use on a page.
Can I still us tags for paragraphs or is there a css way I should be using (other than container divs). How about using or ? Is that considered using html?
I guess I also need to ask if html tags are acceptable or if coding snobs look down on that- I am looking for fact based answers but I hear from a lot of opinionated people that can't base their opinions on anything.
How should I place my banners on my page if I don't use ?
Here is an example. I have a logo in teh left corner which is a backgroudn image in a div. But I also have banners on teh site. Some banners will be links.
Do all of those banners have to be background images in divs or can i do something like this:
I guess I am confused about how much html code I can use on a page.
Can I still us tags for paragraphs or is there a css way I should be using (other than container divs). How about using or ? Is that considered using html?
I guess I also need to ask if html tags are acceptable or if coding snobs look down on that- I am looking for fact based answers but I hear from a lot of opinionated people that can't base their opinions on anything.
How should I place my banners on my page if I don't use ?