Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Obrazki jak linki- jak usunąć ramki?
artur81
post
Post #1





Grupa: Zarejestrowani
Postów: 252
Pomógł: 2
Dołączył: 4.12.2004
Skąd: Skierniewice

Ostrzeżenie: (10%)
X----


Próbowałem w ten sposób
Kod
a img {
text-decoration:none;
}

ale nie działa jak sobie z tym poradzić
(IMG:http://img508.imageshack.us/img508/8836/ramka7cj.jpg)
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
artur81
post
Post #2





Grupa: Zarejestrowani
Postów: 252
Pomógł: 2
Dołączył: 4.12.2004
Skąd: Skierniewice

Ostrzeżenie: (10%)
X----


hm, wydaje się że powinno działać ale u mnie jakoś nie chce, powinno działać na tym fragmencie:
  1. <?php
  2. print "<tr><td align =center class=komorka colspan=3>$id_przelewu</td><td align =center class=komorka colspan=3>$nadawca</td><td align =center class=komorka colspan=3>$odbiorca</td><td align =center class=komorka colspan=3>$kwota</td><td align =center class=komorka colspan=3>$waluta</td><td align =center class=komorka colspan=3>$data_wyst</td><td>";
  3. print "<a href = "przelewy_action.php?akcja=skasuj&id_przelewu=$id_przelewu"><img src="delete.jpg" alt="Skasuj" title="Skasuj"></a></td><td>";
  4. print "<a href = "przelewy_action.php?akcja=edytuj&id_przelewu=$id_przelewu"><img src="edit.jpg" alt="Edytuj" title="Edytuj"></a></td><td>";
  5. print "<a href = "pdf2/wydruk.php?id_przelewu=$id_przelewu&osoba1=$osoba1&osoba2=$osoba2"><img src="print.jpg" alt="Drukuj" title="Drukuj"></a></td></tr>n";
  6. }
  7. ?>


a style to:
Kod
body {
    background-color: #FFFFCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #336699;
}

.gora {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color:#6D694E;
    background-color:#CCCC99;
    border: 1px solid #CCCC99;
    }

.komorka {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #333333;
    border:1px solid #A8AB61;
    padding:2px;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #333333;
    padding:2px;
}

a {
    font-size: 12px;
    color: #336600;
    text-decoration:none;
}

form {
    background-color: #CCCC99;
}
a img {
   border: 0px;
}
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 5.10.2025 - 19:37