About Me
- Name: SWeidner
- Location: Elk Point, South Dakota, United States
My Blogger Code
B5 d+ t k s u- f- i- o- x-- e l- c (decode it!)
My Geek Code
GAT/IT d-(+) s+(): a C+++$ ULC+++>$ P++>++++ L++$>++++ !E W++>$ N+ !o !K w+()@ !O !M- !V PS-(--)@>--- PE+ Y-- PGP>++ t+ !5(-) X+ !R- tv-(+)? b+ DI++++ D++>$ G e+>++ h----(-) r+++ y++++
Links
Blogmap
AdSense
Archives
Steve's random ramblings and technical notes
Tuesday, November 16, 2004
Just so I don't forget...
It took me forever to find the syntax for adding a background image in XHTML so here's how it works...
(The trick I wasn't getting at first was that the URL has to be in parenthesis.)
Here's how it's taught at w3cschools.com - The definitive source for CSS.
(The trick I wasn't getting at first was that the URL has to be in parenthesis.)
style="background-image: url(http://your.url/here.jpg);"
Here's how it's taught at w3cschools.com - The definitive source for CSS.