PDA

View Full Version : Web Site Laying out Jpegs



digmen1
11-19-2005, 04:32 AM
Is there a way to lay out say 6 pics of the same size on a web page on two rows with the pics nicely spaced ?

Regards

Digby

Santa
11-19-2005, 11:16 AM
you want them as thumbnails or as pics - if so what are the size of the pics

quiky <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content="ThumbaWumba 1.22 Freeware">
<title>XXXXX</title>
</head>
<body bgcolor=#C0C0C0 text=#808080 link=#808080 vlink=#8000FF>

<table border=0 cellpadding=12 align="center" width="75%">
<tr>
<td width=200 height=200>
<center>
</a>
<img src="t_copy_of_copy_of_copy_of_copy_of_copy_of_hpict0033a.jpg" border=0> </center>
</td>
<td width=200 height=200>
<center>
</a>
<img src="t_copy_of_copy_of_copy_of_copy_of_hpict0033a.jpg" border=0> </center>
</td>
</tr>
<tr>
<td width=200 height=200>
<center>
</a>
<img src="t_copy_of_copy_of_copy_of_hpict0033a.jpg" border=0> </center>
</td>
<td width=200 height=200>
<center>
</a>
<img src="t_copy_of_copy_of_hpict0033a.jpg" border=0> </center>
</td>
</tr>
<tr>
<td width=200 height=200>
<center>
</a>
<img src="t_copy_of_hpict0033a.jpg" border=0> </center>
</td>
<td width=200 height=200>
<center>
</a>
<img src="t_hpict0033a.jpg" border=0> </center>
</td>
</tr>
</table>
</body>
</html>