HighDots Forums  

Re: Advice for picture/text layout

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Advice for picture/text layout in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Advice for picture/text layout - 08-01-2004 , 11:58 PM






You can use css to position the graphic in the cell, so that text flows
around it. You can either put the css into your current stylesheet or can
copy and paste the following in the head of your document just before the
</head> tag.


<style type="text/css">
<!--
..imgleft {
float: left;
}

..imgright {
float:right;
margin-left: 5px;
}
-->
</style>

You can adding padding to the style to give a bit of breathing room around
the picture as well.

--
Nadia
---------------
http://www.DreamweaverResources.com
Free Templates | Free Nav Bar Sets
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------



Reply With Quote
Reply




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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.