Specifying window size

liunx

Guest
A similar question to the previously posted thread...<br />
<br />
I want my window to be no larger than my image at 100%. This is to exclude unsightly and asymmetrical empty space to the right of the image.<br />
<br />
Here's an example of what I don't want:<br />
<!-- m --><a class="postlink" href="http://www.drizzle.com/~autumn/index.html">http://www.drizzle.com/~autumn/index.html</a><!-- m --><br />
<br />
I forget (if I ever knew) how to specify the window width so that it gets no bigger than the image, but still includes scrollbars when a browser window is reduced or minimized by the user (to a size smaller than the image).<br />
<br />
Grateful for any help,<br />
<br />
Lisa<!--content-->Here take a look at the resource at the link below.<br />
<!-- m --><a class="postlink" href="http://68.145.35.86/skills/javascripts/OpenImageSizedWindow.html">http://68.145.35.86/skills/javascripts/ ... indow.html</a><!-- m --><br />
<br />
The only change you would want to make is in the code look for <br />
scrollbars=no <br />
<br />
and make it<br />
<br />
scrollbars=yes<!--content-->Actually, I already knew how to do this, when moving from one window to another. Maybe the thing I want to do is impossible. That page I'm dealing with is the home page of a website - the first thing the user arrives at. I don't want them to have to click on anything or jump through any hoops. It's probably not possible or very practical to do what I want to do. <br />
Sure, I could set up an entry page, but I wanted it to be more streamlined than that - no filler pages or waiting areas.<br />
<br />
I was hoping there was some basic html that could specify window size within the parent document (i.e. without links). Any other suggestions?<br />
<br />
By the way, I was able to look at the source and see where the link was on the screen, but there's something wrong with one of my fonts so the text was nothing but rectangles in my browser. What font was being used on your sample page? I've been trying to pinpoint my broken font for a while now. It didn't seem to be listed in the html.<br />
<br />
Thanks,<br />
<br />
Lisa<!--content-->
 
Back
Top