| View previous topic :: View next topic |
| Author |
Message |
TLEstrogen
Joined: 04 Jan 2008 Posts: 4 Location: United States
|
Posted: Tue Jan 15, 2008 12:14 am Post subject: Silly Wordpress ? |
|
|
Hey gang. I'm trying to set up a products page similar to Rosalind's on Sage-Hearts but I'm havin some trouble. I copy n paste my ad code which is fine...but i want to put another one right next to the first one. Problem is, it keeps going to the second line. Does anyone know how i can get more than one add going across the screen in Wordpress?
Like this:
Ad One Ad Two Ad Three
Thank you! |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 565 Location: Iowa, USA
|
Posted: Tue Jan 15, 2008 2:36 pm Post subject: |
|
|
You can use a table with 3 columns. That is easiest done in the Code view.
| Code: | <table border="0">
<tbody style="font-size:10pt;">
<tr align="center">
<td width="33%"> AD 1 </td>
<td width="33%"> AD 2 </td>
<td width="33%"> AD 3 </td>
</tr>
</tbody>
</table>
|
Hope that helps.
Jim Hutchinson |
|
| Back to top |
|
 |
pops
Joined: 27 Nov 2005 Posts: 42 Location: Guam
|
Posted: Wed Feb 06, 2008 11:22 pm Post subject: |
|
|
Thanks a bunch, Jim.
I've also been trying to work this one out. |
|
| Back to top |
|
 |
|