Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 802023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T23:32:02+00:00 2026-05-14T23:32:02+00:00

I am using asp.net and C#. I have a image and three line. Which

  • 0

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

<table>
 <tr>
   <td>
    <img src="#"/>
   </td>
   <td>
    first line <br />
    second line <br/>
    third line <br />
   </td>
 </tr>
</table>

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 <span> or <div> 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..

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T23:32:03+00:00Added an answer on May 14, 2026 at 11:32 pm

    Using CSS, you can float the image to the left, which will cause the text to appear to the image’s right.

    For example, take the following:

    <html>
    <head><title>Example</title></head>
    <body>
        <div style="float:left"> <!-- I've floated the div containing the image to the left -->
        <img src="http://www.google.com/images/srpr/nav_logo13.png">
        </div>
    This is text that is to the right of the image. 
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using asp.net 3.5 and C#. I have a image which I want
Using ASP.Net, I have a server control for which i would like to add
I have been using ASP.NET for years, but I can never remember when using
I have a web application using ASP.NET 2.0 and I want to know if
I have a control application - using asp.net webservices. I have a timer which
I have this ASP.NET MVC application that I now want to separate out the
I'm using asp.net/c# and have a number of Collapsible Panel Extenders that have been
I am in the start up of a project using ASP.NET MVC and have
Using asp.net, I need to generate a snapshot of an youtube video. I have
I am using ASP.NET Dynamic Data for a project and I have a table

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.