473,323 Members | 1,589 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

round table

Hello, how can I make the end angle to be round?

<table border="1">
<tr>
<td>test
</td>
</tr>
</table>

If I run that table, it is a ratnagluar. Is it possible to round the 4 ends?
Jul 20 '05 #1
5 16587
reneeccwest wrote:

<snip>

http://www.cs.tut.fi/~jkorpela/usenet/xpost.html

--
David Dorward http://david.us-lot.org/
Redesign in progress: http://stone.thecoreworlds.net/
Microsoft announces IE is dead (so upgrade):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead
Jul 20 '05 #2
On 11 Jul 2003 16:16:59 -0700, re*********@hotmail.com (reneeccwest)
wrote:
Hello, how can I make the end angle to be round?

<table border="1">
<tr>
<td>test
</td>
</tr>
</table>

If I run that table, it is a ratnagluar. Is it possible to round the 4 ends?

You can't code a table to have round corners. You make that effect
with graphics placed in the corners you want to appear "round."

Leslie
Jul 20 '05 #3
From: re*********@hotmail.com
(reneeccwest)
Hello, how can I make the end angle to be
round?


Have a look on this page for some Custom Table Designs:
http://davmagic.com/PAGES50.html

Web Design-Magic-Painting-Junking-Games
INFO 2000 For You
http://www.davmagic.com

Jul 20 '05 #4
Here's a simple way to do it, (which works in mozilla-based browsers
only)

<table border="1" style="-moz-border-radius:5px;">
<tr>
<td>test
</td>
</tr>
</table>

Since a round-cornered table usually has just a single cell, it's
easier to do:

<div style="border:solid 1px #000000;-moz-border-radius:5px;">
test
</div>

Here's a compliated (and very fancy) way to do it, which works in
most modern browsers:

http://www.sovavsiti.cz/css/corners.html

- Lloyd Dalton
http://www.daltonlp.com
re*********@hotmail.com (reneeccwest) wrote in message news:<9f**************************@posting.google. com>...
Hello, how can I make the end angle to be round?

<table border="1">
<tr>
<td>test
</td>
</tr>
</table>

If I run that table, it is a ratnagluar. Is it possible to round the 4 ends?

Jul 20 '05 #5
In article <22***************@storefull-2372.public.lawson.webtv.net>,
Davmagic com wrote:
From: re*********@hotmail.com
(reneeccwest)
Hello, how can I make the end angle to be
round?


Have a look on this page for some Custom Table Designs:
http://davmagic.com/PAGES50.html


Those are all stupid and need extra markup. With some CSS all could be
replaced. And, there doesn't seem to be rounded table...

Here is some round cornered table, needs different images to be round
bordered table. (and bit different code, if there is more cells)
http://www.student.oulu.fi/~laurirai.../test022b.html

I think it works on IE5.5 and of course with better.
--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Stephen Patten | last post by:
Hi All, While in the process of building my table (40 or so Insert statments) can I then query ("select * from @Table_variable") and use the results up to theat point for another insert into...
5
by: reneeccwest | last post by:
is there any way I can make the 4 end of table with round corner without using any images? <table border=1> <tr><td>I wanna be a round table</td></tr> </table>
7
by: murrayatuptowngallery | last post by:
Hello: I previously posted a question about how to do populate an html table dynamically with results from JavaScript Math and basic math. Dr Clue responded and this started the learning curve....
7
by: murrayatuptowngallery | last post by:
After a few searches & inquiries here, I have a method of generating an html table populated with results of equations that works and wasn't too far up a learning curve for me, thanks to a helpful...
4
by: Steve | last post by:
Hi; Doing a search on google I have found a wide variety of techniques for rounding table/div corners without the use of pictures. Any advice on what to choose? HTML hacks? CSS? Javascript?...
1
by: bigmaddaz | last post by:
Ok im designing an application for working out compount interest. The user starts the page, 3 prompts appear, one asking for money invested, next asking for rate of interest, and last one asking for...
0
by: quantumlady | last post by:
Hi, All. I am working on a project with another student that will be used on Oracle, MySWL and DB2 databases. We have completed all the basic functions, but I would like to see if we can improve...
6
by: Jeff | last post by:
....still new to visual studio 2005 and vb.net I have a master page with a content placeholder. The content page has a table in the content placeholder (placed there via dragging from the...
3
by: kiranrajenimbalkar | last post by:
Hi, I have to create table from one sql but its taking long time for creating the table so please provide the solution ASAP CREATE TABLE DN_UNCOMMON NOLOGGING AS SELECT * FROM...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.