Udaljavanje PADDING i praznina SPACING!

Ova tebeal nema nikakav padding

Nema paddinga ovde, zao mi je! Kada postavimo previse teksta u tabelu, imamo osecaj da ce tekst prosto da probije tabelu zbog zbijenosti.

Medjutim, to mozemo izbeci pomocu PADDINGA

A ova tabela ima padding!

Ovaj kod je u tabeli; <table border="5" cellpadding="20"> E sad cu da ponovim tekst od malo pre, ali vidite vec razliku: "When we put a lot of text in a table then we find that the text tends to brush up to the border of the table and it looks a bit cramped."

CELLPADING postavlja neki prazan prostor izmedju bordera celije i teksta. Zar nije lepse ovako, nego ono od malo pre?

A ovo je tabela sa CELLSPACING!

This is the code in the table; <table border="5" cellspacing="20"> When we put a lot of text in a table then we find that the text tends to brush up to the border of the table and it looks a bit cramped.

CELLSPACING postavlja prostor izmedju celija medjusobno i same tabele

A evo i tabele sa CELLPADDING I CELLSPACING, pa vidite razliku.!

This is the code in the table; <table border="5" cellpadding="20"> " cellspacing="20"> When we put a lot of text in a table then we find that the text tends to brush up to the border of the table and it looks a bit cramped.

Cell padding puts some space between the border of the cell and the text. Cell spacing puts some space between the cells. This table has both.



Izlaz