I posted yesterday what he needed.

FYI, you should have a height and width tag in there too so
the images will load faster.

<A href="faux2.html"><IMG src="tablebathumb.jpg" alt="Before
and after"
border="0"></A>

Should be:

<A href="/tablebat.jpg"><IMG src="tablebathumb.jpg"
alt="Before and after" width=xx height=xx border="0"></A>

The border tag will indeed give an image a border around it's
perimeter even when it's not within a table.  :-)  Since he
doesn't know HTML, putting the larger image on a separate new
HTML page would just make things more difficult for him
rather than to just have a non HTML browser window open with
only the image and no source code to worry about.
-Clint

God Bless Us All
Clint Hamilton, Owner
http://OrpheusComputing.com �

----- Original Message -----
From: "Hugh Vandervoort" <[EMAIL PROTECTED]>

This is the code from one of my pages.
The large image displays on a page named faux2.html. The "A"
attribute tells
the browser that this is a link. and the "alt" attribute is
the text
displayed when the mouse hovers over the image. The border
attribute is not
neeeded unless you're using a table.
Just substutute your page and image names.

<A href="faux2.html"><IMG src="tablebathumb.jpg" alt="Before
and after"
border="0"></A>
There are many other ways to do this.

The best HTML tutorial is at:
http://www.mcli.dist.maricopa.edu/tut/index.html
Images are covered in lesson 7a.
http://www.mcli.dist.maricopa.edu/tut/tut7a.html
Anchors are covered in lesson 8.
http://www.mcli.dist.maricopa.edu/tut/tut8.html
Good luck.
*************************************************************
**********
(orig email address and name was deleted)

I am selling some items on ebay and I need to know the code
that will
cause my small .jpg to open a full sized .jpg in a new
window. I know
that I will have to include both sized photos on my server,
but other
than that, I am very ignorant of html.
============= PCWorks Mailing List =================
Don't see your post? Check our posting guidelines &
make sure you've followed proper posting procedures,
http://pcworkers.com/rules.htm
Contact list owner <[EMAIL PROTECTED]>
Unsubscribing and other changes: http://pcworkers.com
=====================================================

Reply via email to