| Author | Post |
|---|
arga Member
| Joined: | Thu Nov 11th, 2004 |
| Location: | |
| Posts: | 2 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Thu Nov 11th, 2004 02:50 pm |
|
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 |
|
i would suggest moving the <a> tags inside the table cells...not around them.

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 |
|
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 |
|
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 |
|
yes...css is a magical thing for web design.

r|z
-------------------------------------------------------
columbus ohio web designer
|
 Current time is 01:01 pm | |
|