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
------------------------------------------------ |