• ka81

    (@ka81)


    1) creating a page
    2) in textarea only this text:

    [caption id="attachment_1048" align="alignnone" width="100" caption="Перший сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=109" target="_blank"><img src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s1_poster_ukr.jpg" alt="Перший сезон" title="Перший сезон" width="100" height="138" class="size-full wp-image-1048" /></a>[/caption] [caption id="attachment_1049" align="alignnone" width="100" caption="Другий сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=110" target="_blank"><img src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s2_poster_ukr.jpg" alt="Другий сезон" title="Другий сезон" width="100" height="138" class="size-full wp-image-1049" /></a>[/caption]

    3) the result – two images one under the other one.
    (x-files.net.ua/?page_id=2102)

    question – how to place them in one line???

Viewing 10 replies - 1 through 10 (of 10 total)
  • esmi

    (@esmi)

    Page url? x-files.net.ua/?page_id=2102 results in a “server not found” message.

    Thread Starter ka81

    (@ka81)

    just got there.
    everything is working.

    Thread Starter ka81

    (@ka81)

    wizardregis

    (@wizardregis)

    Click on each image and “align” them to the left. Should do the trick.

    Thread Starter ka81

    (@ka81)

    [caption id="attachment_1048" align="alignleft" width="100" caption="Перший сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=109" target="_blank"><img class="size-full wp-image-1048 " title="Перший сезон" src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s1_poster_ukr.jpg" alt="Перший сезон" width="100" height="138" /></a>[/caption]
    
    [caption id="attachment_1049" align="alignleft" width="100" caption="Другий сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=110" target="_blank"><img class="size-full wp-image-1049 " title="Другий сезон" src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s2_poster_ukr.jpg" alt="Другий сезон" width="100" height="138" /></a>[/caption]

    no result.

    Thread Starter ka81

    (@ka81)

    the problem is with [caption]!!!
    when i remove all about [caption] – then all IMGs inline, but i need those captions..
    still don’t know what to do.

    wizardregis

    (@wizardregis)

    Change

    align="alignleft

    to

    class="alignleft"

    Thread Starter ka81

    (@ka81)

    class=”alignleft” – didn’t help.

    [caption id="attachment_1048" align="alignnone" width="100" caption="Перший сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=109" target="_blank"><img src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s1_poster_ukr.jpg" alt="Перший сезон" title="Перший сезон" width="100" height="138" class="size-full wp-image-1048" /></a>[/caption] [caption id="attachment_1049" align="alignnone" width="100" caption="Другий сезон"]<a href="https://uateam.net/forum/viewtopic.php?f=3&t=110" target="_blank"><img src="https://x-files.net.ua/wp-content/uploads/2009/09/txf_s2_poster_ukr.jpg" alt="Другий сезон" title="Другий сезон" width="100" height="138" class="size-full wp-image-1049" /></a>[/caption]

    + in style.css i added .wp-caption {float: left;}

    and it’s worked!

    Thread Starter ka81

    (@ka81)

    but if i want to place a few similiar thumbnails UNDER already existed (on the next line under) – i CAN’T do it, they placed next to existed.

    esmi

    (@esmi)

    If you’re using the HTML tab, try adding <br style="clear:left" /> immediately after the captioned images but before the new thumbnails.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘images – displaying inline’ is closed to new replies.