WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Is it Possible to change the border of it? Empty Is it Possible to change the border of it? Wed Jul 07, 2010 10:03 am

Fred100

Fred100
Registered Member
Registered Member
Well , I was just wondering , as we know this table
123
123
Code:
[table border="1"; width = 400]
[tr][td]1[/td][td]2[/td][td]3[/td][/tr]
[tr][td]1[/td][td]2[/td][td]3[/td][/tr]
[/table]
It shows bigger border , the more amount of border is increased , Is there any way to change the image shows up as border? In some other colour?

http://www.art-castle.biz/forum.htm

ankillien

ankillien
Administrator
Administrator
This code would help...

Code:
[table style="border-collapse: collapse; border-color: RED;" width="400" border="1"]
[tr][td]1[/td]
[td]2[/td]
[td]3[/td][/tr]
[tr][td]1[/td]
[td]2[/td]
[td]3[/td]
[/tr][/table]

Fred100

Fred100
Registered Member
Registered Member
123
123
^^ Tried a test , and wow , thanks it works!

http://www.art-castle.biz/forum.htm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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