Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-13-2005, 10:09 PM   #1 (permalink)
 
Junior Techie

Join Date: Nov 2004

Posts: 96

DahWhon

Send a message via AIM to DahWhon
Default html image

how would you go about stretching a background image all the way across the browser using html? what would be the code?
DahWhon is offline  
Old 07-14-2005, 12:59 AM   #2 (permalink)
 
True Techie

Join Date: Jun 2005

Posts: 118

regnak

Send a message via AIM to regnak
Default

Code:
<Html>
<body bg="image.jpg">
Code the rest of your site here
If that doesnt work and it starts repeating just add in Width=100% Height=100% in the body tag.
regnak is offline  
Old 07-14-2005, 09:21 AM   #3 (permalink)
 
Junior Techie

Join Date: Nov 2004

Posts: 96

DahWhon

Send a message via AIM to DahWhon
Default

ok, thank you alot
__________________
Specs- Compaq Presario

2.0 ghz amd sempron 3000+ cpu
768 2700 DDR ram
7000 radeon g-card
(Elite) Rosewill mouse
Cd writer/dvd-rom combo
Windows xp home
DahWhon is offline  
Old 07-14-2005, 09:30 AM   #4 (permalink)
 
Junior Techie

Join Date: Nov 2004

Posts: 96

DahWhon

Send a message via AIM to DahWhon
Default

how would i get it to fit the exact size of the browser and resize when someone changes the size of the browser?
__________________
Specs- Compaq Presario

2.0 ghz amd sempron 3000+ cpu
768 2700 DDR ram
7000 radeon g-card
(Elite) Rosewill mouse
Cd writer/dvd-rom combo
Windows xp home
DahWhon is offline  
Old 07-14-2005, 02:27 PM   #5 (permalink)
 
True Techie

Join Date: Jun 2005

Posts: 118

regnak

Send a message via AIM to regnak
Default

Should be Width=100% Height=100% that changes to max out their browsers size.
regnak is offline  
Old 07-14-2005, 02:34 PM   #6 (permalink)
 
Junior Techie

Join Date: Nov 2004

Posts: 96

DahWhon

Send a message via AIM to DahWhon
Default

should this work?
<html>
<bodybackground="http://i13.photobucket.com/albums/a289/dahwhon/d8a00dff.jpg" Width=100% Height=100%>
</html
__________________
Specs- Compaq Presario

2.0 ghz amd sempron 3000+ cpu
768 2700 DDR ram
7000 radeon g-card
(Elite) Rosewill mouse
Cd writer/dvd-rom combo
Windows xp home
DahWhon is offline  
Old 07-14-2005, 02:35 PM   #7 (permalink)
 
Junior Techie

Join Date: Nov 2004

Posts: 96

DahWhon

Send a message via AIM to DahWhon
Default

i forgot to close the last html but it still only had the images repeat themselves to fill up the page
__________________
Specs- Compaq Presario

2.0 ghz amd sempron 3000+ cpu
768 2700 DDR ram
7000 radeon g-card
(Elite) Rosewill mouse
Cd writer/dvd-rom combo
Windows xp home
DahWhon is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On