Jump to content
php.lv forumi

tabulas


Atomz

Recommended Posts

  • 6 months later...

Border veidi un viss cits par tabulam: te

Ka sataisit labo/kreiso/augšejo vai apakšējo malu tabulam (site ir <p> bet tads pats ari <table> ):te

 

P.S Varbut kadam noder!

Edited by phpjanis
Link to comment
Share on other sites

<html>
<head>
<style type="text/css">
table td {border-bottom: 2px dotted; border-left: 2px solid; border-right: 2px solid;}
</style>
</head>
<body>
<table>
<tr>
	<td>
	govs
	</td>
</tr>
</table>
</body>
</html>

 

ja gribi tieši ar _ _ _ tad varētu uzlikt bildi apakšā šitā background: url(Untitled-1.jpg) no-repeat bottom;

Edited by player
Link to comment
Share on other sites

×
×
  • Create New...