Log in

View Full Version : How do I keep image centered in dreaweaver


rebeccalown
Aug 6, 2007, 01:14 PM
I am racking my brain

How do I keep image centered in dreamweaver so that image will be always centered when
viewed in every monitor

I want the image to stay centered regardless of monitor size or resolution

Help! I have a deadline and can't figure this out.

Thanks

Rebecca lown

alkalineangel
Aug 6, 2007, 01:18 PM
Select the image, then select "align center" in the properties menu.

If you are using tablkes, you must center the table itself, then align the cell the image is in for "middle"

InPain488
Sep 18, 2007, 08:32 PM
I like using tables when cetering an image. Something like this.

<table width="100%">
<td align="center">
</td>
</table>
_______________________
CSS could be something like

#Picture{
position; center:
}