Place text next to image (Tabel)
-
Hello all,
I’m trying to put text next to an image. I’m trying to do this with a table at the moment.
This is my result so far:
https://puu.sh/7eBnQ.pngAs you can see its all aligned in 1 line. It should be under each other. Like this:
https://puu.sh/7eBpR.pngThis is my current code:
[app 377298193] <table> <tr> <td><img class="app_image alignleft" src={artwork60} rel={trackname}></td> <td style="font-size:20px;"><strong>{trackname}</strong></td> <td style="font-size:15px;"><strong>Developer: </strong>{sellername}</td> <td style="font-size:15px;"><strong>Rating: </strong>{stars}</td> <td style="font-size:15px;"><strong>Price: </strong>{price}</td> <td style="font-size:15px;"><strong><font color="#2d95f4">{dllink}</font></strong></td> </tr> </table> [/app]
I’m using variables from a plugin. So thats why there are words between { & }.
Hopefully someone can help me ??
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Place text next to image (Tabel)’ is closed to new replies.