You are here: Home > Forum > Newbie's Corner > Silly Wordpress ? Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
TLEstrogen



Joined: 04 Jan 2008
Posts: 4
Location: United States

PostPosted: Tue Jan 15, 2008 12:14 am    Post subject: Silly Wordpress ? Reply with quote

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

PostPosted: Tue Jan 15, 2008 2:36 pm    Post subject: Reply with quote

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

PostPosted: Wed Feb 06, 2008 11:22 pm    Post subject: Reply with quote

Thanks a bunch, Jim.
I've also been trying to work this one out.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetProfitsToday.com Forum Index -> Newbie's Corner All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum