PDA

View Full Version : Help With Border!



experience
09-12-2006, 11:02 PM
I have designed (when i say designed i mean "attempted") a basic page, but when i preview in broswer i am left with the massive white space on the right!

I have tried altering the borders in dreamweaver(ctrl+j) then setting all the margins to 0. But it wont go away!

Help?

[img=http://img214.imageshack.us/img214/8021/egnb2.jpg] (http://imageshack.us)

Hermie
09-13-2006, 06:45 AM
Image doesn't load.

I think what you mean is the white when you look at the webpage you created! This white is not you're mistake! You're browser needs to fill up the space with a color and in this case it's white.

Make sure you're website is readable for everybody, not just anybody with a big monitor or high resolution....

http://home.planet.nl/~herman68/index.htm This is my site and i used a grey color instead of the standard white....

rAyVoLvEz
09-13-2006, 09:26 AM
set background image will do the trick..

hermie > http://img214.imageshack.us/img214/8021/egnb2.jpg

experience
09-13-2006, 09:33 AM
what do you mean set background> set what as background?

i want that image to take up the whole page?? and so that white bit is gone?

Hermie
09-13-2006, 09:43 AM
I see you use dreamweaver. On the bottom is a button that says "page proprotion", hit that and change the background color to a color (or image...)

rAyVoLvEz
09-13-2006, 09:43 AM
<style type="text/css">
<!--
body {
background-image: url(image.JPG);
}
-->
</style>

--
insert this before ur </head> tag and replace the image.jpg with ur image file name..

experience
09-13-2006, 09:50 AM
yeh i can do that, but im trying to get my image to take up the WHOLE SPACE, so i do not need a background image.

rAyVoLvEz
09-13-2006, 10:05 AM
in a way u do.. then u fit ur design in the middle..