473,614 Members | 2,352 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 16607
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*********@hot mail.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*********@hot mail.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:s olid 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*********@hot mail.com (reneeccwest) wrote in message news:<9f******* *************** ****@posting.go ogle.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.law son.webtv.net>,
Davmagic com wrote:
From: re*********@hot mail.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
3421
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 @Table_varible? If you look for stepID -15 I have commented that section out due to it not retuning the correct values. Thank you in advance
5
33323
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
2564
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. I think the terminology for what I want to do is pass variables to the <td> 'workspace' (half this statement might make sense). The problem I am having is being overwhelmed with understanding the context of each new statement, syntax etc.
7
1864
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 respondent/poster here... <script type="text/javascript"> var AAA = new Array(4) AAA = 2*0.1*Math.round(10*Math.log(32)/Math.log(2)) AAA = 2*0.1*Math.round(10*Math.log(16)/Math.log(2))
4
12902
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? Steve
1
1811
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 length of time money invested. All what now displays on the page is simple a calculate button. When the user clicks this calculate button, a new window opens, showing in table form what the user inputted and the actual calculation. I have all...
0
2748
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 on one aspect of the code. Scenario: There are 5 bank tables private final String tableList = {"account" , "branch", "customer", "depositor", "loan", "borrower"}; There is a string array for the table schemas ...
6
1334
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 toolbox). In the content page I created - using code - a few rows within the table and a few cells within the rows and some text within the cells.
3
2144
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 DR_CONTRIBUTION_DN dn WHERE NOT EXISTS ( SELECT * FROM DR_CONTRIBUTION_PS ps WHERE (dn.ID = ps.ri_donor_id
0
8198
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8591
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8294
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7115
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6093
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5549
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4058
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4138
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1438
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.