
Originally Posted by
lastpirate007
hi tom
i saw ur screen shot but cud nt understand wat u want. u just go details in it. try to sketch ur requirements . hope u understand it
Hey Pirate..
Sorry about my lack of details, I was in a panicked state!
All I want to do pretty much is get the name of the product and move it above all other product details which lie in the 3 columns.
For instance, in very simple html terms (obviously it would be more complex), I would like it to go like this:
HTML Code:
<table>
<tr>
<td colspan="3">
Firearm 4 multifuel wood burning stove</td>
</tr>
<tr>
<td><img src="the_product_image.jpg"></td>
<td>Product description goes here</td>
<td>Additional buttons go here</td>
</tr>
</table>
Like I said, I doubt it will be THAT simple, but still