Post by olynnow11 » Wed Jan 18, 2017 2:03 am

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

Newbie

Posts

Joined
Fri Dec 30, 2016 4:22 am

Post by cyclops12 » Wed Jan 18, 2017 4:39 am

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>

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by olynnow11 » Wed Jan 18, 2017 5:16 am

yey. It worked. Thanks a mil cyclops12 ;)

Newbie

Posts

Joined
Fri Dec 30, 2016 4:22 am
Who is online

Users browsing this forum: No registered users and 24 guests