Jump to content

Luoslav

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Luoslav

  1. Thank you very much :)

     

    edit//

     

    sorry for bothering you but I dont know how to achieve this :( : https://www.dropbox.com/s/mbc2e81pn6uzjzr/2014-04-20_152058.jpg

     

    all I have now is this:

    <html lang="sk">  <HEAD>     <TITLE>moj prvy web</TITLE><meta charset="utf-8">       </HEAD><style>    p{ color:blue;}    td{width:250px;text-align:left;}.photo{width:160px;}h3{	text-align:center;	color:blue}</style>  <BODY BACKGROUND="./logo.jpg">  <h1 align="center" style="color:#900">HC Košice</h1>  <table align="center">    <tr>   <td rowspan="7" class="photo"><img src="jpg/lipovsky.jpg"></td>   <td><h3>Miroslav Lipovský</h3></td>   <td rowspan="7" class="photo"><img src="jpg/zagyi.jpg"></td>   <td><h3>Tomáš Zagyi</h3></td> </tr> <tr>   <td> </td>   <td> </td> </tr> <tr>   <td><p style="color:blue">Narodený: 19.11.1976</p></td>   <td><p>Narodený: 23.1.1986</p></td> </tr> <tr>    <td><p style="color:blue">Výška: 174 cm</p></td>    <td><p>Výška: 177 cm</p></td> </tr> <tr>    <td><p style="color:blue">Váha: 78 kg</p></td>    <td><p>Váha: 70 kg</td> </tr> <tr>    <td><p style="color:blue">Hokejka: ľavák</p></td>    <td><p>Hokejka: Ľavák</td>  </tr>  <tr>    <td> </td>    <td> </td>  </tr>  <tr>    <td rowspan="7" class="photo"><img src="jpg/faith.jpg"></td>    <td><h3>Juraj Faith</h3></td>    <td rowspan="7" class="photo"><img src="jpg/pleva.jpg"></td>    <td><h3>Ján Pleva</h3></td>  </tr>  <tr>    <td> </td>    <td> </td>  </tr>  <tr>    <td><p>Narodený: 14.3.1976</p></td>    <td><p>Narodený: 7.9.1974</p></td>  </tr>  <tr>    <td><p>Výška: 174 cm</p></td>    <td><p>Výška: 178 cm</p></td>  </tr>  <tr>    <td><p>Váha: 82 kg</p></td>    <td><p>Váha: 83 kg</p></td>  </tr>  <tr>    <td><p>Hokejka: ľavák</p></td>    <td><p>Hokejka: ľavák</p></td>  </tr>  <tr>    <td> </td>    <td> </td>  </tr></table>  </BODY></HTML>

    Btw whats the simplest way to achieve this: https://www.dropbox.com/s/3low6vnuz60jb7n/2014-04-19_212820.jpg ?

  2. Hello, Im helping to my friend with school project but I struggle with tables. I need to achieve this:

    https://www.dropbox.com/s/1dmul4ipef6v1gp/2014-04-19_212753.jpg

    It must be one solid table. I made something similiar to this but it has only 1 row:

    <table> <tr>        <td rowspan="7">1</td>        <td>2</td>        <td rowspan="7">3</td>        <td>4</td> </tr>    <tr>        <td>1</td>        <td>2</td>  </tr>    <tr>        <td>1</td>        <td>2</td>  </tr>    <tr>        <td>1</td>        <td>2</td>  </tr>    <tr>        <td>1</td>        <td>2</td>  </tr>  <tr>        <td>1</td>        <td>2</td>  </tr>  <tr>        <td>1</td>        <td>2</td>  </tr></table>

    Please how to expand it to add second row?

×
×
  • Create New...