View Single Post
Old 03-16-2006, 06:33 AM   #3 (permalink)
JamieJelly
v7n Mentor
 
JamieJelly's Avatar
 
Join Date: 03-09-06
Posts: 1,250
iTrader: 0 / 0%
Latest Blog:
None

JamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest orderJamieJelly is a web professional of the highest order
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 is offline   Reply With Quote