Can I get a few HTML tips?
Posted: Sun Jan 01, 2006 11:40 pm
I've been poking around with the '68 store listing. I figured out how to upload my images and make them show up by copying the code from the '66 listing. But they don't center on the page right. I'm sure there is a simple code for this. Any takers?
Here's the code for the images:
<p align="center"><b>More Images</b><br>Click an image to enlarge<br>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/main%20board.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/main%20board.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/rear%202.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/rear%202.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/power%20supply.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/power%20supply.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/rear%20fuses.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/rear%20fuses.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/flat%20lip.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/flat%20lip.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/500V%20400V.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/500V%20400V.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/plexi%20foot.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/plexi%20foot.jpg" border="0" alt="" width="200" height="160"></a></p>
George
Here's the code for the images:
<p align="center"><b>More Images</b><br>Click an image to enlarge<br>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/main%20board.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/main%20board.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/rear%202.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/rear%202.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/power%20supply.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/power%20supply.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/rear%20fuses.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/rear%20fuses.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/flat%20lip.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/flat%20lip.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/500V%20400V.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/500V%20400V.jpg" border="0" alt="" width="200" height="200"></a></p>
<a href="javascript:popupWindow('http://www.metroamp.com/store/images/68 plexi/plexi%20foot.jpg')"><img src="http://www.metroamp.com/store/images/68 plexi/plexi%20foot.jpg" border="0" alt="" width="200" height="160"></a></p>
George