Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Directory Submission Service   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 03-23-2007, 07:50 AM   #1 (permalink)
Contributing Member
 
kade119's Avatar
 
Join Date: 03-20-07
Posts: 142
iTrader: 0 / 0%
Latest Blog:
None

kade119 is liked by many
image and paragraph alignment problem

i need the image to align to the right of the <p giving me heck.. not sure why


.image1{
align:right;
left:200px;
}

<div class="image1"><img src="images/pic1.png" width="231" height="85" />
<p>Guys with computer expertise and<br/>
creative personalities doing the job<br/>
we really do love.</p>


http://www.ftrmi.com/sample thanks
kade119 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 03-23-2007, 09:48 AM   #2 (permalink)
v7n Mentor
 
Taltos's Avatar
 
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,804
iTrader: 0 / 0%
Latest Blog:
None

Taltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web pro
Send a message via Yahoo to Taltos
Actually, I misunderstood what you were looking for in the other thread. If you want the image to the right of the paragraph, then you want to create a div for the paragraph and give it a set width that accomplishes the 3 lines you used <br /> to get. Then in the HTML, just put the paragraph div in as float left. Then put the image in as float left. You may need to play with padding or margins for one or both of these elements to get the spacing you want.
__________________
Experimenting
Taltos is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-23-2007, 10:15 AM   #3 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
#p1 {
text-align:left;
}
#img1 {
float:right;
padding-left:10px;
}
<p id="p1"><img id="img1" src="images/pic1.png" width="231" height="85" />
Guys with computer expertise and<br/>
creative personalities doing the job<br/>
we really do love.</p>
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-26-2007, 02:21 PM   #4 (permalink)
Contributing Member
 
kade119's Avatar
 
Join Date: 03-20-07
Posts: 142
iTrader: 0 / 0%
Latest Blog:
None

kade119 is liked by many
one more question about alignment that i haven't see anywhere


how do you aligin paragraphs side by side do you have to make individual div columns?

b/c i really dont want ot have to nest my page columns if there is a way around it
kade119 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox VS IE alignment problem DJ-Craig Coding Forum 12 06-14-2007 03:18 PM
Menu alignment problem kade119 Coding Forum 63 03-24-2007 05:55 PM
Coding: Alignment Problem in Navbar soultrader Coding Forum 0 11-17-2006 07:05 AM
Images Alignment on Page problem. HELP leeuniverse Coding Forum 2 07-12-2006 03:40 AM
CSS alignment problem blelisa Coding Forum 9 04-19-2004 05:55 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 05:13 AM.
© Copyright 2008 V7 Inc