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? Link to comment https://forums.phpfreaks.com/topic/3673-background-image/ 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] Link to comment https://forums.phpfreaks.com/topic/3673-background-image/#findComment-12729 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 Link to comment https://forums.phpfreaks.com/topic/3673-background-image/#findComment-12779 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.