Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
I'm back! Wrapping text around picture properly
Old 08-29-2007, 07:13 PM I'm back! Wrapping text around picture properly
Defies a Status

Posts: 1,605
Trades: 0
Okay. The CSS and I are doing pretty good. I'm even starting to like it.

I wanted to add a picture to a div and had no clue as to how to do it so I tried the following which worked. Before I learn any bad habits, what is the correct way.
PHP Code:
<><img border="0" src="../images/filename.gif" align="left"> </P
The text is in the next line <p> text </p>

This put the picture on the left. The text appeared on the right of the div beside the picture and then broke back to the left under the picture. Exactly what I wanted. So easy I have to assume it is the wrong way to do it!

A link is fine. I know you get tired of answering the same questions over and over.

And I do appreciate the time several of you have spent answering my questions.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-29-2007, 11:31 PM Re: I'm back! Wrapping text around picture properly
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Get rid of the "border=0" and do this in your css instead:
img{border: none;}

Get rid of the align="left" and float the image left, make a class to assign to the img

.floatleft{
float: left;
margin: 6px; /*will need a 'fix' for IE or it will double the left margin */
}
<p><img class="floatleft" src="../images/filename.gif" alt="something" />

To stop IE 6 from doubling the left margin on the left float:
http://www.positioniseverything.net/...ed-margin.html
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-30-2007, 03:01 PM Re: I'm back! Wrapping text around picture properly
Defies a Status

Posts: 1,605
Trades: 0
Thank you.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to I'm back! Wrapping text around picture properly
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11755 seconds with 12 queries