Click to See Complete Forum and Search --> : how can i fix this new window


TinaBanana
08-03-2003, 01:29 PM
maybe im being silly but how can i get rid of the extra space on the left here.....

scroll down to domain + package and click on 'see detailed package'
http://www.cutting-edge-designs.com/quote.htm

it opens an existing page of mine, i want to use my hosting page and not have to write another one (that would be too easy)

how can i make the window go to the right so i dont have all that grey space on the left

havik
08-03-2003, 01:53 PM
The main table on that page is set like so:
<table width="732" border="0"...>

This means that it size is set and cannot be adjusted. I'd suggest trying to set all table sizes using percentages instead, or better yet, remove the tables and use div layers.

If you don't want to create a new page, as you said so, I suggest playing with the size of the window (on the page that opens the window) to match the area you want displayed. Then set the window.open attribute "scrollbars" to no.

Havik