Jump to content

Recommended Posts

Posted (edited)

Hello i have near 60 pictures in one webpage with colours and i would like write under every picture the colour code i try everythink but i cant find it ..

<center>
<table>
<tr>
<td><pre><img src="images/xromata/1001.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/1013.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/1015.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/3000.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/3002.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/3003.jpg" width=150 height=100 align="center"></pre></td>
</tr>
</table>
</center>

Thats the code,if someone can help me .. thanks 

Edited by L2LostWard
Posted

Try something like this

<center>
<table>
<tr>
<td><pre><img src="images/xromata/1001.jpg" width=150 height=100 align="center"></pre></td>
</tr></table>
Text Here
<table><tr>
<td><pre><img src="images/xromata/1013.jpg" width=150 height=100 align="center"></pre></td>
</tr></table>
Text Here
<table><tr>
<td><pre><img src="images/xromata/1015.jpg" width=150 height=100 align="center"></pre></td>
</tr></table>
Text Here
<table><tr>
<td><pre><img src="images/xromata/3000.jpg" width=150 height=100 align="center"></pre></td>
</tr></table>
Text Here
<table><tr>
<td><pre><img src="images/xromata/3002.jpg" width=150 height=100 align="center"></pre></td>
</tr></table>
Text Here
<table><tr>
<td><pre><img src="images/xromata/3003.jpg" width=150 height=100 align="center"></pre></td>
</tr>
</table>
Text Here
</center>
Posted (edited)

Nop didnt work i try it but it was like that:

result.jpg

 

but i want it like that: (and put the text under all images and stay like that)

wanna.jpg

Edited by L2LostWard
Posted

try this one, it will look like this:

Hzh28PN.png

<center>
<table>
<tr>
<td><pre><img src="images/xromata/1001.jpg" width=150 height=100 align="center"></pre><center><br1>Text Here</center></td>
<td><pre><img src="images/xromata/1013.jpg" width=150 height=100 align="center"></pre><center><br1>Text Here</center></td>
<td><pre><img src="images/xromata/1015.jpg" width=150 height=100 align="center"></pre><center><br1>Text Here</center></td>
<td><pre><img src="images/xromata/3000.jpg" width=150 height=100 align="center"></pre><center><br1>Text Here</center></td>
<td><pre><img src="images/xromata/3002.jpg" width=150 height=100 align="center"></pre><center><br1>Text Here</center></td>
<td><pre><img src="images/xromata/3003.jpg" width=150 height=100 align="center"></pre><center><br1>Text Here</center></td>
</tr>
</table>
</center>
Posted

or 

 

<center>
<table>
<tr>
<td><pre><img src="images/xromata/1001.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/1013.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/1015.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/3000.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/3002.jpg" width=150 height=100 align="center"></pre></td>
<td><pre><img src="images/xromata/3003.jpg" width=150 height=100 align="center"></pre></td>
</tr>
<tr>
<td>text1</td>
<td>text2</td>
<td>text3</td>
<td>text4</td>
<td>text5</td>
<td>text6</td>
</tr>
</table>
</center>
Guest
This topic is now closed to further replies.


×
×
  • Create New...