Well, you're missing a few angle brackets. You need one on the first image, tree.jpg. It should look like this:
<img src="tree.jpg" ALIGN= "left"> Not like this: <img src="tree.jpg" ALIGN= "left" See? Also, there are two more missing around the Colour and Landscapes title. At present, your code looks like this: p><hr size=5 WIDTH=100% </P> <center> COLOUR & LANDSCAPES </center> p><hr size=5 WIDTH=100% </P> It should be thusly coded: <p><hr size=5 WIDTH=100% </P> <center> COLOUR & LANDSCAPES </center> <p><hr size=5 WIDTH=100% </P> You might want to think about putting your pics on tables. That way you can more effectively control their placement. Another thing to consider is include sizing information in the <img> tags. Open your image in your favorite photo editor and find out what the width and height is in pixels. For example, if it's 200 x 300, change the <img> tag to <img="filename.jpg" align=whatever width=200 height=300> This tells the browser in advance how big an image will be, thereby allowing the page to load faster. I would show you how to make tables, but I don't have my trusty HTML book right now. Maybe I'll look it up when I get home. Or I might try to recode your whole page, just for fun! Keep it up, Deb --- David Brooks <[EMAIL PROTECTED]> wrote: > Over the last couple of weekends i dabbled in some > html code,from my isp tutorial,and came up with > this.Its rough but any comments for improvments > is/will be appreciated. > I know i have to work on fiquring out how to upload > thumbnails created in PS in stead of single,large > size prints.If any one can steer me in the right > direction. > > > http://home.ca.inter.net/brooksdj/ > > Thanks > Dave Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com - This message is from the Pentax-Discuss Mail List. To unsubscribe, go to http://www.pdml.net and follow the directions. Don't forget to visit the Pentax Users' Gallery at http://pug.komkon.org .

