HTML Widget does not accept table border="0"

Posted in: Newspaper
Post count: 19

Hello again,

I am trying to use a table with two cols in a footer widget but it simply does not work to set the border to 0. I tried <table border=”0″> and <table style=”border:0px;”>, both does not show any reaction.

http://bit.ly/2wZmTcL
http://bit.ly/2vMBUQA

How can I fix this?

Greetings

Post count: 20688

Hi,

You could try a code like this to remove the table cell border, if that is what you want
https://www.screencast.com/t/OXIMIgROBhmf

table td {
border: none;
}

Thanks

Post count: 19

Works perfect, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.