Jump to content


I need help with borders


4 replies to this topic

#1 Matsta

    Young Padawan

  • Members
  • Pip
  • 23 posts
  • Location:New Zealand
  • Interests:iPods, macs, guitars, photoshop and music

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)

#2 Aussiestinger

    Young Padawan

  • Members
  • Pip
  • 270 posts

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"

#3 Matsta

    Young Padawan

  • Members
  • Pip
  • 23 posts
  • Location:New Zealand
  • Interests:iPods, macs, guitars, photoshop and music

Posted 05 May 2006 - 05:33 PM

Thanks for that, is there anyway you can make the borders thinner, like if you look on this very forum they have some thin lines which look to be css coded, another good example is here and here

#4 DanWilliamson

    P2L Jedi

  • Members
  • PipPipPip
  • 650 posts

Posted 05 May 2006 - 05:44 PM

That is just the basic:

<style type="text/css">
<!--
.class{
	border: 1px solid #cccccc;
}
//-->
</style>

And then in your HTML:

<div class="class"></div>


#5 Davey

    P2L Jedi

  • Members
  • PipPipPip
  • 620 posts
  • Location:Perth, Scotland
  • Interests:Creativity, Adrenaline, Etc

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