Image along with text in HTML, asp.net

Posted by Zerotoinfinite on Stack Overflow See other posts from Stack Overflow or by Zerotoinfinite
Published on 2010-05-23T20:14:02Z Indexed on 2010/05/23 20:20 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

Hi experts,

I am using asp.net and C#.

I have a image and three line. Which I want to place like this

Like the one you can see in this below URL .

http://www.campaignmonitor.com/gallery/

Image is on the left side and parallel to image we can write text.

I know that the same can be acheived by HTML table / ASP.NET table like this

first line
second line
third line

but my problem is that I can't use table, so please let me know how can i acheive the above task without using tables.

Might be or tag can do the trick. but I am really dumb in html. and I can't ever search the exact answer to my problem on google..

please let me know how to get this. It's urgent, your help or suggestion will help me a lot.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html