Quote:
Originally Posted by mdelcour
I'm needing help putting in a Paypal button in my navbar. I already have a weather thing there, but I want the Paypal donation thing to be right beside it. I can only get it to go under it. Here's the code that I'm working with. How do I make it to where the button gets placed beside it, and not under it?
|
I have just done something similar:
search for
Code:
<td class="alt2" nowrap="nowrap">
Create one or more table cells just before that, ie
Code:
<td>Your stuff here</td>
The cells can either be
or
" to taste. (These are the alternating background colours)
As you have two items, then two cells would make sense, then they will be next to each other. Or one cell with the items laid out in that (either css of a whole new table maybe)