Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
jennybear webforumsuser@macromedia.com #1
Dreamweaver 2004 web page works on pc; not on a Mac
I have created the following web site: [url]www.psychelp-sos.com.au[/url]. The home page works fine on a pc, but not on a Mac. The spacing and some of the fonts go haywire. Have tested it on Mac OS 9.2.2 and Safari. Problem is not as bad on Safari.
Jenny
jennybear webforumsuser@macromedia.com Guest
-
Dreamweaver MX 2004
Can anyone help me with the settings I need to connect to the ftp for PWP? Iım using Dreamweaver MX 2004. I was using Dreamweaver MX before & my... -
Dreamweaver MX 2004 bug
I was using a dynamic function in Dreamweaver MX that has layers and when you hover over these arrows at the bottom, the content scrolls up. When I... -
SWF file on website only works from Flash MX, not FlashMX 2004
On my website, only the swf files that I published from Flash MX work, but the ones I published from Flash MX 2004 don't. I tried to open my Flash... -
SQL qury works in access but not dreamweaver
I am using InterAKT dynamic charts extension to create a chart on a page. The chart is to show number of meetings per month. The following SQL works... -
scroll pane works in mx 2004, not once published
Hi everyone! I'm kinda new here, in this macromedia world, and I am working with mx 2004 pro (I think). I used the scroll pane component to display... -
Murray *TMM* #2
Re: Dreamweaver 2004 web page works on pc; not on a Mac
Jenny:
You know that each page on your site is more than 50% menu code right? And
you do know about the non-spiderability of those menus - meaning that your
site will not be ranked by search engines, right?
Your spacing issues are likely caused by the basic table structure on your
pages. Having used DW's Layout mode to build them, you are certain to get
fragile tables that perform poorly, and I'm afraid that is what you are
seeing here. Code like this -
<td width="206" height="1"></td>
<td width="12"></td>
<td width="14"></td>
<td width="35"></td>
<td width="226"></td>
<td width="11"></td>
<td width="4"></td>
<td width="22"></td>
<td width="248"></td>
<td width="18"></td>
<td width="4"></td>
just isn't of any value in building a structurally stable page. I'm sorry
to tell you that. It's best to avoid Layout mode altogether and just build
your tables from scratch. You can find some great tutorials about working
with tables at the DW FAQ link in my sig.
The font sizing issues are probably due to your mixture of CSS pixel sized
fonts (which are pretty stable cross-browser/platform) with HTML styles
(i.e., the font tag) which are sized differently cross-browser/platform.
Again, this will require some work on your part to fix....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[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
==================
"jennybear" <webforumsuser@macromedia.com> wrote in message
news:bs337m$l73$1@forums.macromedia.com...page works fine on a pc, but not on a Mac. The spacing and some of the fonts> I have created the following web site: [url]www.psychelp-sos.com.au[/url]. The home
go haywire. Have tested it on Mac OS 9.2.2 and Safari. Problem is not as bad
on Safari.>
> Jenny
>
>
Murray *TMM* Guest



Reply With Quote

