Ifx0 Forum
a Lovely forum
http://ifx0.com/forum/
define a table border
http://ifx0.com/forum/viewtopic.php?f=27&t=3286
Page
1
of
1
define a table border
Posted:
Sun Apr 28, 2019 8:15 pm
by
admin
Example: You can define a table border as follows:
table{ border :1px solid #C00; }
Re: define a table border
Posted:
Sun Apr 28, 2019 8:16 pm
by
admin
border is a property and the given value 1px solid #C00 is the
value of that property.