navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Is there a way to put a paragraph next to a parargraph?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Expression Web Help >> Is there a way to put a paragraph next to a parargraph?
Page: [1]
 
paul1912005

 

Posts: 32
Joined: 7/18/2007
Status: offline

 
Is there a way to put a paragraph next to a parargraph? - 11/5/2007 4:40:11   
I'm trying to put two paragraphs next to each other using webexpression but not sure how to it.

I have two pictures left and right and would like to put text under them but in different paragraphs.

Any suggestions?
Tailslide

 

Posts: 6116
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Is there a way to put a paragraph next to a parargr... - 11/5/2007 5:20:21   
You'd want to put the photos and text within a div and then float them next to each other. So you'd have:

HTML:
<div class="box">
    <img src="yourphoto.jpg" width="200" height="220" alt="your photo" />
    <p>Photo 1</p>
</div>

<div class="box">
    <img src="yourphoto1.jpg" width="200" height="220" alt="your other photo" />
    <p>Photo 2</p>
</div>


CSS:
.box {float:left;width:200px;margin-right:10px;border:1px solid;}


The border's just there so that you can see what you're doing - you can obviously remove that. When floating divs you must specify a width so just use the width of the widest photo.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to paul1912005)
Page:   [1]

All Forums >> Web Development >> Expression Web Help >> Is there a way to put a paragraph next to a parargraph?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts