Forum : Image and Test aligning on webpage
Brief description  about Online courses   join in Online courses
View Anoop  M C 's Profile

Image and Test aligning on webpage

How to get some text display after the Image on my file. but it happens to show after the image.

What I want is - text should appear right after the image on the right side of the page.


<a href= home.html> Home </a> | <a href= current.html> Current Openings </a> | <a href= News.html> News
Asked by Anoop M C | Nov 2, 2009 |  Reply now
Replies (3)
View sanjay s nair 's Profile
You are very welcome.
Nov 4, 2009
View anoop m-c 's Profile
thanks Sanjay - now I got some idea .. Let me playaround ..
Nov 3, 2009
View sanjay s nair 's Profile
<table>
<tr><td><img src="img1.ext"></td><td>Text for img1.ext</td></tr>
<tr><td><img src="img2.ext"></td><td>Text for img2.ext</td></tr>
<tr><td><img src="img3.ext"></td><td>Text for img3.ext</td></tr>
<tr><td><img src="img4.ext"></td><td>Text for img4.ext</td></tr>
</table>
Nov 2, 2009