Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
haberdashery #1
Bogus Code
I lose the right hand side of my weight-conversation table when viewed through
the browser. The code for this table has been taken from a free-code site so I
queried this quirk with them. I have been given the following reply but do not
know whether I should accept their comment as the code they refer to wasn't put
in by me, it appear on the Dreamweaver generated template I use.
"The very first line of your html page is bogus: i've removed:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
(this line is of no use anyway) from the top of the page and the problem goes
away".
...I then received a follow-up response stating:
"the standard you've selected(xhtml) via
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" at the first line is
too strict - it make the converter html code to downgrade and ignore
margins/paddings and besides your pages are not XML ones replace it with
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
as [url]www.microsoft.com[/url] uses for html pages"
Would you recommend I follow his advice? My site can be seen at
[url]www.laserlines.co.uk[/url], thank you for any help on this.
haberdashery Guest
-
CFMX 7 Getting Bogus DB Error
Since upgrading to CFMX 7 two weeks ago I have been getting a sporadic database error on pages that work 99% of the time. Error is: Error Executing... -
Bogus subscription instructions on website
Found at http://archives.postgresql.org/pgsql-general/ If you hate getting many mail messages per day then you should consider a digest (where... -
/var/mail BOGUS files
Hi all Linux gurus ! I have on my email server a series of BOGUS files . It's a solaris 9 box with sendmail 8.10.12 My mailboxes ( /var/mail )... -
This is such a bogus article
http://support.microsoft.com/default.aspx?scid=kb;en-us;306165 -- George Hester __________________________________ -
ftp connects even if address is bogus
Running a firewall or parent controls software? -- Ken Wickes This posting is provided "AS IS" with no warranties, and confers no rights. ... -
Lionstone #2
Re: Bogus Code
The first response stating your DOCTYPE doesn't do anything is flat out
wrong. Somebody is in the wrong profession.
You are, however, using the wrong DOCTYPE for a normal HTML page. You
should probably be using HTML 4.01 Transitional (it's a choice in DW; you
can make it your default choice in preferences).
It looks like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
If their product only works in quirks mode, then it's a bad product and you
should find an alternative.
Lionstone Guest
-
Murray *ACE* #3
Re: Bogus Code
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
This is bogus too. The doctype they list here is valid but not complete.>
> as [url]www.microsoft.com[/url] uses for html pages"
>
> Would you recommend I follow his advice? My site can be seen at
> [url]www.laserlines.co.uk[/url], thank you for any help on this.
It, too, will put IE into quirks mode. Please follow lionstone's
direction....
--
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
==================
"haberdashery" <webforumsuser@macromedia.com> wrote in message
news:eerq2j$6f0$1@forums.macromedia.com...>I lose the right hand side of my weight-conversation table when viewed
>through
> the browser. The code for this table has been taken from a free-code site
> so I
> queried this quirk with them. I have been given the following reply but
> do not
> know whether I should accept their comment as the code they refer to
> wasn't put
> in by me, it appear on the Dreamweaver generated template I use.
>
> "The very first line of your html page is bogus: i've removed:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
> (this line is of no use anyway) from the top of the page and the problem
> goes
> away".
>
> ...I then received a follow-up response stating:
>
> "the standard you've selected(xhtml) via
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" at the first
> line is
> too strict - it make the converter html code to downgrade and ignore
> margins/paddings and besides your pages are not XML ones replace it with
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
>
> as [url]www.microsoft.com[/url] uses for html pages"
>
> Would you recommend I follow his advice? My site can be seen at
> [url]www.laserlines.co.uk[/url], thank you for any help on this.
>
>
Murray *ACE* Guest



Reply With Quote

