Image Alignment

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
gymboy689
-


Joined: 04 Jan 2004
Posts: 87

PostPosted: Fri Feb 13, 2004 1:27 am    Post subject: Image Alignment Reply with quote

I want an image and text to show up like this:
text..............pic
text..............pic
text..............pic

(all 3 pics are one pic

but all i can do is get it to show up like this:
text...................pic
........................pic
........................pic
text
text

can someone give me an html script to do this?
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Fri Feb 13, 2004 1:51 am    Post subject: Reply with quote

use a table

Code:
<table border="0"><td>Text</td> <td>Image</td></table>


or you can use the pre tags
Code:
<pre>Text <img src=""></pre>


I recommend using the pre tags because the fact that the text isn't
aligned in the middle part up top near the image. Use <pre></pre>
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group