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
Need Help with making text always stay on the right of the image
Old 10-28-2007, 03:49 PM Need Help with making text always stay on the right of the image
brian101's Avatar
Super Talker

Posts: 146
Location: Seattle, WA
Trades: 3
Website: http://www.dealsneaker.com/projectx/projectx.html

Can anyone help?

I'm having trouble with trying to figure out how to keep text on the right of the image and never go under the image,

thanks in advance.

__________________


Last edited by brian101; 10-28-2007 at 03:51 PM..
brian101 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-28-2007, 04:16 PM Re: Need Help with making text always stay on the right of the image
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
As you have it coded right now, the easiest thing to do is just put in some nonbreaking spaces (   ) after the br tags. Or, since you're still using tables, you can split this one and give the column the image is in a rowspan of 2.
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


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


Last edited by serandfae; 10-29-2007 at 01:08 PM.. Reason: clarification
serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Old 10-30-2007, 04:01 PM Re: Need Help with making text always stay on the right of the image
shivaji's Avatar
Ultra Talker

Posts: 321
Trades: 0
Hm, I am not sure but maybe you can change your CSS definition for image.

.picture_left {
float:left;
margin-left:0px;
margin-top:0px;
margin-right:10px;
margin-bottom:50px;
border: none;
}
__________________

Please login or register to view this content. Registration is FREE
- uncommon free scripts

Please login or register to view this content. Registration is FREE
- Städte, Sport, Party, Gourment, Apartments, Hotels
shivaji is offline
Reply With Quote
View Public Profile Visit shivaji's homepage!
 
Old 10-31-2007, 11:28 PM Re: Need Help with making text always stay on the right of the image
SmartBomb's Avatar
Average Talker

Posts: 27
Name: Dave
Trades: 0
First off, you're code is not using CSS, it's using tables and the code is a real mess... For example...

Code:
<table>
        <tr>
        <font size="4" color="#2170d2">Popular Deals</font>
        <hr class="hr_long" />
		<td><img src="images/zune.jpg" class="picture_left" /><a href="soninc.html"><b>Microsoft Zune 30GB MP3 Player (Brown) for $99.99 /w Free Shipping</b><br /></a><br /><font size="2">Sonic is back again after 15 years of fun he faces the ghoulish Dr Eggman once again, will he lose or <a href="deal66.html">More...</a></font><br /><br /></font><font color="#FF0000" size="5">$199.99</font><font color="#666666" size="2"><strike>$99.99</strike></font></td>
        </tr>
        </table>
        <hr class="hr_short" align="right" />
You have a font size and a hr tag in between your table elements

<table>
__________________

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

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

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

Please login or register to view this content. Registration is FREE
SmartBomb is offline
Reply With Quote
View Public Profile
 
Old 11-01-2007, 07:36 AM Re: Need Help with making text always stay on the right of the image
shivaji's Avatar
Ultra Talker

Posts: 321
Trades: 0
Quote:
First off, you're code is not using CSS, it's using tables and the code is a real mess... For example...
Hmm, this page is not builded with divs, but this page using CSS! It is possible to use CSS in tables, too. BTW what is class="picture_left" then CSS?

Shivaji
__________________

Please login or register to view this content. Registration is FREE
- uncommon free scripts

Please login or register to view this content. Registration is FREE
- Städte, Sport, Party, Gourment, Apartments, Hotels
shivaji is offline
Reply With Quote
View Public Profile Visit shivaji's homepage!
 
Reply     « Reply to Need Help with making text always stay on the right of the image
 

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.18392 seconds with 12 queries