This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > July 2005 > css / doctype / firefox issue...





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author css / doctype / firefox issue...
keen to learn

2005-07-11, 7:59 pm

Hi all

I have built a site using css to style text. Browsing using IE it looks
fine, but in FF it does seem to be using the stylesheet.

I thought the doc type would be the issue, but I have checked around and
updated it with this one, but I still have the same problem,

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Digital Print and Cut</title>
link href="../main_styles.css" rel="stylesheet" type="text/css">

Any ideas?

Many thanks for any help....

As ever
Keen to learn..


Travis

2005-07-11, 7:59 pm

If the below code is copied exactly from your site you are missing an
opening bracket for your style sheet link.

You have:

link href="../main_styles.css" rel="stylesheet" type="text/css">

Should be:

<link href="../main_styles.css" rel="stylesheet" type="text/css">

If this doesn't work give us a URL to your page and describe what is
happening

Travis
***************************************
http://www.webblobber.com - Free Templates, Javascript, Fonts & More.
***************************************

keen to learn wrote:
> Hi all
>
> I have built a site using css to style text. Browsing using IE it looks
> fine, but in FF it does seem to be using the stylesheet.
>
> I thought the doc type would be the issue, but I have checked around and
> updated it with this one, but I still have the same problem,
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <title>Digital Print and Cut</title>
> link href="../main_styles.css" rel="stylesheet" type="text/css">
>
> Any ideas?
>
> Many thanks for any help....
>
> As ever
> Keen to learn..
>
>

Murray *TMM*

2005-07-11, 7:59 pm

Post a link to the page, please.

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

"keen to learn" <keentolearn_deletethis_@hotmail.com> wrote in message
news:dau50h$lkj$1@forums.macromedia.com...
> Hi all
>
> I have built a site using css to style text. Browsing using IE it looks
> fine, but in FF it does seem to be using the stylesheet.
>
> I thought the doc type would be the issue, but I have checked around and
> updated it with this one, but I still have the same problem,
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <title>Digital Print and Cut</title>
> link href="../main_styles.css" rel="stylesheet" type="text/css">
>
> Any ideas?
>
> Many thanks for any help....
>
> As ever
> Keen to learn..
>
>



keen to learn

2005-07-11, 7:59 pm

Sorry - typo!

that should read "doesn't seem to be using the stylesheet.

Thanks
Keen to learn..


"keen to learn" <keentolearn_deletethis_@hotmail.com> wrote in message
news:dau50h$lkj$1@forums.macromedia.com...
> Hi all
>
> I have built a site using css to style text. Browsing using IE it looks
> fine, but in FF it does seem to be using the stylesheet.
>
> I thought the doc type would be the issue, but I have checked around and
> updated it with this one, but I still have the same problem,
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <title>Digital Print and Cut</title>
> link href="../main_styles.css" rel="stylesheet" type="text/css">
>
> Any ideas?
>
> Many thanks for any help....
>
> As ever
> Keen to learn..
>
>



keen to learn

2005-07-12, 7:24 pm

Hi Travis & Murray

I managed to borrow some space from a friend - so here is a url

http://www.saltwatertimes.com/dump/edit_level.html

The missing < was there, I missed it from the post.

Ie looks fine / FF no style sheet - this is a work in progress, so I know
there will be other 'issues' that need looking at!

thanks for the help


--
keen to learn @ hotmail.com




"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:dau6as$ntb$1@forums.macromedia.com...
> Post a link to the page, please.
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "keen to learn" <keentolearn_deletethis_@hotmail.com> wrote in message
> news:dau50h$lkj$1@forums.macromedia.com...
>
>



Travis

2005-07-12, 7:24 pm

I see no difference between FF and IE. What is not working in FF?

I did find that you have an extra closing bracket in your CSS that needs
to be removed.

text-decoration: none;
}

}
..copy {

Travis
***************************************
http://www.webblobber.com - Free Templates, Javascript, Fonts & More.
***************************************

keen to learn wrote:
> Hi Travis & Murray
>
> I managed to borrow some space from a friend - so here is a url
>
> http://www.saltwatertimes.com/dump/edit_level.html
>
> The missing < was there, I missed it from the post.
>
> Ie looks fine / FF no style sheet - this is a work in progress, so I know
> there will be other 'issues' that need looking at!
>
> thanks for the help
>
>

keen to learn

2005-07-12, 7:35 pm

Hi Travis

In FF is see the text as un styled - in IE it is the correct font and size.

I will change the } and see it that fixes it.

Thanks for the help.

--
keen to learn @ hotmail.com




"Travis" <spam@no.spam> wrote in message
news:db0eca$6m5$1@forums.macromedia.com...[color=darkred]
> I see no difference between FF and IE. What is not working in FF?
>
> I did find that you have an extra closing bracket in your CSS that needs
> to be removed.
>
> text-decoration: none;
> }
>
> }
> .copy {
>
> Travis
> ***************************************
> http://www.webblobber.com - Free Templates, Javascript, Fonts & More.
> ***************************************
>
> keen to learn wrote:
know[color=darkred]


Travis

2005-07-12, 7:35 pm

Removing that bracket will take care of it.

Travis
***************************************
http://www.webblobber.com - Free Templates, Javascript, Fonts & More.
***************************************

keen to learn wrote:
> Hi Travis
>
> In FF is see the text as un styled - in IE it is the correct font and size.
>
> I will change the } and see it that fixes it.
>
> Thanks for the help.
>

keen to learn

2005-07-14, 7:17 pm

Hi Travis

Yes - thanks all fixed,


--
keen to learn @ hotmail.com


"Travis" <spam@no.spam> wrote in message
news:db14q8$btm$1@forums.macromedia.com...[color=darkred]
> Removing that bracket will take care of it.
>
> Travis
> ***************************************
> http://www.webblobber.com - Free Templates, Javascript, Fonts & More.
> ***************************************
>
> keen to learn wrote:
size.[color=darkred]


Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews