Hello!
I'm writing pages on a wordpress powered website, and I struggle big time to insert HTML script made on Dreamweaver to the code of the page.
I want to do something very easy, split the page in two vertical part.
Text on the left, and a contact form (in this case, but images and flash animation for other pages) and when I pasted the code in Wordpress, the table looks completely different and jammed.
A bit like when you align an image, but i cant get that code working for other filtypes...
Here's the code I made on Dreamweaver and pasted into Wordpress:
<table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><p align="left"><strong> This is is a text i want to put aside the Contactform7's form. </strong></p> </td>
<td rowspan="2"> </td>
<td rowspan="2">[contact-form 2 "book now]</td>
</tr>
<tr>
<td>this is a tab so the text above stays on top and wont align if the middle because the contact form is 1000 pixel height and the text above 500 px </td>
</tr>
<tr>
<td><img src="spacer.gif" width="500" height="2" /></td>
<td><img src="spacer.gif" width="20" height="2" /></td>
<td><img src="spacer.gif" width="400" height="2" /></td>
</tr>
</table>
</body>
Do anybody know how to make this page split, i'd greatly appreciate it.
Thanks for reading!