HighDots Forums  

Mac Computer Help Request

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Mac Computer Help Request in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
T
 
Posts: n/a

Default Mac Computer Help Request - 06-05-2004 , 06:45 AM






Hi All,

I have just been informed by an associate that when he views my site on his
Mac, text and some graphics are not visible. I obviously cannot check that
out since I use a pc. I used DW MX and PSP8 to create most of what is on
the site on a WinXP Home OS.

Is there anything I can do to check this reported problem out from my PC?
All shows up fine using IE6, NN7 and Firefox with PC.

Not sure if this has anything to do with it since I am not anywhere near a
Network guru, but my site's Web Host has not resolved yet using my domain
name, I get on there using an IP address number.

Thank you,

T



Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Mac Computer Help Request - 06-05-2004 , 08:07 AM






Then post the IP address. The answer is in the code.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

"T" <stenilin (AT) tidewater (DOT) net> wrote

Quote:
Hi All,

I have just been informed by an associate that when he views my site on
his
Mac, text and some graphics are not visible. I obviously cannot check
that
out since I use a pc. I used DW MX and PSP8 to create most of what is on
the site on a WinXP Home OS.

Is there anything I can do to check this reported problem out from my PC?
All shows up fine using IE6, NN7 and Firefox with PC.

Not sure if this has anything to do with it since I am not anywhere near a
Network guru, but my site's Web Host has not resolved yet using my domain
name, I get on there using an IP address number.

Thank you,

T





Reply With Quote
  #3  
Old   
seb
 
Posts: n/a

Default Re: Mac Computer Help Request - 06-05-2004 , 12:55 PM



URL or IP address or code please.
(Mac user here).

T wrote:

Quote:
Hi All,

I have just been informed by an associate that when he views my site on his
Mac, text and some graphics are not visible. I obviously cannot check that
out since I use a pc. I used DW MX and PSP8 to create most of what is on
the site on a WinXP Home OS.

Is there anything I can do to check this reported problem out from my PC?
All shows up fine using IE6, NN7 and Firefox with PC.

Not sure if this has anything to do with it since I am not anywhere near a
Network guru, but my site's Web Host has not resolved yet using my domain
name, I get on there using an IP address number.

Thank you,

T



Reply With Quote
  #4  
Old   
T
 
Posts: n/a

Default Re: Mac Computer Help Request - 06-05-2004 , 06:18 PM



The IP address is: 208.56.157.105 From what I am told the problem is in the
Gallery Page.

Thank you,

Tom


"seb" <sebnewyork (AT) earhlink (DOT) netTakeThisOut> wrote

Quote:
URL or IP address or code please.
(Mac user here).

T wrote:

Hi All,

I have just been informed by an associate that when he views my site on
his
Mac, text and some graphics are not visible. I obviously cannot check
that
out since I use a pc. I used DW MX and PSP8 to create most of what is
on
the site on a WinXP Home OS.

Is there anything I can do to check this reported problem out from my
PC?
All shows up fine using IE6, NN7 and Firefox with PC.

Not sure if this has anything to do with it since I am not anywhere near
a
Network guru, but my site's Web Host has not resolved yet using my
domain
name, I get on there using an IP address number.

Thank you,

T





Reply With Quote
  #5  
Old   
Alan
 
Posts: n/a

Default Re: Mac Computer Help Request - 06-05-2004 , 08:02 PM





Quote:
208.56.157.105


should really really do something about the 408k gif for the background.

hmm. NO text or anything is visible.

two </head></head> tages.

another possible reason- several of the tags like the opening body tag- the
last > is on the next line.

okay, found it.
reason no content shows- the css for the background image:

<STYLE type="text/css">
<!--
BODY {background-image:url(AllagashLake.gif);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed}

</STYLE>

One- it's in the body. should be in the head section.
Two- there's an opening <!-- comment, but no close.

So- Mac IE sees the rest of the code as commented out.

Should be able to find those errors without having a mac around...



Reply With Quote
  #6  
Old   
T
 
Posts: n/a

Default Re: Mac Computer Help Request - 06-05-2004 , 09:06 PM



Thank you Alan. I am a newbie and am learning. I will heed your advice.

Tom


"Alan" <dont_mail_me_period (AT) macromedia (DOT) com> wrote

Quote:

208.56.157.105



should really really do something about the 408k gif for the background.

hmm. NO text or anything is visible.

two </head></head> tages.

another possible reason- several of the tags like the opening body tag-
the
last > is on the next line.

okay, found it.
reason no content shows- the css for the background image:

STYLE type="text/css"
!--
BODY {background-image:url(AllagashLake.gif);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed}

/STYLE

One- it's in the body. should be in the head section.
Two- there's an opening <!-- comment, but no close.

So- Mac IE sees the rest of the code as commented out.

Should be able to find those errors without having a mac around...




Reply With Quote
  #7  
Old   
Alan
 
Posts: n/a

Default Re: Mac Computer Help Request - 06-06-2004 , 04:19 AM





Quote:
Thank you Alan. I am a newbie and am learning. I will heed your advice.
Good luck. Are you from the area?

I grew up in Limestone and Presque Isle. Live in Calais now.



Reply With Quote
  #8  
Old   
T
 
Posts: n/a

Default Re: Mac Computer Help Request - 06-06-2004 , 07:17 AM



I live in the Camden area, a small town called Lincolnville. I actually
grew up in Waterville. Small world. I made all the corrections you
suggested.

Thanks alot for helping a newbie out.

Tom


"Alan" <dont_mail_me_period (AT) macromedia (DOT) com> wrote

Quote:

Thank you Alan. I am a newbie and am learning. I will heed your
advice.

Good luck. Are you from the area?

I grew up in Limestone and Presque Isle. Live in Calais now.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.