G
Guest
I am using FP 2003. Is there any way that I can add text beside the "big"
picture after clicking on the thumbnail?
picture after clicking on the thumbnail?
Larry said:I am using FP 2003. Is there any way that I can add text beside the
"big" picture after clicking on the thumbnail?
Jeanne said:Hello Trevor, I was having trouble doing what you said re image.html.
Can you describe this in more detail, giving me examples. Thank you.
Andrew said:All Trevor means is you place the big image on a page. Then you put
the text beside it.
You can probably do this easier by making a two column table; then
put the big image in one and the caption/text in the other. Save the
page as "image.html" Then on the page with the thumbnail version of
that image, create a hyperlink from the thumbnail image to image.html
Trevor was just demonstrating the code.
I haven't see the rest of the thread, only this reply, so I could be
wrong here. My newsreader hasn't retrieved the entire discussion.
Trevor L. said:Andrew,
Hi from Canberra,
It is interesting that I posted a further reply sometime before you also
replied and yet your reply seemed to indicate that you hadn't read it.
Is this because your newsreader didn't/doesn't retrieve the whole
discussion?
I use OE6 as newsreader and I delete threads that I think I no longer
need. Perhaps you do the same and so only (as do I) sometimes pick up half
way through a thread (or often toward the end).
Or is it a time difference? I used to think this when similar things
happened with US posters but we have only 2 hours difference (AEST to
AWST)
If you don't use OE6, I recommend it as a newsreader. The only downside
that I see is that if I delete a thread and then see part of it later and
want to reply. Without seeing the whole lot, I may make a comment out of
context.
One antidote for this is to keep this in "My Favorites"
http://www.microsoft.com/office/com...page.client&cat=en-us-frontpage&lang=en&cr=US
I can then open the site and search for a thread.
Andrew said:Trevor,
My reply was intended to be an extension of your reply to the OP
about the image and text thing - in the meantime, you've added your
own reply to the OP's ongoing questions.
Perhaps the time difference is a factor; I'm using OE6.0 and
subscribed to the group through the actual microsoft news server
(news.microsoft.com) rather than the group hosted on my ISP's news
server. (freenews.iinet.net.au)
Jeanne said:Dear Trevor,
Hello , I tried a few time to make it work out, but I am missing
something. This is the html file - I created a new page file and
inserted the graphic and added text, and saved it as blue_hearts.html
- I had no trouble with this.
<html>
<head>
</head>
<body>
<p align="center">
<img border="0" src="images/blue_hearts.JPG" width="749"
height="855"></p>
<p style="margin-top: 3; margin-bottom: 3" align="center">Blue
Hearts</p>
<p style="margin-top: 3; margin-bottom: 3" align="center">oil
on canvas</p>
<p style="margin-top: 3; margin-bottom: 3" align="center">40 x
36"</p> <p style="margin-top: 3; margin-bottom: 3"
align="center">2005</p>
</body>
</html>
.................................................
This is the page that has the graphic on -
It is a page which has many graphics on it in a table. One section
which describes images/blue_hearts is as follows.
<a href="images/blue_hearts.JPG">
<img border="0" src="images/blue_hearts_small3.JPG"
xthumbnail-orig-image="images/blue_hearts.JPG" width="190"
height="216"></a>
Thank you for the time you have spent on this.