As I pointed out, there are many ways to do this. From: http://freespace.virgin.net/sizzling.jalfrezi/iniframe.htm "It is very good idea to specify the width and height for every image you use, as browsers can then display text before the images have loaded, giving the effect of quicker downloads." The "effect" of quicker downloads is not the same as "faster". I can't see the difference, even with my dial-up connection. I left this tag out to avoid confusion. I don't understand your comment about the border tag, since I said it's not needed unless he's using a table. Why give him hspace and vspace without explaining what they mean? In short, I suspect you may have confused the poor guy even further. There's no real substitute for learning the code, except having someone do it for you, which is why I gave the tutorial links. And my pet peeve: "It's" means "It is", or "It has". The apostrophe is incorrect for the possesive case.(... border around it's perimeter..." **************************************************************************** ***************
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 � ============= 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 =====================================================
