Results 1 to 5 of 5

Thread: how do we curve borders in an html table???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2003
    Location
    michigan
    Posts
    70

    how do we curve borders in an html table???

    Hi,

    How do we curve the borders in an html table....Do we have some attribute or do we have to write a css.....Any kind of help will be appreciated...THank you

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    Do you have any examples of where you've seen this. I'm guessing that what you've seen is probably using an image to create the rounded corners.

  3. #3
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    this is done using images. Create a table 6 rows and 6 cols, colour it all blue and make the outer cells corner cells to be 20 pixels by 20 pixels.

    in paintshop pro create a blue circle with white background that is 40 pixels by 40 pixels big. Split into 4 20 x 20 squares to create 4 images of quarter circles.

    Insert these images in the 20 x 20 corners of the table and voila.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Sep 2003
    Location
    michigan
    Posts
    70
    Hi guyz,

    Thanks a lot for the replies.....Yeah I have got it now....And do u guys know how to just thicken the borders of the table just the outer ones not the borders inside the table...I just want to outline and make solid borders.....

  5. #5
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    use css and apply classes to outer borders, read this tutorial for further help:

    http://www.w3schools.com/css/default.asp

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width