Click to See Complete Forum and Search --> : Img caption


Wizzap
09-19-2005, 06:40 AM
ok i know the code to post a pic is
img
src="images/LD2.JPG"> i want to add a caption under the pic howdo i do that

deep.dhyani
09-19-2005, 07:57 AM
use table like this

<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD><img src="20.jpg" width="400" height="400"></TD>
</TR>
<TR>
<TD align=center>Imgage 1</TD>
</TR>
</TABLE>

muneepenee
09-19-2005, 10:56 AM
<pre>
<img.............>
sum werds heer
</pre>

the tree
09-19-2005, 11:09 AM
Something like this...<p style="text-align: center;">
<img src="" alt="" style="display: block; margin: auto;">
Some Caption</p>but with the styles defined in a style sheet so as to massively reduce code bulk if your doing this more than once. You might want to check out this easy gallery (http://bonrouge.com/br-fluid.php?page=gallery).