moises911
05-16-2004, 02:54 AM
is there any way to make my page,http://www.geocities.com/fairy_grafix//nothing.html have a tight fit around the image instead of having so much white merges around it?
|
View Full Version : is there any way to... moises911 05-16-2004, 02:54 AM is there any way to make my page,http://www.geocities.com/fairy_grafix//nothing.html have a tight fit around the image instead of having so much white merges around it? kittycat 05-16-2004, 03:10 AM Add margin: 0; to the body section of your CSS, that'll fix up the top and left space... here's a fixed up version of your page with it added, you were missing the basic structure of the page <html> <head> <style type="text/css"> A:link {text-decoration: none; color: #18BEE2;} A:visited {text-decoration: none; color: #18BEE2;} A:hover {text-decoration: line-through; color: #18BEE2;} BODY{ scrollbar-face-color:#18BEE2; scrollbar-arrow-color:white; scrollbar-track-color:#18BEE2; margin: 0; } </style> </head> <body> <font color="18BEE2"> <img src=http://img13.photobucket.com/albums/v39/moises911/fantasie1.png> <DIV style="position: absolute; left: 15px; top: 130px; height: 300px; width: 300px; font-family: arial; font-size: 9pt; color: #black"> <div style="width:125; height:300; overflow: auto;"> <a href="index">MAIN</a> <br><a href="terms">TERMS</a><br> <a href="f.a.q">F.A.Q's</a><br><a href="aboutme">ABOUT ME</a><br><a href="contactme">CONTACT ME</a><p> Graphics:<br> <a href="backgrounds">BACKGROUNDS</a><br> <a href="blogs">BLOGS</a><br><a href="dollz">DOLLZ</a><br><a href="entersigns">ENTER SIGNS</a><br><a href="msndisplaypics">MSN DISP. PICS</a><br><a href="pixels">PIXELS</a> <br> <a href="welcomesigns">WELCOME SIGNS</a> <br><br> Neopets:<br> <a href="guildlayouts">Guild Layouts</a><br> <a href="userlookups">User Look-Ups</a><br> <a href="neopetswelcome">WELCOME SIGNS</a><br> <a href="adoptables">ADOPTABLES</a> </div> <DIV style="position: absolute; left: 7px; top: 320px; height: 300px; width: 300px; font-family: arial; font-size: 9pt; color: #black"> <div style="width:100; height:100; overflow: auto;"> This is the misc thingy! </div> <DIV style="position: absolute; left: 154px; top: -325px; height: 100px; width: 300px; font-family: arial; font-size: 9pt; color: #black"> <div style="width:100; height:100; overflow: auto;"> blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblah </div> </body> </html> moises911 05-16-2004, 03:28 AM is there any way to get the bottom merge off? cuz' its alot of white stuff! kittycat 05-16-2004, 05:49 AM Add some sort of background image/colour, then it wouldn't be white. Another way would be to have your main site in a popup window: http://www.lissaexplains.com/javascript4.shtml |