RSS Forums RSS
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 949 | Replies: 9 | Solved | Thread Tools  Display Modes
Reply
Join Date: Jan 2008
Posts: 5
Reputation: jespester is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jespester jespester is offline Offline
Newbie Poster

Question new web builder problem with links in IE

  #1  
Jan 9th, 2008
Hi
I've just created a pretty basic web site--using HTML which is a bit of a shame, but maybe XML next time--and I'm having an issue with the links not working in IE, though everything is beautiful in Firefox.
Is there some no-brainer way to activate those links in IE?
Cheers,
Jespester
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Apr 2005
Location: New York state
Posts: 525
Reputation: ShawnCplus will become famous soon enough ShawnCplus will become famous soon enough 
Rep Power: 6
Solved Threads: 80
Sponsor
ShawnCplus's Avatar
ShawnCplus ShawnCplus is offline Offline
Code Monkey

Re: new web builder problem with links in IE

  #2  
Jan 10th, 2008
Well considering you haven't shown us any of the code or a link to the page it's a bit like diagnosing a patient that hasn't told you any symptoms.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h-->++ r z+*
Reply With Quote  
Join Date: Jan 2008
Posts: 5
Reputation: jespester is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jespester jespester is offline Offline
Newbie Poster

Re: new web builder problem with links in IE

  #3  
Jan 10th, 2008
Originally Posted by ShawnCplus View Post
Well considering you haven't shown us any of the code or a link to the page it's a bit like diagnosing a patient that hasn't told you any symptoms.


Okay, gotcha.
I'll including two snippets of code, bold-facing the links: let me know if you need more context.

First, this is the navbar code (in which no links work at all in IE):
<table class="coll">
<tr>
<td bgcolor="#B399FF" align="center">
<h1>Home</h1></td></tr>
<tr>
<td align="center" bgcolor="#B399FF">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="F:\Website\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<a title="The Agnes Macphail Digital Collection Project" href="About_the_Project.htm">
<input type="button" value="About the Project" name="B1" style="background-color: #F6F9F6; font-family:Bell MT; font-size:11pt"></a>
&nbsp;&nbsp;&nbsp;<a title="Agnes Macphail's Home Life" href="Agnes_at_Home.htm"><input type="button" value="Agnes at Home" name="B2" style="background-color: #F6F9F6; font-size:11pt; font-family:Bell MT"></a>&nbsp;&nbsp;&nbsp;<a title="Agnes Macphail's Political Career" href="Miss_Macphail_M.P..htm"><input type="button" value="Life in Politics" name="B3" style="background-color: #F6F9F6; font-size:11pt; font-family:Bell MT"></a>&nbsp;&nbsp;&nbsp;<a target="blank" title="Search the Digital Collection at OurOntario" href="http://images.ourontario.ca/Macphail/"><input type="button" value="Digital Collection" name="B4" style="background-color: #F6F9F6; font-family:Bell MT; font-size:11pt"></a>&nbsp;&nbsp;&nbsp;<a title="Tools for Education and Research" href="Learn_More.htm"><input type="button" value="Learn More" name="B5" style="background-color: #F6F9F6; font-family:Bell MT; font-size:11pt"></a></form></td>
</tr></table>

Second, here is the table and nested table in which the image and the external link both work:
<table class="coll" bgcolor="#C1DAFF" cellpadding="10">
<tr>
<td valign="top">
<table class="nested" align="right" width="40%">
<tr><td class="image">
<a target="_self" href="http://images.ourontario.ca/Macphail/details.asp?ID=23448&number=7">
<img class="main" src="Macphail_Agnes_PF22.jpg" width="287" height="455" title="Agnes Macphail c.1922"></a>
</td></tr>
<tr>
<td class="caption">

Agnes Macphail c.1922</td>
</tr></table>
<h4 align="center">Welcome to the Agnes Macphail Website</h4>
<p>Agnes Macphail was the first woman elected to Canadian Parliament.
During her lifetime, she was a dutiful daughter and sister, a willful teenager,
dedicated schoolteacher, and
champion for equal rights and fair treatment for everyone. This website
and the Digital Collection showcase not just her political life, but the
personal side of Agnes Macphail as she lived in Grey County and explored
the world at large.<br>

<b>How to use the website:</b>
<ul>
<li>Click on the buttons (above) to navigate to different areas and pages of the
website</li>
<li>Click on the images for more information about the
photographs and documents in the Digital Collection</li>
</ul>

