Need WordPress help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrLuvr
    Confirmed User
    • Nov 2004
    • 538

    #1

    Need WordPress help!

    Hey guys,

    I am trying to add a description under the picture for the Links section.

    Here in my blog, on the right hand side bar.

    http://www.thepantyhunter.com

    I have a couple of ads and I want to be able to put a description under the ad. But, when i put the description in on Wordpress in the Links section, it adds the description next to the picture and then it wraps around and looks horrible.

    So how do i get the decription UNDER the picture if I am using the Wordpress Links from the admin section?

    Thanks!
  • chase
    Confirmed User
    • Jul 2004
    • 6019

    #2
    You'll probably have to edit your template to make the description appear on a new line.
    Need Hosting? Reality Check Network services me purrrfectly!

    Comment

    • MrLuvr
      Confirmed User
      • Nov 2004
      • 538

      #3
      Originally posted by chase
      You'll probably have to edit your template to make the description appear on a new line.
      Yes, I was kinda hoping somebody would tell me how to go about doing that...

      Comment

      • BigBen
        Confirmed User
        • Nov 2004
        • 2299

        #4
        You can just use a <br>, no?

        Or put your ads and text in lists...

        Code:
        <ul>
           <li>ad here</li>
           <li>text here</li>
        <ul>
        Not sure if that will get you exactly what you want, but worth a try.

        Comment

        Working...