Skip to main content
Participant
March 18, 2017
Answered

Removing gridlines from a table

  • March 18, 2017
  • 1 reply
  • 1246 views

In dreamweaver, i added a table to a website and i need to remove its gridlines. any idea on how to do this? thank you!

This topic has been closed for replies.
Correct answer Nancy OShea

With CSS code.

     td {border:none}

1 reply

Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
Community Expert
March 18, 2017

With CSS code.

     td {border:none}

Nancy O'Shea— Product User & Community Expert
Participant
March 18, 2017

Thank you!