Dreamweaver 4.0 - HELP NEEDED

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Dreamweaver 4.0 - HELP NEEDED

    Please be aware: I'm using an older version of 'Dreamweaver' (v.4.0 to be
    precise) so there may be some differences in dialogues etc..

    My current project involves creating a website to sell advertising space by
    the pixel and I've got a couple of problems:

    1) I want to display a line of text in a box when the mouse hovers over an
    image. Does anyone know how to do this is in 'dreamweaver' v.4.0 OR
    'fireworks' v.4.0 ?

    2) I want to display a grid in the browser window which is 10 pixels by 10
    pixels using either 'dreamweaver' v.4.0 OR 'fireworks' v.4.0. I had a system
    to do this using cells but it seems dreamweaver requires a minimum height of 19
    pixels. That is too big. (The grid needs to display in the browser so obviously
    it isn't as simple as 'view | show grid' in 'dreamweaver').

    Thanks for the help!:beer;

    double 0 Guest

  2. Similar Questions and Discussions

    1. dreamweaver mx to 8 extension help needed
      I recently went from dreamweaver mx to dreamweaver 8 and I'm having some trouble with an extension I use to use. The extension I'm talking about is...
    2. Cross OS heartbreak-- dreamweaver guidance needed SOS!
      You folks seem to know your stuff and so I was hoping you could provide me with some Dreamweaver advice or perhaps point me in the right direction?....
    3. Using dreamweaver for MySQL help needed!
      We are trying to connect a MySQL database to a new web-site through Dreamweaver. We have: Downloaded the MySQL software Input some data fields...
    4. New To Dreamweaver - Help Needed - Wont Preview InBrowser
      Hi Guys i want to vie my page on internet explorer but when i press F12 it says that acess is denied to mu documents folder im Running Mac OSX...
    5. Dreamweaver suggestions needed
      Hello, I posted a question about making web pages with Freehand. I got some good advice about cutting up the page in Fireworks and putting it back...
  3. #2

    Default Re: Dreamweaver 4.0 - HELP NEEDED

    > 1) I want to display a line of text in a box when the mouse hovers over an
    > image. Does anyone know how to do this is in 'dreamweaver' v.4.0 OR
    > 'fireworks' v.4.0 ?
    Use the 'title' attribute on the link/image?
    > but it seems dreamweaver requires a minimum height of 19
    > pixels. That is too big. (The grid needs to display in the browser so
    > obviously
    > it isn't as simple as 'view | show grid' in 'dreamweaver').
    That's incorrect. When you create a table in DW, each cell is loaded with
      to prevent the cell from being "empty" and therefore not displaying
    either a border or a background color in the browsers (which is how they
    render empty cells). It's that   that is causing the 19px size that
    you are describing. Replace those non-breaking spaces with transparent GIF
    images sized as you want, and you'll be able to get smaller cells.

    These questions are better suited for the DW general.discussion forum.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "double 0" <webforumsuser@macromedia.com> wrote in message
    news:eofr73$598$1@forums.macromedia.com...
    > Please be aware: I'm using an older version of 'Dreamweaver' (v.4.0 to be
    > precise) so there may be some differences in dialogues etc..
    >
    > My current project involves creating a website to sell advertising space
    > by
    > the pixel and I've got a couple of problems:
    >
    > 1) I want to display a line of text in a box when the mouse hovers over an
    > image. Does anyone know how to do this is in 'dreamweaver' v.4.0 OR
    > 'fireworks' v.4.0 ?
    >
    > 2) I want to display a grid in the browser window which is 10 pixels by
    > 10
    > pixels using either 'dreamweaver' v.4.0 OR 'fireworks' v.4.0. I had a
    > system
    > to do this using cells but it seems dreamweaver requires a minimum height
    > of 19
    > pixels. That is too big. (The grid needs to display in the browser so
    > obviously
    > it isn't as simple as 'view | show grid' in 'dreamweaver').
    >
    > Thanks for the help!:beer;
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Dreamweaver 4.0 - HELP NEEDED

    Transparent image files have replaced the "&nbsp" and I have the size I want!
    Excellent!!!

    But where do I set the title attribute on the image for 1)? And also how do I
    set the link to open in a new window by default?



    double 0 Guest

  5. #4

    Default Re: Dreamweaver 4.0 - HELP NEEDED

    > But where do I set the title attribute on the image for 1)? And also how
    > do I
    > set the link to open in a new window by default?
    <img title="this is a title"....

    You must do it manually - DW4 has no UI for this.

    You cannot set a new window as the default.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "double 0" <webforumsuser@macromedia.com> wrote in message
    news:eogatr$nks$1@forums.macromedia.com...
    > Transparent image files have replaced the "&nbsp" and I have the size I
    > want!
    > Excellent!!!
    >
    > But where do I set the title attribute on the image for 1)? And also how
    > do I
    > set the link to open in a new window by default?
    >
    >
    >

    Murray *ACE* Guest

  6. #5

    Default Re: Dreamweaver 4.0 - HELP NEEDED

    1) Can you give the exact code for the image title please; the title displays
    but from an empty place holder rather than the image itself.
    Should it be <img src="www....." width="xx" height="xx" img title="this is a
    title"> ? I couldn't make it work.

    2) I'm also having trouble with the grid because of its size. (1,000 x 1,000).
    I'm entering the code manually by cut and paste and the first 1/3 has been
    entered successfully but when I paste after that 'dreamweaver' abruptly closes.
    I have the entire grid in HTML prepared in a word processor but just can't get
    it entered into DW for finishing. Is there a work-around? Why is DW forced to
    exit?

    double 0 Guest

  7. #6

    Default Re: Dreamweaver 4.0 - HELP NEEDED

    > Should it be <img src="www....." width="xx" height="xx" img title="this is
    > a
    > title"> ? I couldn't make it work.
    This is why we say you need to have a little grounding in HTML to do this
    work!

    Try this -

    <img src="http://www....." width="xx" height="xx" title="this is a title">
    ---------------^^^^^^
    (note that you need the protocol for *all* external links, e.g.,
    ''http://www.example.com"
    > Why is DW forced to exit?
    Probably because your page is a monster page. A table with 1000 rows/1000
    columns, each containing an image would be an unthinkable amount of code.
    What size box are you running this on?

    And anyhow, it's DW4, for heavens sakes. That was released probably 3 years
    before your operating system was....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "double 0" <webforumsuser@macromedia.com> wrote in message
    news:eoilp0$hl7$1@forums.macromedia.com...
    > 1) Can you give the exact code for the image title please; the title
    > displays
    > but from an empty place holder rather than the image itself.
    > Should it be <img src="www....." width="xx" height="xx" img title="this is
    > a
    > title"> ? I couldn't make it work.
    >
    > 2) I'm also having trouble with the grid because of its size. (1,000 x
    > 1,000).
    > I'm entering the code manually by cut and paste and the first 1/3 has been
    > entered successfully but when I paste after that 'dreamweaver' abruptly
    > closes.
    > I have the entire grid in HTML prepared in a word processor but just can't
    > get
    > it entered into DW for finishing. Is there a work-around? Why is DW forced
    > to
    > exit?
    >

    Murray *ACE* Guest

  8. #7

    Default Re: Dreamweaver 4.0 - HELP NEEDED

    1) The image title displays a treat and I'm well pleased. Problem Solved.
    Thanks a million!

    2) The code for the table is enormously long. A 1,000 x 1,000 table with cells
    of 9x9 (100 cells x 100 cells). The code for the table runs to over 1,500 pages
    in my word processor. I could try a larger cell size which would reduce the
    length of the code but the 9x9 cell is really the size I need because it
    corresponds to the minimum purchase size for the advertising space. Or is there
    a work-around?



    double 0 Guest

  9. #8

    Default Re: Dreamweaver 4.0 - HELP NEEDED

    > Or is there a work-around?

    I think you are hosed. DW4 (and also probably DW8) just cannot handle a
    page so monstrous.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "double 0" <webforumsuser@macromedia.com> wrote in message
    news:eol07o$chv$1@forums.macromedia.com...
    > 1) The image title displays a treat and I'm well pleased. Problem Solved.
    > Thanks a million!
    >
    > 2) The code for the table is enormously long. A 1,000 x 1,000 table with
    > cells
    > of 9x9 (100 cells x 100 cells). The code for the table runs to over 1,500
    > pages
    > in my word processor. I could try a larger cell size which would reduce
    > the
    > length of the code but the 9x9 cell is really the size I need because it
    > corresponds to the minimum purchase size for the advertising space. Or is
    > there
    > a work-around?
    >
    >
    >

    Murray *ACE* Guest

  10. #9

    Default Re: Dreamweaver 4.0 - HELP NEEDED

    I've entered 50x50 pixel cells and DW seems just about to have coped. So I
    guess I'll just have to be satisfied with the larger cell size for now.

    The site is pretty much complete now after several days development. Just some
    small modifications needed. Just a quick word of thanks for the help. :wink;

    Thanks Again.:beer;

    double 0 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