D
Doug Raflik
I only know the basics of HTML so this may seem to be an odd way to
achive this result, but it is what I thought would be easiest. I wanted
to have a bunch of pictures on a site, but didnt want them to be lined
up with each other. I wanted to have them sort of alternating as you
scroll down the page. Rather than make a table... I took a small
picture, and, with a photo editor, made it black, and named it
black.jpg. I then put this next to each picture that would be on the
page. Like so...
<img SRC="beth1.jpg"><img SRC="black.jpg"></A></BR>
<img SRC="black.jpg"><img SRC="beth2.jpg"></A></BR>
<img SRC="beth3.jpg"><img SRC="black.jpg"></A></BR>
<img SRC="black.jpg"><img SRC="beth4.jpg"></A></BR>
<img SRC="beth5.jpg"><img SRC="black.jpg"></A></BR>
<img SRC="black.jpg"><img SRC="beth6.jpg"></A></BR>
<img SRC="beth7.jpg"><img SRC="black.jpg"></A></BR>
In Internet Explorer it looks just fine, but in Netscape, the "black"
picture shows up as broken. If I try and put only the pictures address
http://www.wxnut.net/black.jpg
in the URL window, I get this...
The image “http://www.wxnut.net/black.jpg” cannot be displayed, because
it contains errors.
Here is the site...
http://www.wxnut.net/people.htm
Thank you,
Doug
achive this result, but it is what I thought would be easiest. I wanted
to have a bunch of pictures on a site, but didnt want them to be lined
up with each other. I wanted to have them sort of alternating as you
scroll down the page. Rather than make a table... I took a small
picture, and, with a photo editor, made it black, and named it
black.jpg. I then put this next to each picture that would be on the
page. Like so...
<img SRC="beth1.jpg"><img SRC="black.jpg"></A></BR>
<img SRC="black.jpg"><img SRC="beth2.jpg"></A></BR>
<img SRC="beth3.jpg"><img SRC="black.jpg"></A></BR>
<img SRC="black.jpg"><img SRC="beth4.jpg"></A></BR>
<img SRC="beth5.jpg"><img SRC="black.jpg"></A></BR>
<img SRC="black.jpg"><img SRC="beth6.jpg"></A></BR>
<img SRC="beth7.jpg"><img SRC="black.jpg"></A></BR>
In Internet Explorer it looks just fine, but in Netscape, the "black"
picture shows up as broken. If I try and put only the pictures address
http://www.wxnut.net/black.jpg
in the URL window, I get this...
The image “http://www.wxnut.net/black.jpg” cannot be displayed, because
it contains errors.
Here is the site...
http://www.wxnut.net/people.htm
Thank you,
Doug