Jump to content

Vietnamese Boys - Discuţii generale | General discussions


Alexander
 Share

Recommended Posts

Uitati un exemplu de tabel, facut in graba :)

ideea de baza e aici, puteti modifica.

Text 1 Text 2 Text 3 Text 4
Text 1.1 Text 2.1 Text 3.1 Text 4.1
Text 1.2 Text 2.2 Text 3.2 Text 4.2
Text 1.3 Text 2.3 Text 3.3 Text 4.3

 

<table border="4" cellpadding="3" cellspacing="3" width="50%">
<tr>
<th ><font color="#0000FF">Text 1</th></font>
<th ><font color="#0000FF">Text 2</th></font>
<th ><font color="#0000FF">Text 3</th></font>
<th ><font color="#0000FF">Text 4</th></font>
</tr>
<tr>
<td ALIGN="CENTER" width="20%"><font color=" #FFFF00">Text 1.1</font></td>
<td ALIGN="CENTER" ><font color="#00FFFF">Text 2.1</font></td>
<td ALIGN="CENTER" ><font color="#00FF00">Text 3.1</font></td>
<td ALIGN="CENTER" ><font color="#FF00FF">Text 4.1</font></td>
</tr>
<tr>
<td ALIGN="CENTER" width="20%"><font color=" #FFFF00">Text 1.2</font></td>
<td ALIGN="CENTER" ><font color="#00FFFF">Text 2.2</font></td>
<td ALIGN="CENTER" ><font color="#00FF00">Text 3.2</font></td>
<td ALIGN="CENTER" ><font color="#FF00FF">Text 4.2</font></td>
</tr>
<tr>
<td ALIGN="CENTER" width="20%"><font color=" #FFFF00">Text 1.3</font></td>
<td ALIGN="CENTER" ><font color="#00FFFF">Text 2.3</font></td>
<td ALIGN="CENTER" ><font color="#00FF00">Text 3.3</font></td>
<td ALIGN="CENTER" ><font color="#FF00FF">Text 4.3</font></td>
</tr>
</table>

 

Link to comment
Share on other sites

tocmai de aia am pus si cod-ul html in code jos,

de acolo iti scoti doar ideea de baza si iti maresti, micsorezi bla bla.

:) culorile daca nu vrei, scoti font color ="#...."

Link to comment
Share on other sites

Incerc sa iti fac un mic, Tutorial despre ce e vrb in html

 

<table border="4" cellpadding="3" cellspacing="3" width="50%">

 

table border 4 = stilul de tabel. cat de mare sa fie conturul

cellpadding3 = distanta intre box-uri (inaltime / lungime)

cellspacing3 = distanta intre box-uri (inaltime / lungime)

width = marime

 

<tr>
<th ><font color="#0000FF">Text 1</th></font>
<th ><font color="#0000FF">Text 2</th></font>
<th ><font color="#0000FF">Text 3</th></font>
<th ><font color="#0000FF">Text 4</th></font>
</tr>

ok, aceste th-uri sunt numarul de coloane vrei sa adaugi coloane, mai adaugi cate un

 <th> Text </th>

Font color = culoara text-ului, <a href="http://www.computerhope.com/htmcolor.htm"> Aici </a> ai cod-urile pentru majoritatea culorilor.

 

<tr>
<td ALIGN="CENTER" width="20%"><font color=" #FFFF00">Text 1.1</font></td>
<td ALIGN="CENTER" ><font color="#00FFFF">Text 2.1</font></td>
<td ALIGN="CENTER" ><font color="#00FF00">Text 3.1</font></td>
<td ALIGN="CENTER" ><font color="#FF00FF">Text 4.1</font></td>
</tr>

Acest <tr> <td> este defapt randul, vrei sa adaugi un rand nou, adaugi un rand complet incepand cu "<tr>", insa ca sa nu ai "errors", la acest rand,

cate coloane ai, atatea td-uri sa faci,

 

Totul incepe si se termina cu <table>, fiecare cod html se inchide cu </...>, din cate stiu nu este neaparat, dar sa nu apara probleme

 

 

so, pentru un tabel cu 2 coloane si 10 randuri

 

<table border="4" cellpadding="3" cellspacing="3" width="50%">
<tr>
<th ><font color="#0000FF">Text 1</th></font>
<th ><font color="#0000FF">Text 2</th></font>
</tr>
----------------------------------------------------------------------------------------------
<tr>
<td ALIGN="CENTER" width="20%"><font color=" #FFFF00">Text 1.1</font></td>
<td ALIGN="CENTER" ><font color="#00FFFF">Text 2.1</font></td>
</tr>
....
....
....
----------------------------------------------x10------------------------------------------------
</table>

 

Edited by Loloz
Link to comment
Share on other sites

np

apropo.

ca sa nu te chinui sa faci o gramada de edit-uri pe forum,

iti deschsii un new txt documment pe desktop. bagi acolo codurile, iar cand dai save, jos la nume adaugi ".html"

probabil iti va face automat un nou fisier pe desktop care il vei deschide cu browser-ul tau, (mozila,iexplorer,opera... bla bla)

2x click si o sa vezi rezultatul in browser

Link to comment
Share on other sites

nu vad de ce te complici atat tazzmanel, dupa sedinta, cand vom clarifica si echipele si tot.....voi face tabelul, crede-ma ca stiu putin html :)

 

 

Apropo, sper ca stiti cum sta treaba cu masinilie.....

 

 

 

 

Gestiunea autovehiculelor
Autovehicul
Rank detinut
Piciotto(1) Soldato(2) Sgarissta(3) Caporegime(4) Vicario(5) Consigliere(6)
Sultan
Θ
Θ
Θ
Θ
Θ
Θ
FCR-900
Θ
Θ
Θ
Θ
Θ
Huntley
Θ
Θ
Θ
Θ
Stretch
Θ
Θ
Θ
Maverick
Θ
Θ

 

 

Link to comment
Share on other sites

hmm, incerca asa poate e mai usor.

57462276664322351510_thumb.jpg

New txt document

78743421992434082473_thumb.jpg

Adaugi codurile html.

40008157975772997117_thumb.jpg

Save as.

17317698244922410255_thumb.jpg

Jos, unde scrie New text documment adaugi ".html"

34129339864268244527_thumb.jpg

Dupa care, unde salvezi(eu pe desktop), iti mai apare un fisier New text document, cu icoana browserului tau.

ori, iti transofrma automat New Text Documentul in fisier cu extensia html. pe care il deschizi cu browserul tau

Link to comment
Share on other sites

@ Loloz , dupa ce mi se salveaza acolo .html si dau 2 click pe el , imi intra pe opera si imi arata ce am facut , cum il iau sa il pun pe forum de exemplu ?! Edited by TazZmAniA
Link to comment
Share on other sites

NickName Rank Job FactionWarn
Text 1.1 Text 2.1 Text 3.1 Text 4.1
Text 1.2 Text 2.2 Text 3.2 Text 4.2
Text 1.3 Text 2.3 Text 3.3 Text 4.3
Edited by TazZmAniA
Link to comment
Share on other sites

ca sa reeditezi dupa ce vezi, dai click dreapta - > open with -> notepad ,pe ala care te baga pe opera.

reeditezi, salvezi. de data asta nu mai trebe sa adaugi .html, si redeschizi pagina sa vezi schimbarile

Link to comment
Share on other sites

nu vad de ce te complici atat tazzmanel, dupa sedinta, cand vom clarifica si echipele si tot.....voi face tabelul, crede-ma ca stiu putin html :)

 

 

Apropo, sper ca stiti cum sta treaba cu masinilie.....

 

 

@ N-ai ce face.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.