Back to Global Site
Latest Topics Top Commented

display text after the picture

Coding
B

Hello, friends.

If I may, a small question - rather on html (for presta).

I am using PrestaShop 1.7.0.5 .

I tried a bunch of different examples from the Internet, but the problem remained.

Photo:   https://bio-farmacy.com/shablon/model.jpg

I really wanted to display text after the picture (to the right of the picture).

Sometimes the site displays correctly, sometimes not (the picture \"runs away\" either down or to the right. Although after updating F5, it is displayed correctly again)

I will give examples in the picture - and in the text if possible.

Friends, I will be very grateful to you with an exact example if you help fix the display on HTML.

I use this code to display text to the left of the image.

---

<table>

    <tr>

       

        <td>

                  

<p>

<img src=\"../shablon/spirulinasw.png\" width=\"60\" align=\"middle\"/>

<font size=3 color=black><b>180 tablets.</b> </font>

</p>

                

 

        </td>

    </tr>

</table>

---

If you remove

<table>

    <tr>

       

        <td>

then the situation gets worse.

0
Leave a Reply to This Topic
Created by
B
2022-09-30