background image help, sizing |
background image help, sizing |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 20 Joined: Jan 2006 Member No: 344,748 ![]() |
okay here is the link of my background image: http://fslsfan.myfanhost.com/fslslayout.png
okay i have the code for the layout part, but what i am having trouble with is the image isnt the full background... like from side to side... it says the size is 800x600 (standard) but my screen is a tad bit bigger and it throws everything off. so there is huge white colums (sp) on the side. how do i make the image bigger or fit the whole screen? can someone help me asap? please? my sn on aim is sparklz4jrt03. thanks in advance! ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 20 Joined: Jan 2006 Member No: 344,748 ![]() |
maybe i should show you what the code is first... basically i want the image centered and make it the width of the page. then i want to add another image on there to extend the page out longer... you know what i mean? sort of how you have it like it on your page http://acrylique.org its like how you have the header part then you have an extra image to make your page longer. anyways heres the code i currently have.... thaks for your help!
CODE <html>
<head> <title>FutureSex/LoveShow Fan</title> <LINK rel="stylesheet" type="text/css" href="http://pink-sparklz.her-konspiracy.com/style.css"> </head> <body> <center> <img src="http://fslsfan.myfanhost.com/fslslayout.png"> </center> <iframe name="blog" src="http://fslsfan.myfanhost.com/blog.html" height="475px" width="455px" frameborder="0" scrolling="yes" style="position: absolute; left: 229px; top: 405px; border: 0px solid black; z-index:1; overflow-x: hidden; overflow-y: auto;"></iframe> <iframe name="sidebar" src="http://fslsfan.myfanhost.com/sidebar.html" height="600px" width="192px" frameborder="0" SCROLLING="yes" style="position: absolute; left: 699px; top: 1px; border: 0px solid black; z-index:1; overflow-x: hidden; overflow-y: auto;"></iframe> </body> </html> |
|
|
![]() ![]() |