Dear all,
I have a website, i want to place a image right side of accordion menu how can i do it (RED AREA)
You need to set the div containing the form to a width and float it left as in (line 595)
<div style="width: 50%; float: left;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
Then add a second div that will contain the image as per (line 711)
<div style="width: 40%; float: right;">
Your Picture
</div>
Adjust the widths as required. You can also used fixed widths in pixels if you prefer. Youl will also need to adjust the width of the table cell that conatins the form.
Gramps
Firstly, please accept my apologies, I did not study the problem to the extent that the solution I gave solved the problem.
Please undo the changes above and add a new column that spans the height of the tabel as per
<tr>
<td width="33%"><b>Your Name*:</b></td>
<td width="3%"> </td>
<td width="4096" colspan="2"><input type="text" name="yourname" /></td>
<td rowspan="17"><img style="margin-left: 50px;" name="" src="http://www.newtonclients.com/sky3/images/bo.png" width="210" height="275" alt="" /></td>
</tr>
Gramps
North America
Europe, Middle East and Africa
Asia Pacific