• sybarites

    (@sybarites)


    What is wrong with my images look at how the borde ris only present on three sides. Is it possible to bring back the old method of uploading images?

    Thanks

Viewing 15 replies - 1 through 15 (of 26 total)
  • moka

    (@moka)

    I see a border on all four sides.

    Thread Starter sybarites

    (@sybarites)

    What browser are you using?

    moka

    (@moka)

    Firefox. Looks like IE cuts at least 20px off the left-hand side, but just on the first seven graphics. May be an alignment issue?

    Thread Starter sybarites

    (@sybarites)

    How would I fix this?

    moka

    (@moka)

    I would look at the HTML between posts that look ok and compare to those that are cropping. The tag may be slightly different.

    Thread Starter sybarites

    (@sybarites)

    They are all cropping though

    moka

    (@moka)

    I see them cropping from the first to “The Most Expensive Jewelry Of 2006” The other pics are slightly indented, allowing the border to show on the left…

    Thread Starter sybarites

    (@sybarites)

    Sorry I did nto notice

    Thread Starter sybarites

    (@sybarites)

    Is it possible to fx this?

    moka

    (@moka)

    BAD
    <a class="imagelink" title="1_0213feat.jpg" href="https://sybarites.org/wp-content/uploads/2006/02/1_0213feat.jpg"><img width="291" height="222" id="image50" alt="1_0213feat.jpg" src="https://sybarites.org/wp-content/uploads/2006/02/1_0213feat.jpg" /></a>
    These ...

    GOOD
    <img src='/wp-content/t1.fossett.land.getty.jpg' alt='Fossett' />
    Adventurer ....

    In the Jewelry post, get rid of the following in the HTML and we’ll see what happens: class="imagelink" title="1_0213feat.jpg"

    Note that ‘bad’ and ‘good’ are only about the results wanted.

    Thread Starter sybarites

    (@sybarites)

    I took the thing out but is still not working

    moka

    (@moka)

    Delete <p><img src from the same post (jewelry) and add <a href instead so it looks like this: <a href=

    moka

    (@moka)

    It looks like it’s the property definitions causing the problem… try this:

    OLD
    <a class="imagelink" title="1_0213feat.jpg" href="https://sybarites.org/wp-content/uploads/2006/02/1_0213feat.jpg"><img width="291" height="222" id="image50" alt="1_0213feat.jpg" src="https://sybarites.org/wp-content/uploads/2006/02/1_0213feat.jpg" /></a>
    These ...

    NEW
    <a><img src="https://sybarites.org/wp-content/uploads/2006/02/1_0213feat.jpg" /></a>
    These ...

    pcmt

    (@pcmt)

    In your stylesheet you have:

    .primary img {
    margin-left: -5px;
    padding: 4px;
    border: 1px solid #ccc;
    max-width: 100%;
    }

    Try setting margin-left: 0;

    Thread Starter sybarites

    (@sybarites)

    Sorry the style sheet settings thing above did not work.

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Images Issue’ is closed to new replies.