comments border style |
comments border style |
Jun 5 2005, 04:58 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Feb 2005 Member No: 106,587 |
i want my comments to have white line borders like on this site.
www.myspace.com/11324227 & i was told to replace the style property with this. style="height:400;width:450px;overflow:auto; border-color:white; border:2px solid;" but I don't know what the style property would look like. |
|
|
|
![]() |
Jun 5 2005, 07:49 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
play around w/ this code
CODE <style> table, tr, td {background-color:transparent; border: 1px solid ######; padding:2;} table table {border: 2px;} table table table {border: 2px solid ######; background-color:5a5a5a; padding:3; } table table table table{border: 4px;}</style> were the ### is place a color code. |
|
|
|
Jun 5 2005, 09:51 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Feb 2005 Member No: 106,587 |
I narrowed the code down to this
<style>td{border: 1px solid padding:0;}</style> it gives me the borders in the comment section i want but it also gives me a million other borders all over my site that I don't want. Is their anyway I can have it just in the comment section or at least reduce the amount of borders the code gives me? |
|
|
|
![]() ![]() |