html paypal button code help?

Filip

New member
if you don't have a html editor for writing, i don`t think it's possible...the html code for arrange an item in the middle of the page is something like this:

<table width="100%" height="100%">
<tr valign="middle" align="center">
<td>
[your code here]
</td>
</tr>
</table>
 
i made a site on cabanova.com and theres 2 options to enter html code which are enter to above page or enter it to below page.Id like it in the middle.Ive tried doing center in the < >.doesnt work. So i need to place the button in the middle of the page somehow.thanks everyone.
yeah that 1st code didnt work..hmm idk what it is then
 
if you don't have a html editor for writing, i don`t think it's possible...the html code for arrange an item in the middle of the page is something like this:

<table width="100%" height="100%">
<tr valign="middle" align="center">
<td>
[your code here]
</td>
</tr>
</table>
 
if you don't have a html editor for writing, i don`t think it's possible...the html code for arrange an item in the middle of the page is something like this:

<table width="100%" height="100%">
<tr valign="middle" align="center">
<td>
[your code here]
</td>
</tr>
</table>
 
Back
Top