Skip to main content
Participant
March 18, 2017
Answered

Removing gridlines from a table

  • March 18, 2017
  • 2 replies
  • 1254 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 is closed to new replies. Start a new post to keep the conversation going.
Correct answer Nancy OShea

With CSS code.

     td {border:none}

2 replies

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!