I have a website which is here:
After the intro screen, there's a search page with 4 big buttons in a vertical column.
I want to turn the column into a horizontal row, but I can't find a drag-n-drop feature in Dreamweaver and the code isn't clear to a beginner like me!
The section highlighted in Dreamweaver when I select the buttons is below. If anyone knows how to re-write this to make them go side by side instead of on top pf eachother I'd be really grateful.
Thank you,
Tab!
<td valign="top" colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" align="right" width="175" height="141" style="padding:10px;">
<img src="/images/musicsearchlit.png" width="120" height="35" border="0" align="absmiddle"><br>
<img src="/images/dottedline.jpg"><br>
<a href="http://afml.mcps-prs-alliance.co.uk/afml/"target="blank"><img src="/images/musiclicence.png" width="120" height="30" align="absmiddle" border="0"></a>
<img src="/images/dottedline.jpg"><br>
<a href="/about.php"><img src="/images/about.png" width="120" height="30" align="absmiddle" border="0"></a><br>
<img src="/images/dottedline.jpg"><br>
<a href="/contact.php"><img src="/images/contact.png" width="120" height="30" align="absmiddle" border="0"></a>
</td>