Thread
:
How to add border in Dreamweaver
View Single Post
03-16-2006, 06:33 AM
#
3
(
permalink
)
JamieJelly
v7n Mentor
Join Date: 03-09-06
Posts: 1,250
iTrader:
0
/ 0%
Latest Blog:
None
give the element you want to give a border to either a class or id
eg
Code:
<table class="maincontent">...
then in your css file put something along the lines of
Code:
.maincontent { border: 1px solid #000000; }
JamieJelly
View Public Profile
Send a private message to JamieJelly
Find More Posts by JamieJelly