Hello all,
I just discovered this NG, so you'll probably be getting some questions
that have been brewing inside me for a while :>) I'm just an amateur
who enjoys making websites. I use FrontPage (please don't kill me!) to
do a lot of my web design. Lately, though, I've been doing more CSS
based stuff and more manaul coding. Here's my latest question that's
been brewing:
I'd like to use FrontPage's "Auto Thumbnail" utility, but it has one
weakness that drives me nuts: when you click on a thumbnailed image,
the bigger image shows up in a window that has a white background and
it is always oriented top-left.
Unfortunately, the sites that I want to use this for will have black or
colored backrounds and, to me, it doesn't look good when you have a
plain white back ground in one frame and the other frame is colored.
Is there a way I can use HTML commands (or any commands) to set the
background properties and orient the picture in the new window?
I DON'T want to make a separate page for each image, there are too many
images...
Here's a sample of the FrontPage-generated HTML for an Auto-Thumbnailed
image:
<a href="images/waltham/Waltham14.jpg">
<img border="1" src="images/waltham/Waltham14_small .jpg"
xthumbnail-orig-image="images/waltham/Waltham14.jpg"> </a>
When I click on the image, I want the full-sized image to pop up
top-center in a window with a black background. Can this be done?
Viken K.
P.S. If you want to see what I've done till now here are my sites:
www.sayatnova.com - This is the first site I ever made and am
continually trying to improve it.the Coding is all FrontPage generated,
with Javascript inserted by me.
http://home.comcast/net/~vikenk - this is my own site. I just
redesigned it. It's based almost entirely on CSS and manual coding.
This is my first attempt at making a site using mostly CSS.
www.abakadanceschool.com - Another site that I made. Deliberately
simple.
I just discovered this NG, so you'll probably be getting some questions
that have been brewing inside me for a while :>) I'm just an amateur
who enjoys making websites. I use FrontPage (please don't kill me!) to
do a lot of my web design. Lately, though, I've been doing more CSS
based stuff and more manaul coding. Here's my latest question that's
been brewing:
I'd like to use FrontPage's "Auto Thumbnail" utility, but it has one
weakness that drives me nuts: when you click on a thumbnailed image,
the bigger image shows up in a window that has a white background and
it is always oriented top-left.
Unfortunately, the sites that I want to use this for will have black or
colored backrounds and, to me, it doesn't look good when you have a
plain white back ground in one frame and the other frame is colored.
Is there a way I can use HTML commands (or any commands) to set the
background properties and orient the picture in the new window?
I DON'T want to make a separate page for each image, there are too many
images...
Here's a sample of the FrontPage-generated HTML for an Auto-Thumbnailed
image:
<a href="images/waltham/Waltham14.jpg">
<img border="1" src="images/waltham/Waltham14_small .jpg"
xthumbnail-orig-image="images/waltham/Waltham14.jpg"> </a>
When I click on the image, I want the full-sized image to pop up
top-center in a window with a black background. Can this be done?
Viken K.
P.S. If you want to see what I've done till now here are my sites:
www.sayatnova.com - This is the first site I ever made and am
continually trying to improve it.the Coding is all FrontPage generated,
with Javascript inserted by me.
http://home.comcast/net/~vikenk - this is my own site. I just
redesigned it. It's based almost entirely on CSS and manual coding.
This is my first attempt at making a site using mostly CSS.
www.abakadanceschool.com - Another site that I made. Deliberately
simple.
Comment