The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Making space between each table cells

3 posters

Go down

Solved Making space between each table cells

Post by --kml-- December 1st 2009, 2:56 am

Making space between each table cells

now Here's a table

1 1
2 2
3 3
4 4
5 5

the 1 , 2 , 3 , 4 and 5 is so close to each others , how to make space?


Last edited by --kml-- on December 1st 2009, 4:44 am; edited 1 time in total
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: Making space between each table cells

Post by MrMario December 1st 2009, 3:43 am

Use the width='numbere here'

Code:
[table border='1'  cellpadding='1' cellspacing='1' width='7%' ]
[tr]
[td]1[/td][td]1[/td]
[/tr][tr]
[td]2[/td][td]2[/td]
[/tr][tr]
[td]3[/td][td]3[/td]
[/tr][tr]
[td]4[/td][td]4[/td]
[/tr][tr]
[td]5[/td][td]5[/td]
[/tr]
[/table]


11
22
33
44
55
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Making space between each table cells

Post by ankillien December 1st 2009, 4:23 am

Hello,

TO make space between cells you need to adjust the value of cellspacing='1' like Mario has shown above Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Making space between each table cells

Post by --kml-- December 1st 2009, 4:42 am

wow it works!!
now i dont have to use <br / > Very Happy
thx!!! xD
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: Making space between each table cells

Post by ankillien December 1st 2009, 8:26 am

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum