| | |
Dreamweaver wrapping text around Pics
Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
•
•
Originally Posted by carlco9020
I have a small problem. I want to make a basic page with an image in the upper right hand corner with the text wrapping around it. I cannot seem to figure this out. I am not a newbie to web design so I feel like a dunce.....
Now, learn HTML and CSS, or else you will be lost and confused for the rest of your web design spree.
I think what you are looking for is an "align=" inside your image tag. This can be done painlessly in dreamweaver. First add your image to the page and in the layout mode you should see it on the page. Next click on the image and in the properties pane at the bottom you should see a box that says align in the bottom right simly select your poison from there and it will align the image. you should now select code view and see that it added an align='''' property to the image tag.
•
•
Join Date: Jul 2009
Posts: 1
Reputation:
Solved Threads: 0
I find an effective and easy way to text wrap is by using borderless tables. You can merge cells etc as appropriate. This views well in both firefox and explorer. Wish there was a wrap text button though!
Layout programs do not produce optimised code
they can do many things, but only the way they were programmed to do
often thimes the best result is to go into "code view" after the page layout is completed and fix it
or if many images are to be the same appearance wrapping the image and text in a <div> or <p> performs a 'keep toghther' so that the text and image remain associated
they can do many things, but only the way they were programmed to do
often thimes the best result is to go into "code view" after the page layout is completed and fix it
html Syntax (Toggle Plain Text)
<p><img src='thispic.jpg' alt='a picture' width='80' height='60' style='float:right; margin:5px padding:5px;'>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas enim turpis, consectetur sed hendrerit eu, fringilla iaculis ante.</P>
html Syntax (Toggle Plain Text)
<head> <style type='text/css'> <!-- .detail { float:right; margin:5px padding:5px; width:80px; height:60px; } --> </style></head><body> <p><img src='thispic.jpg' alt='a picture' class='detail'>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas enim turpis, consectetur sed hendrerit eu, fringilla iaculis ante.</P> <p><img src='thatpic.jpg' alt='another picture' class='detail'>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas enim turpis, consectetur sed hendrerit eu, fringilla iaculis ante.</P>
Last edited by almostbob; Jul 9th, 2009 at 9:45 am.
Failure is not an option It's included free, you don't have to do anything to get it
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it
Please mark solved problems, solved
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it
Please mark solved problems, solved
•
•
Join Date: Sep 2009
Posts: 9
Reputation:
Solved Threads: 1
0
#9 Oct 24th, 2009
here I found many having a great concept of dreamweaver.as am still a learner I need suggestions and guidance like this from time to time.I think it is here I can refer to
![]() |
Similar Threads
- Wrapping text in the IDE (Python)
- users uploading pics (Graphics and Multimedia)
- CSS in Dreamweaver (Site Layout and Usability)
- text in a gif (Site Layout and Usability)
- Few Quick Questions For the Savy Web Designers (Site Layout and Usability)
Other Threads in the Site Layout and Usability Forum
- Previous Thread: Table to Div
- Next Thread: hosting service vs traffic
| Thread Tools | Search this Thread |
blogging content customer design development dreamweaver duplicate email evaluation filesharing firefox flash gilbane google html itunes javascript kazaa layout music napster peertopeer photoshop remote remoteserver satellitenavigation satnav server site tables template tips tomtom url wave web website websitedesignreview web_development web_sites






