gidiag Posted February 27, 2006 Share Posted February 27, 2006 hello everyone, my question is ----- i have got an image i want to insert as the background of a page how do i go about it?i tried background ="splash.jpg" it did nt work any ideas pls? Quote Link to comment Share on other sites More sharing options...
obsidian Posted February 27, 2006 Share Posted February 27, 2006 [!--quoteo(post=349827:date=Feb 27 2006, 09:20 AM:name=gidiag)--][div class=\'quotetop\']QUOTE(gidiag @ Feb 27 2006, 09:20 AM) [snapback]349827[/snapback][/div][div class=\'quotemain\'][!--quotec--]hello everyone, my question is ----- i have got an image i want to insert as the background of a page how do i go about it?i tried background ="splash.jpg" it did nt work any ideas pls?[/quote]CSS is the answer, my friend! if you want it to be centered in the middle of the page [b]stationary[/b], so it doesn't scroll when the content does, you simply have to add this right before your </head> tag:[code]<style type='text/css'><!--body { background: url('splash.jpg') no-repeat 50% 50% fixed;}--></style>[/code] Quote Link to comment Share on other sites More sharing options...
HoTDaWg Posted February 27, 2006 Share Posted February 27, 2006 u can simply make the background through Html:[code]<html><head><title>Sample yo</title></head><body background="images/yourimage.gif">asdeasdas</body></html>[/code]hope this helps!hotdawg Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.