• All,

    Can someone please advise me on this specific matter?
    I am uploading pics from my gallery into a newly created page. Although the pics in the “visual” section look funny, on the web page they load up one under the next. There is just one of the pictures that I am having a problem with that isn’t aligned up with the rest. It is sticking out to the side.

    Can anyone please explain how to fix this problem in wordpress?

    Thanks

Viewing 15 replies - 1 through 15 (of 16 total)
  • Do you have a link, or can you post the code for the page?

    Thread Starter harracing

    (@harracing)

    You have to publish the page, first. I get a message telling me I “don’t have permission to view drafts.”

    Thread Starter harracing

    (@harracing)

    Okay. Just to be sure: is your problem that the right column if images is down further?

    That should be “right column of images.”

    Thread Starter harracing

    (@harracing)

    The two images that are jutting out i thought would be aligned with the rest of the images in one uniform line. That, or perhaps aligned in such a manner that I could have them side by side down the line in two columns.

    Try using this code for that page (insert in the “HTML” tab of the page editor, NOT the “visual” tab):

    <table border="0" cellpadding="0" style="width:100%;">
    <tr>
    <td><a href="https://www.endlessusa.com/main" target="_blank"><img class="size-full wp-image-64 alignleft" title="endless-logo" src="https://harracingusa.com/wp-content/uploads/2009/02/endless-logo.jpg" alt="endless-logo" width="291" height="110"></a></td>
    <td><img class="alignleft size-medium wp-image-65" title="forced-performance" src="https://harracingusa.com/wp-content/uploads/2009/02/forced-performance-300x53.jpg" alt="forced-performance" width="300" height="53"></td>
    </tr>
    <tr>
    <td><img class="alignleft size-medium wp-image-273" title="375-logo" src="https://harracingusa.com/wp-content/uploads/2009/02/375-logo-300x59.jpg" alt="375-logo" width="300" height="59"></td>
    <td><img class="alignleft size-medium wp-image-67" title="rally-armor-logo" src="https://harracingusa.com/wp-content/uploads/2009/02/rally-armor-logo-300x45.jpg" alt="rally-armor-logo" width="300" height="45"></td>
    </tr>
    <tr>
    <td><img class="alignleft size-full wp-image-68" title="hms-motorsport" src="https://harracingusa.com/wp-content/uploads/2009/02/hms-motorsport.jpg" alt="hms-motorsport" width="187" height="72"></td>
    <td><img class="alignleft size-medium wp-image-271" title="hot-bumpers-logo" src="https://harracingusa.com/wp-content/uploads/2009/02/hot-bumpers-logo-300x108.jpg" alt="hot-bumpers-logo" width="300" height="108"></td>
    </tr>
    <tr>
    <td><img class="alignleft size-full wp-image-276" title="driver-technologies" src="https://harracingusa.com/wp-content/uploads/2009/03/driver-technologies.gif" alt="driver-technologies" width="183" height="55"></td>
    <td><img src="file:///C:/Users/Arcady/AppData/Local/Temp/moz-screenshot.jpg" alt=""></td>
    </tr>
    </table>

    You might have to resize some of the images.

    Thread Starter harracing

    (@harracing)

    George,

    Thank you very much for the code. After looking at it (sorry for asking), can you help me to just align them all in a single-file column going down?

    Just put them all in, one after another, with a line break in between each one. Then, resize them so that they are all the same width.

    Thread Starter harracing

    (@harracing)

    How do I create a line break?

    Just hit Enter after inserting each picture.

    It looks like you got it, you just have to hit enter after the first picture.

    Thread Starter harracing

    (@harracing)

    This is very hard for me. Brain isn’t in the computer world. The thing I understood from the code you helped create was a table. This was setting up the images side by side. As I mentioned, I thought it would be better to just set them up one after the other in a single row.

    Not sure how that is to happen with the code you provided.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘How to insert pictures and spacing’ is closed to new replies.