PDA

View Full Version : I need help getting curves with tables



jimmohr
November 27th, 2003, 10:25
help..... I am using front page and tables (OK i'm retarded so go easy) I have tried making 25x25 images to round off my corners but it requires me to use 0 cell padding, but that crams all my text together. Is ther a way to round off the corners without templates or 0 cell padding. you can see what I mean here: www.buildfree.org (http://buildfree.org) Thanks... JIm

cowax
November 29th, 2003, 01:08
What you can try to do is have that table with cellpadding=0 and then create another table within that table.

jimmohr
November 29th, 2003, 09:50
With Front Page 2000 (I know...) When you set the properties for any table on the page, it seems to effect the properties of all tables. Can I edit the HTML of the specific table within a table to gain no padding w/out changing the others? Can you tell I'm New? Thanks :chinese2:

cowax
November 29th, 2003, 15:11
Im not familiar with front page 2000 but Im sure there is a way to edit the html. I know on Composer its in the view menu and just have to check HTML Source to edit html. Hope this helps.


Do yourself a favor and learn html without using a program like front page. Trust me, its certainly worth it!

carlito
December 12th, 2003, 22:29
Originally posted by cowax
Do yourself a favor and learn html without using a program like front page. Trust me, its certainly worth it! [/B]

I agree. I found HTML VERY easy to learn and I'm a dumby hehe. The best way to learn is find someone you know in person who can teach you on the computer, tutorials can be difficult.

W3schools (http://www.w3schools.com) comes to mind.

And you should be able to change any attribute within the <table> or <td>/<tr> tags.

Loon
December 13th, 2003, 09:50
Originally posted by jimmohr
help..... I am using front page and tables (OK i'm retarded so go easy) I have tried making 25x25 images to round off my corners but it requires me to use 0 cell padding, but that crams all my text together. Is ther a way to round off the corners without templates or 0 cell padding. you can see what I mean here: www.buildfree.org (http://buildfree.org) Thanks... JIm

Where's your code? you should be able to align the corner images regardless of the padding value, otherwise you can use text-align to position your text away from the edges, post what you have here.