<h4 align="center">The Agnes Macphail Digital Collection</h4>
<p>The Agnes Macphail Digital Collection is an online resource of photographs
and documents that have been collected from local museums, archives, and
individual collections. <br>
<b>How to access the Digital Collection:</b>
<ul><li>Click on the images in these web pages for more information </li>
<li>Follow the links on the web pages to images grouped by subject </li>
<li>Use the button above or click here to
<a title="Search the Digital Collection" href="http://images.ourontario.ca/Macphail/">
Search the Digital Collection</a>
</li></ul>

</tr>
</table>

Thanks,
Jespester
Reply With Quote  
Join Date: Apr 2005
Location: New York state
Posts: 525
Reputation: ShawnCplus will become famous soon enough ShawnCplus will become famous soon enough 
Rep Power: 6
Solved Threads: 80
Sponsor
ShawnCplus's Avatar
ShawnCplus ShawnCplus is offline Offline
Code Monkey

Re: new web builder problem with links in IE

  #4  
Jan 10th, 2008
The only thing I could think of is that the href isn't the first thing but for some reason I think that's a longshot. It's worth a shot nonetheless. I'm not, however, familiar with that webbot stuff
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h-->++ r z+*
Reply With Quote  
Join Date: Jan 2008
Posts: 5
Reputation: jespester is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jespester jespester is offline Offline
Newbie Poster

Re: new web builder problem with links in IE

  #5  
Jan 10th, 2008
Thanks Shawn,
unfortunately that didn't do the trick. I think it's something to do with IE supporting the "form" and its contents, but I'm not sure how to identify the problem.
J
Reply With Quote  
Join Date: Apr 2005
Location: New York state
Posts: 525
Reputation: ShawnCplus will become famous soon enough ShawnCplus will become famous soon enough 
Rep Power: 6
Solved Threads: 80
Sponsor
ShawnCplus's Avatar
ShawnCplus ShawnCplus is offline Offline
Code Monkey

Re: new web builder problem with links in IE

  #6  
Jan 10th, 2008
heh, just noticed that. Don't have an anchor on a button, just use the onclick attribute of the button.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h-->++ r z+*
Reply With Quote  
Join Date: Jan 2008
Posts: 5
Reputation: jespester is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jespester jespester is offline Offline
Newbie Poster

Re: new web builder problem with links in IE

  #7  
Jan 10th, 2008
I'll see if i can get that organized. Thanks.
Reply With Quote  
Join Date: Jan 2007
Posts: 2,712
Reputation: MidiMagic is on a distinguished road 
Rep Power: 7
Solved Threads: 124
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Posting Maven

Re: new web builder problem with links in IE

  #8  
Jan 12th, 2008
I see several errors:

- An input tag does not belong between a tags. Block tags can't be inside a tags.The clickable text or image belongs there.

- There is no title attribute for an a tag. The title belongs between the a tags.

- The alt attribute is required on an image tag. It should contain the text you erroneously have in the title attribute of the a tag.

- target is deprecated in the strict doctypes.
Daylight-saving time uses more gasoline
Reply With Quote  
Join Date: Jan 2008
Posts: 5
Reputation: jespester is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jespester jespester is offline Offline
Newbie Poster

Re: new web builder problem with links in IE

  #9  
Jan 12th, 2008
I appreciate your tips. With help from a programmer friend, I eliminated the nasty FrontPage <form> tags and used simple <button> tags with <onclick> attributes. It is working now. Thanks for the help.
Reply With Quote  
Join Date: Jan 2008
Posts: 3
Reputation: Cryptoanalysis is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Cryptoanalysis Cryptoanalysis is offline Offline
Newbie Poster

Re: new web builder problem with links in IE

  #10  
Jan 20th, 2008
Originally Posted by jespester View Post
Hi
I've just created a pretty basic web site--using HTML which is a bit of a shame, but maybe XML next time--and I'm having an issue with the links not working in IE, though everything is beautiful in Firefox.
Is there some no-brainer way to activate those links in IE?
Cheers,
Jespester
for the links to work code them like this in html:


<a href="Link url">Link title here</a>

There you go and if this isnt what you were looking for let me know.. I can redesign your entire site in flash for you at a reasonable price...

<advertising deleted>

Thanks.. and hope to see you there..
Last edited by happygeek : Jan 21st, 2008 at 6:44 am. Reason: advert deleted
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.



Similar Threads
Other Threads in the HTML and CSS Forum
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 9:52 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC