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

  1. #1

    Default Extension request

    Hello there
    I think it would be useful to many people if someone could write an extension
    to use background image for tables, rows, columns and cells like in CS3.
    They removed that feature in CS4, and all my work was based on that function.
    Thanks

    Nuxly Stardust Guest

  2. Similar Questions and Discussions

    1. Extension request / idea?
      Hey all Im a PHP Developer who is working with other developers now, which means I will have to add comments to my code etc...However, I have a...
    2. #34218 [Com]: Problem with inheritance (by extension) in request (methods argument)
      ID: 34218 Comment by: as at as dot com Reported By: Wojciech dot Szela at gmail dot com Status: No Feedback...
    3. [PHP-DEV] advice request on new php extension : phprep
      Hi, internals. I'm working on new php extension. It's called "phprep". It's a glue between php and librep. Why? PHP have a lot of good...
    4. best way to get data: request.form, request.params, controlname.value
      Hi! I think I remember somewhere that using request.form was a bad idea (I can't say I remember why). So I'm wondering: What is the best way to...
    5. difference bet. request.querystring and Request.Params
      request.params for asp.net is the httprequest object, and this method gets a combined collection of querystring, cookies, form and servervars...
  3. #2

    Default Re: Extension request

    It wasn't removed. Putting the background image should be a css function
    and it was moved to be done in the css in order to follow standards.

    Just create the div (or even an id on a table) and write css like

    #mydiv {
    background-image: url(../images/bg-1024x768.jpg);
    }

    The CSS panel will actually navigate to the image you want to use and write
    the syntax for you.


    --
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


    "Nuxly Stardust" <webforumsuser@macromedia.com> wrote in message
    news:gfcoln$lkd$1@forums.macromedia.com...
    > Hello there
    > I think it would be useful to many people if someone could write an
    > extension
    > to use background image for tables, rows, columns and cells like in CS3.
    > They removed that feature in CS4, and all my work was based on that
    > function.
    > Thanks
    >

    Nancy 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