Posted by Ben C on 05/21/07 21:18
On 2007-05-21, phhs80@gmail.com <phhs80@gmail.com> wrote:
> Dear All
>
> I have the following code:
>
><CENTER>
><IMG src="figure.jpg" width="500" height="375" align="center"
> border="0">
></CENTER>
>
> and now I would like to insert text besides the picture. How can I do
> that?
Just do it:
<CENTER>
<IMG src="figure.jpg" width="500" height="375" align="center"
border="0">Your text goes here
</CENTER>
Navigation:
[Reply to this message]
|