Mac vs PC

This is a discussion on "Mac vs PC" within the Web Page Design section. This forum, and the thread "Mac vs PC are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 16th, 2006, 21:44
New Member
Join Date: Aug 2006
Location: Eugene, Oregon
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Mac vs PC

My client uses a Mac and I use a PC. She keeps reporting that the following code shows as a broken link on her Mac os:

<a id="email" href="<A href="mailto:elorish@comcast.net">elorish@comcast. net</a">mailto:elorish@comcast.net">elorish@comcast.net </a>

I check it on my PC and all is well. Any ideas as to how to make this email link work on her Mac os?

Thanks,
Ann
Reply With Quote

  #2 (permalink)  
Old Aug 16th, 2006, 23:32
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mac vs PC

Not the right category to submit this, but what kind of HTML is that?! It has nothing to do with browser; it has everything to do with extremely invalid HTML.

It should be this:
<a href="mailto:elorish@comcast.net">elorish@comcast. net</a>

Why in the world would make a link nested inside another one like that for?
Reply With Quote
  #3 (permalink)  
Old Aug 17th, 2006, 12:43
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,713
Blog Entries: 1
Thanks: 0
Thanked 16 Times in 16 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Mac vs PC

Code: Select all
<a id="email" href="<A href="mailto:elorish@comcast.net">elorish@comcast. net</a">mailto:elorish@comcast.net">elorish@comcast.net </a>
is wrong.

it should be:

Code: Select all
 <a id="email" href="mailto:elorish@comcast.net" title="Whatever you need">elorish@comcast.net</a>
It has nothing to do with OS or browser. Simply incorrect HTML.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #4 (permalink)  
Old Aug 18th, 2006, 14:36
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Mac vs PC

How much you bettin that this guy never comes back?
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #5 (permalink)  
Old Aug 18th, 2006, 15:05
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,713
Blog Entries: 1
Thanks: 0
Thanked 16 Times in 16 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Mac vs PC

LOL minute, you are always a great ambassador.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #6 (permalink)  
Old Aug 18th, 2006, 15:08
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Mac vs PC

What? I'm just poiting out that it appears that the guy seems to have found himself in a bit of an embarrasing situation.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
Reply

Tags
mac

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 05:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43