Perhaps, some html guru can help me with this.
Then again, this is probably simple but what I am trying to is combine text with an image and align them correctly.
here is an example of an alignment that I am talking about:
test
tesdt tedt
tedt tedt
edt image test
I don't want to do this with a table and this is where the difficulty is coming for me.
Please see my sample below.
This code gets the text on left and image in middle.
What I am struggling to do is add the following and align them to right of image:
Debbie Green
Acting Supervisor.
Here is my code and any help is appreciated.
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="white" link="#696969" vlink="#a9a9a9">
<div align="left">
<table border="0" cellpadding="10" cellspacing="0" hspace=0 vspace=0 width="430">
<tr>
<td>
<div align="top">
<img height="150" width="124" src="testImage.bmp" valign="top" align="right">
<p><b>Department of Public Works</b><br>141 Pryor Street, S.W., Suite 6001<br>St Louise, Mo 70303<br>Telephone: (899) 230-7486<br>Fax: (899) 284-8978
</div>
</td>
</tr>
</table>
</div>
</body>
Then again, this is probably simple but what I am trying to is combine text with an image and align them correctly.
here is an example of an alignment that I am talking about:
test
tesdt tedt
tedt tedt
edt image test
I don't want to do this with a table and this is where the difficulty is coming for me.
Please see my sample below.
This code gets the text on left and image in middle.
What I am struggling to do is add the following and align them to right of image:
Debbie Green
Acting Supervisor.
Here is my code and any help is appreciated.
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="white" link="#696969" vlink="#a9a9a9">
<div align="left">
<table border="0" cellpadding="10" cellspacing="0" hspace=0 vspace=0 width="430">
<tr>
<td>
<div align="top">
<img height="150" width="124" src="testImage.bmp" valign="top" align="right">
<p><b>Department of Public Works</b><br>141 Pryor Street, S.W., Suite 6001<br>St Louise, Mo 70303<br>Telephone: (899) 230-7486<br>Fax: (899) 284-8978
</div>
</td>
</tr>
</table>
</div>
</body>