WordPress - Page Format Question...

by npaige
5 replies
  • WEB DESIGN
  • |
Hi all,

I created a "library" page on my site.
As I am listing books (pasting link from amazon), the books are lining up underneath each other, aligned left.

You can see a space to the right of each book. How can I make two next to each other?

Left/right............ left/right.

Library | Mountain River Stream

Thanks!
Dr. Nicki
#format #page #question #wordpress
  • Profile picture of the author south park
    html does it.

    <table border="0"> <tr> <td>First Book</td> <td>Secon</td> </tr>

    <tr> <td>3</td> <td>4...</td> </tr>
    </table>
    {{ DiscussionBoard.errors[7786402].message }}
    • Profile picture of the author npaige
      Where you wrote "first book," "second," 3, 4..
      Is that where I put the code for each book?

      And what about the short title that I wrote for each book?
      Where does that go?

      Thanks.

      Originally Posted by south park View Post

      html does it.

      <table border="0"> <tr> <td>First Book</td> <td>Secon</td> </tr>

      <tr> <td>3</td> <td>4...</td> </tr>
      </table>
      {{ DiscussionBoard.errors[7786416].message }}
      • Profile picture of the author south park
        Code:
         <table border="0">
        <tr><td><p>Be Here Now - Ram Dass<br />
        <a href="http://www.amazon.com/gp/product/0517543052/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0517543052&amp;linkCode=as2&amp;tag=mounrivestre-20"><img alt="" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;ASIN=0517543052&amp;Format=_SL160_&amp;ID=AsinImage&amp;MarketPlace=US&amp;ServiceVersion=20070822&amp;WS=1&amp;tag=mounrivestre-20" border="0" /></a><img style="border: none !important; margin: 0px !important;" alt="" src="http://www.assoc-amazon.com/e/ir?t=mounrivestre-20&amp;l=as2&amp;o=1&amp;a=0517543052" width="1" height="1" border="0" /></p>
        </td>
        <td><p>A Return To Love - Marianne Williamson<br />
        <a href="http://www.amazon.com/gp/product/B004T8YDUM/ref=as_li_qf_sp_asin_il?ie=UTF8&camp=1789&creative=9325&creativeASIN=B004T8YDUM&linkCode=as2&tag=mounrivestre-20"><img border="0" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&ASIN=B004T8YDUM&Format=_SL160_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=mounrivestre-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=mounrivestre-20&l=as2&o=1&a=B004T8YDUM" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
        </td>
        </tr>
        </table>
        {{ DiscussionBoard.errors[7786431].message }}
    • Profile picture of the author npaige
      Got it, thanks!

      Originally Posted by south park View Post

      html does it.

      <table border="0"> <tr> <td>First Book</td> <td>Secon</td> </tr>

      <tr> <td>3</td> <td>4...</td> </tr>
      </table>
      {{ DiscussionBoard.errors[7786439].message }}
  • Profile picture of the author Kim Phoenix
    Where it says, First book, second book, etc., that's where you put your content.
    Signature
    http://www.BuyHealthPLR.com (PLR Written & Edited by a Healthcare Professional)

    http://www.TheOnlineChick.com

    {{ DiscussionBoard.errors[7786428].message }}

Trending Topics