Ive got dreamweaver 8 and ive tried to make borders around my tables. The problem is the border has a big brevel on it which i hate! What i want is a solid border with no brevels at all! Jst a plain line. Can someone please help me
I need help with borders
Started by Matsta, May 05 2006 07:04 AM
4 replies to this topic
#1
Posted 05 May 2006 - 07:04 AM
Hey
Ive got dreamweaver 8 and ive tried to make borders around my tables. The problem is the border has a big brevel on it which i hate! What i want is a solid border with no brevels at all! Jst a plain line. Can someone please help me
? (I know css as well as html)
Ive got dreamweaver 8 and ive tried to make borders around my tables. The problem is the border has a big brevel on it which i hate! What i want is a solid border with no brevels at all! Jst a plain line. Can someone please help me
#2
Posted 05 May 2006 - 07:10 AM
Just add this to the table as an id="whateveritis"
{
border: 1px solid #000000;
}
or if you aren't using a stylesheet, then just add this
style="border: 1px solid #000000"
{
border: 1px solid #000000;
}
or if you aren't using a stylesheet, then just add this
style="border: 1px solid #000000"
#4
Posted 05 May 2006 - 05:44 PM
That is just the basic:
And then in your HTML:
<style type="text/css">
<!--
.class{
border: 1px solid #cccccc;
}
//-->
</style>
And then in your HTML:
<div class="class"></div>
#5
Posted 05 May 2006 - 06:11 PM
matsa, they are the direct pointers but if u're still unclear add me on msn smokedupdavey@hotmail.com and i'll add to the help, along with explanations of wot does wot
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
