Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
(((DUB))) #1
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?.
I am designing a site for a friend: [url]www.southindianlake.com[/url] (you can enter to
preview on the 2-feathers-logo)
I have used DW2004MX for the Mac to design it. In all tested browsers, the
site looks fine. There are no breaks or screw ups. However, when I view it on
my PC in the same browsers, it looks like ass. Broken up and separated spaces--
an absolute embarrassment. I desperately need some assistance here. I can't
find a direct solution in the other forums.
I do know some HTML and CSS, and hand coded my own portfolio site, but I want
to switch to using DW because it is faster than hand coding. Plus, I suck at
coding and I am still pretty much in the dark when it comes to fixes.
Like I said... the site looks and works fine in all the major browsers in the
Mac OS but on PC it looks really bad.
I appreciate any help or advice you can give me.
John
[email]jaydub@jaydubdesign.com[/email]
(((DUB))) Guest
-
Some Guidance from an expert needed for beginner...
Over the last couple of days I have been reading through the documentation to try to find a solution for a project I am working on and I was hoping... -
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... -
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... -
Design guidance needed: traversing links in ASP
I would like some guidance regarding a "content scanner" I'm trying to build. This ASP widget will automatically scan remote web sites for certain... -
Cross update to Dreamweaver available?
Hi, did somebody cross update to Dreamweaver? I would like to do it too because my editor will not be supported any more. Corel bought HoTMetaL... -
-Rb #2
Re: Cross OS heartbreak-- dreamweaver guidance needed SOS!
"(((DUB)))" <webforumsuser@macromedia.com> wrote in message
news:do4j7t$lra$1@forums.macromedia.com...Validate your pages.> 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?.
>
> I am designing a site for a friend: [url]www.southindianlake.com[/url] (you can enter
> to
> preview on the 2-feathers-logo)
>
> I have used DW2004MX for the Mac to design it. In all tested browsers, the
> site looks fine. There are no breaks or screw ups. However, when I view it
> on
> my PC in the same browsers, it looks like ass. Broken up and separated
> spaces--
> an absolute embarrassment. I desperately need some assistance here. I can't
> find a direct solution in the other forums.
>
> I do know some HTML and CSS, and hand coded my own portfolio site, but I
> want
> to switch to using DW because it is faster than hand coding. Plus, I suck at
> coding and I am still pretty much in the dark when it comes to fixes.
>
> Like I said... the site looks and works fine in all the major browsers in
> the
> Mac OS but on PC it looks really bad.
>
> I appreciate any help or advice you can give me.
>
>
>
> John
>
> [email]jaydub@jaydubdesign.com[/email]
>
HTH
-Rb
-Rb Guest
-
kirkdickinson #3
Re: Cross OS heartbreak-- dreamweaver guidance neededSOS!
On the PC, it looks good in Firefox and bad in MSIE.
I think the problem is that MSIE does not correctly ignore line returns in td
tags. I have seen this before.
I like to nest my td tags.
<td>
content
</td>
I see that on your site too. MSIE will sometimes add a space there. Try
changing all of those to td's to this:
<td>content</td>
Bet that fixes it for MSIE on Windows.
Kirk
kirkdickinson Guest



Reply With Quote

