Jump to content
php.lv forumi

Ka taisa sito ar HTML?


werd

Recommended Posts

<tr height="37"bgcolor="#669933" table border style="-moz-border-radius-topleft:12px;-moz-border-radius-topright:12px">
<td width="138" align="center"><a href="/?.php" onmouseover="hideall();showbox('box2')" onmouseout="hideall()"{ text-decoration: none; }><font color="white">Par Audi</a></td>
</tr>

 

Sita???

Link to comment
Share on other sites

<tr height="37"bgcolor="#669933" table border style="-moz-border-radius-topleft:12px;-moz-border-radius-topright:12px">
<td width="138" align="center"><a { text-decoration: none; }href="/?.php" onmouseover="hideall();showbox('box2')" onmouseout="hideall()"><font color="white">Par Audi</a></td>
</tr>

 

pats savu kludu izlaboju, paldies andrisp!

Link to comment
Share on other sites

Link to comment
Share on other sites

Ar html to nevar. Var vienīgi izmantot inline css. Tas būtu:

<a style="text-decoration: none;" href="#">link</a>

 

Bet silti iesaku labāk nodefinēt iekš CSS faila (vai arī iekš inline bloka - <style>...</style>)

a { text-decoration: none; }

.

Tad tev nebūs katram linka style jāraksta. Nomainīt stilu visiem linkiem arī būs daudz vieglāk nekā katram ar roku mainīt.

Link to comment
Share on other sites

Nav tāda.

Tu vari vienīgi mēģināt lieto inline-css (nav diezko ieteicams).

 

<a href="#something" style="text-decoration: none;" >links</a>

 

Kaut kā tā.

 

Un tev tiešām nevajadzētu dizainu turēt HTML'ā .. palasi linkus ko iedevu un pārcelies uz 21. gadsimtu.

 

edit: nokavēju.

Edited by mefisto
Link to comment
Share on other sites

nu man kkas nesanak ar css ielieku sito <head>

<script type="text/css">
a {text-decoration:none;}
</script>

 

bet talak bodyja man tapat tabula saites uz linkiem ir pasvitrotas!

Link to comment
Share on other sites

viss sanak gan izmantojot css gan ieliekot vnk style="text....."

bet man ir sis tas uztaisits bet nekadi nevaru sataisit lai seit neraditos underline!

 

P.S varbut viss kods jums palidzes vieglat saprast ka man vajag taisit!

Edited by phpjanis
Link to comment
Share on other sites

×
×
  • Create New...