Hi,
How can I change the color of a table border in Product description? I've tried bordercolor="", but it doesn't work.
Here is the code:
<table class="table table-bordered" border="1" bordercolor="ff0000">
<thead>
<tr><td><h1>Details</h1></td></tr>
</thead>
<tbody>
....
Thanks guys
You could try
Code: Select all
<table class="table" border="1" bordercolor="ff0000">
<thead>
<tr><td><h1>Details</h1></td></tr>
</thead>
<tbody></tbody></table>
Who is online
Users browsing this forum: No registered users and 24 guests