Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
double 0 #1
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
-
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... -
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?.... -
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... -
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... -
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... -
Murray *ACE* #2
Re: Dreamweaver 4.0 - HELP NEEDED
> 1) I want to display a line of text in a box when the mouse hovers over an
Use the 'title' attribute on the link/image?> image. Does anyone know how to do this is in 'dreamweaver' v.4.0 OR
> 'fireworks' v.4.0 ?
That's incorrect. When you create a table in DW, each cell is loaded with> 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').
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
-
double 0 #3
Re: Dreamweaver 4.0 - HELP NEEDED
Transparent image files have replaced the " " 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
-
Murray *ACE* #4
Re: Dreamweaver 4.0 - HELP NEEDED
> But where do I set the title attribute on the image for 1)? And also how
<img title="this is a title"....> do I
> set the link to open in a new window by default?
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 " " 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
-
double 0 #5
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
-
Murray *ACE* #6
Re: Dreamweaver 4.0 - HELP NEEDED
> Should it be <img src="www....." width="xx" height="xx" img title="this is
This is why we say you need to have a little grounding in HTML to do this> a
> title"> ? I couldn't make it work.
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"
Probably because your page is a monster page. A table with 1000 rows/1000> Why is DW forced to exit?
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
-
double 0 #7
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
-
Murray *ACE* #8
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
-
double 0 #9
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



Reply With Quote

