Forum: HTML and CSS Aug 18th, 2009 |
| Replies: 4 Views: 393 Well, for one the niceness of the design comes from the design itself. CSS merely helps in keeping your html code clean - rather than mixing it with some extra html code for presentation.
The best... |
Forum: HTML and CSS Aug 18th, 2009 |
| Replies: 4 Views: 393 background: url(structure_folder/i_background.png) no-repeat;
background-size: 100%;
- usually, i put the image path in quotes. Have you tried that yet ? I would try:
background-image:... |