Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Web Development (https://www.askmehelpdesk.com/forumdisplay.php?f=467)
-   -   How do I keep image centered in dreaweaver (https://www.askmehelpdesk.com/showthread.php?t=117110)

  • Aug 6, 2007, 01:14 PM
    rebeccalown
    How do I keep image centered in dreaweaver
    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
  • Aug 6, 2007, 01:18 PM
    alkalineangel
    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"
  • Sep 18, 2007, 08:32 PM
    InPain488
    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:
    }

  • All times are GMT -7. The time now is 05:47 AM.