Posted by dorayme on 11/21/06 01:22
In article <12m4k3ncpbqfk73@corp.supernews.com>,
Gιrard Talbot <newsblahgroup@gtalbot.org> wrote:
> forex10@yahoo.com wrote :
> > Hello,
> > I have never had any trouble making web pages & overcoming a few html
> > challenges along the way. But I cannot figure out how to center a
> > sentance or title under a picture. Do I need to use <caption> within
> > the <table> tag? Thanks.
> >
> > Joe L.
>
>
> No. Using a table for that is misusing table: it's bad semantic.
And what information about the OP are you privy to?
<table>
<tr>
<td>Example of an image in table cell and caption default
aligned</td>
<td><img...><br>Caption</td></tr>
<td>Example of an image in table cell and caption centred</td>
<td style="text-align:center"><img...><br>Caption</td>
</tr>
</table>
Or a list of products or any number of other tabular data uses.
Why rush to High Priest spiel so fast?
--
dorayme
Navigation:
[Reply to this message]
|