Removing border from custom table

Posted in: Newspaper
Post count: 47

Hi,

What css code do I need to remove the borders from a custom table on my homepage betotg[dot]com.

Regards,
Dave

Post count: 20688

Hi,

Something like this should do it – https://www.screencast.com/t/9mkZtdma

table th,
table td {
border: none
}

Thanks

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