Autor |
Wiadomość
|
terry89@
|
Wysłany: Sob 19:14, 07 Lip 2007 Temat postu: Style CSS |
|
|
Początkujący
Dołączył: 18 Mar 2007
Posty: 8
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Chciałbym zrobić style css do skryptu. I mam jeden problem;/ zrobiłem ale kasuje sie link
OTO SZABLON RAZEM Z CSS
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<style type="text/css">
.podnewsy {color: #000000;font-family: ARIAL;font-size: 11PX;font-variant: NORMAL;font-weight: NORMAL;text-decoration: NONE;}
.podnewsy:link {color: #000000;font-family: ARIAL;font-size: 11PX;font-variant: NORMAL;font-weight: NORMAL;text-decoration: NONE;}
.podnewsy:active {color: #000000;font-family: ARIAL;font-size: 11PX;font-variant: NORMAL;font-weight: NORMAL;text-decoration: NONE;}
.podnewsy:visited {color: #000000;font-family: ARIAL;font-size: 11PX;font-variant: NORMAL;font-weight: NORMAL;text-decoration: NONE;}
.podnewsy:hover {color: #000000;font-family: ARIAL;font-size: 11PX;font-variant: NORMAL;font-weight: NORMAL;text-decoration: NONE;}
.data {color: #808080;font-family: ARIAL;font-size: 11PX;font-variant: NORMAL;font-weight: NORMAL;text-decoration: NONE;}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="380" height="19">
<tr>
<td width="67" valign="middle">
<p align="left"><a class=data>{date}</a></td>
<td valign="middle" height="19" width="313">[link]<a class=podnewsy >{title}<b> ({comments-num})</b></a>[/link]</td>
</tr>
</table>
</body>
</html>
link do pełnego newsa ma być taki [link] ... [/link]
Więc ja chciałem zrobić [link]{title}[/link] a jak dodałem CSS:
[link]<a class=podnewsy>{title}</a>[/link]
i nie działa link... wszytskio jest tylko nie działą odnośnik:(
W stylach CSS chciałem tylko zminiać tekst
PLISSSS O POMOC;(
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
|
|
terry89@
|
Wysłany: Pon 10:55, 09 Lip 2007 Temat postu: Już ok:) |
|
|
Początkujący
Dołączył: 18 Mar 2007
Posty: 8
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Zastosowałem id i wsyztko już dziala:)
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
|