PDA

View Full Version : Changing window extentions....


Inferno_x
04-14-2006, 09:29 PM
Meh, i made a cool design for a site, but i have a problem. There is a conciderable amount of space between the top of the table i designed and the top of window, making it look very stupid.

How do i change the possible window size?

=SimV=F0)x(
04-14-2006, 09:34 PM
Well may I see it. I do not totally understand what ur asking but if I see it I may be able to help. Or maybe not XP

softz
04-14-2006, 09:38 PM
im not too sure if this is waht you mean, you kinda lost me there lol

but are you coding the design?
whats your topmargin set to in your code?
try topmargin="0"

olliecoop1
04-14-2006, 10:24 PM
get dreamweaver

Mark
04-14-2006, 11:53 PM
If you are using CSS...
#element {
margin-top: 0;
}