background image

We may earn a small commission from affiliate links and paid advertisements. Terms

BodyDroppedNikes

...PENDEJO....
VIP
i have a dumb question to ask about background images. im planning on redoing my car clubs site because it looks like shit IMO. i want to add a background image on the main page, how do i go about doing it?
 
sure, if you want to be in 1997 standards...

today, use CSS

in your <head>

add:


<style type="text/css" media="screen">
<!-- hide from shitty browsers like NS 4

body { background: url(theurl.jpg) no-repeat; }

-->
</style>
 
just do what you think is easier :)

if its a nice easy site with a simple layout, old school html will get the job done fine.
 
Back
Top