Wow Web Designs Forums Home

Search
   
Members

Calendar

Help

Home
Search by username
Not logged in - Login | Register 


links don´t work in safari
 Moderated by: Aycan  

New Topic

Reply

Print
AuthorPost
arga
Member
 

Joined: Thu Nov 11th, 2004
Location:  
Posts: 2
Status:  Offline
Mana: 
 Posted: Thu Nov 11th, 2004 02:50 pm

Quote

Reply
Hello,
I have made a very simple web page using dreamweaver 4. I have made several links to cells. They work fine when opened in Internet Explorer but they don´t work at all when opened in Safari.
Any ideas?
thanks
the web is http://www.moztu.net

relaxzoolander
Super Moderator


Joined: Sun Jan 25th, 2004
Location: Columbus, Ohio USA
Posts: 459
Status:  Offline
Mana: 
 Posted: Fri Nov 26th, 2004 08:00 am

Quote

Reply
i would suggest moving the <a> tags inside the table cells...not around them.

:P

r|z
---------------------------------------------------------------
web designer

arga
Member
 

Joined: Thu Nov 11th, 2004
Location:  
Posts: 2
Status:  Offline
Mana: 
 Posted: Fri Nov 26th, 2004 09:46 am

Quote

Reply
thanks relax but if I do what you say, the word gets underlined and I want to avoid that.
somebody suggested taking away one of the <td> or something like that but i haven´t managed to do it correctly!

arga

Dr.Blitz
Member
 

Joined: Fri Jan 7th, 2005
Location:  
Posts: 26
Status:  Offline
Mana: 
 Posted: Tue Jan 11th, 2005 01:49 am

Quote

Reply
Here is a very easy way to solve your problem. Put this code between your <head> and </head> tags.

<style type="text/css">

<!--


a:link {
 color: #000000;
 text-decoration: none;
}
a:active {
 color: #000000;
 text-decoration: none;
}
a:visited {
 color: #000000;
 text-decoration: none;
}
a:hover {
 color: #FFFFFF;
 text-decoration: none;
}
-->

</style>

Make sure to put your 'a hrefs' around the text. Not the cells or table.

Blitz

relaxzoolander
Super Moderator


Joined: Sun Jan 25th, 2004
Location: Columbus, Ohio USA
Posts: 459
Status:  Offline
Mana: 
 Posted: Tue Jan 11th, 2005 09:14 am

Quote

Reply
yes...css is a magical thing for web design.

:dude:

r|z
-------------------------------------------------------
columbus ohio web designer


 Current time is 01:01 pm




Powered by WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1562 seconds (10% database + 90% PHP). 17 queries executed.