Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-03-2012, 01:07 PM   PM User | #1
jonnyfive
New to the CF scene

 
Join Date: Nov 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jonnyfive is an unknown quantity at this point
How to place text next to an image

I’m trying to create some code in which there is text on the left and an image on the right and I want them to be next to each other. The thing is, if there is no image I want the text to go across the width of the div. Is this possible? Here is the code that I have been working on:

Code:
<div style="width: 220px; border:1px solid #000;">
<span style="position:relative; float:left; clear:left;">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</span>
<img src="../../Public/Pictures/Sample Pictures/Desert.jpg" style="width:30px;height:60px;vertical-align: top; float:right; clear:right;" />
</div>
jonnyfive is offline   Reply With Quote
Old 03-03-2012, 02:53 PM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,816
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Try:

Code:
<div style="width: 220px; border:1px solid #000;">
<img src="../../Public/Pictures/Sample Pictures/Desert.jpg" style="width:30px;height:60px;vertical-align: top; float:right; clear:right;" />
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</p>
</div>
SB65 is offline   Reply With Quote
Old 03-05-2012, 03:06 PM   PM User | #3
Major Payne
Regular Coder

 
Join Date: Aug 2005
Location: MS
Posts: 745
Thanks: 7
Thanked 65 Times in 63 Posts
Major Payne is an unknown quantity at this point
Have you tried using Text Wrap? This is Text to the Left code.
__________________
☠ ☠RON☠ ☠
Major Payne is offline   Reply With Quote
Reply

Bookmarks

Tags
css, image, text

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:18 PM.


Advertisement
Log in to turn off these ads.