Background Images for Cells

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Background Images for Cells

    Is there an extension or easy built in way to quickly change an image in a cell
    into the background image for that cell.
    It makes no difference to me if I can do this in Fireworks before exporting
    out to dreamweaver, or after the page
    is imported into Dreamweaver, but if there's an image on that page in a cell
    for example, I want to be able to quickly and
    with one-click, delete that image and place it as a background image in the
    same cell, without having to browse
    for it in the inspector panel.

    capish?

    Mr. Math Guest

  2. Similar Questions and Discussions

    1. Moving images in cells
      I have cells within a table to hold pics in place on the right side of the webpage, with text on left side. When I try to move the pics or add a...
    2. Background images in FF
      Hi, I am hoping that someone can help me with the small issue that I am having. I am currently creating a small website so that friends and...
    3. Swapping Cell Images for Background Images
      Is there any plugin or extention for DW(studio8) out there that will quickly and with one click, let me remove an image inside a cell and...
    4. Background images?
      I am new to Fireworks and have done a couple of the tutorials but am having some trouble figuring something out. I want to do a couple of mock ups...
    5. background in table cells
      ameen: Yes. Click in the cell and use the Property Inspector to specify a background image. Be aware that in order to see the background fully,...
  3. #2

    Default Re: Background Images for Cells

    Well, you could use CSS...

    ..classname {

    background-image: url(../imagename.gif);
    cursor: hand;
    }
    --
    Hi ,

    The changes are completed and uploaded.
    Can you check it over and let us know if there is anything else we can do.
    [url]http://www[/url].

    Regards,
    "Mr. Math" <webforumsuser@macromedia.com> wrote in message
    news:dgknr6$e5e$1@forums.macromedia.com...
    > Is there an extension or easy built in way to quickly change an image in a
    cell
    > into the background image for that cell.
    > It makes no difference to me if I can do this in Fireworks before
    exporting
    > out to dreamweaver, or after the page
    > is imported into Dreamweaver, but if there's an image on that page in a
    cell
    > for example, I want to be able to quickly and
    > with one-click, delete that image and place it as a background image in
    the
    > same cell, without having to browse
    > for it in the inspector panel.
    >
    > capish?
    >

    Meano Iano Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139