PDA

View Full Version : Question about tables in Dreamweaver MX



shannon74
12-20-2006, 01:08 PM
This should be easy to figure out but it has me stumped. How do I get the borders of the tables I used to layout my page to not show on the finished web page? My URL is http://www.brotherhoodofthevale.com.
Any help wouold be greatly appreciated.
Thank you:) :)

bobdog
12-20-2006, 01:28 PM
In your source code, find this:

<table width="100%" height="541" border="1">

change to this:

<table width="100%" height="541" border="0">

Also in Dreamweaver MX, you could highlight the table, on the bottom of the screen, find the border field and type in a "0"