| Author |
how to place a picture
|
|
| LOST BULLDOG 2005-03-30, 7:36 am |
| How do I place a picture in the middel of a text, so that the text is around the picture, like in newspapers?
thanks in advance
Elisabeth
| |
| NedTheDog 2005-03-30, 7:36 am |
| I found this info when looking for something for myself. It's CSS code for
wrapping around an image. I just skimmed it. Maybe it will help. Look at the
articles 'Cross-Column Pull-Outs.' http://www.alistapart.com/topics/css/
| |
| .: Nadia :. *TMM* 2005-03-30, 7:37 am |
| > How do I place a picture in the middel of a text, so that the text is
> around the picture, like in newspapers?
Add this to your stylesheet -
..imgleft{
float:left;
padding: 10px;
}
..imgright{
float:right;
padding:10px;
}
apply the style to the image and change padding to suit.
<img scr="images/image.gif" class="imgleft">
--
Nadia
--------------------------------------------
Templates | http://www.DreamweaverResources.com
Dropdown Menu Designs | SEO Articles |Tutorials
CSS Templates | http://www.dreamweaverresources.com/CSS-templates
---------------------------------------------
Team MM Volunteer for Dreamweaver
www.macromedia.com/go/team
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |