October 1, 200817 yr and hi again ...another topic as I go on bumping into irritating things...I am newbie in HTML..I just want to give a border to a table( table is a PSD web page) without affecting its TRs and Tds. I edited my css with the colors and styles and set the border size directly on my HTML code, but then all table elements also inherit it..how can I avoid this ? Thank you
October 1, 200817 yr create a class and give the td you want to have the boarder that class. if that doesn't make sense just say and I will give you an example.
October 1, 200817 yr Author Hum, I figure it out just a tiny too tiny little bit, do you have may'be an example...
October 1, 200817 yr ok your css would look something like this: .table_border { border: 1px solid #6633CC; } Then then table cell that you want the boarder in would be like this <td class="table_border"> tabular data here</td> Does that make more sense?
October 1, 200817 yr Author Tnak you, yes it makes much more sense...excepted for the "tabular data"...what do you mean?
October 1, 200817 yr Sorry it wasn't meant to confuses. That is just where the information you wish to place in your cell would go.
October 1, 200817 yr Author Thank you !!! I am gonna work that out and let you know...Got to go now ...it is late here..
Create an account or sign in to comment