472,958 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Redoing this page

Hello,

I've got a page here: http://66.23.198.2/port.html
That I'm trying to redo. I know it is bad to use <form>
tagas in tables for the whole table but I use the table
to make it look good and arrange all the objects well.
Can someone tell me how to eliminate the use of the table
for each form and have a page that looks exactly like it
would with the table? I'm trying to go to 4.01 Strict.

Most of the data in the form as settings, are dynamically
generated when the page is created. The page in the link
above is the static page from my CGI program's output.

Thanks,
Chris
Jul 20 '05 #1
2 2731
Chris Fowler wrote:

I've got a page here: http://66.23.198.2/port.html
That I'm trying to redo. I know it is bad to use <form>
tagas in tables for the whole table but I use the table
Use tables for tabular data.
to make it look good and arrange all the objects well.
Don't use tables for layout.

<URL: http://www.allmyfaqs.com/faq.pl?Tableless_layouts >
Can someone tell me how to eliminate the use of the table
for each form
Look at pages that do what you are looking for. See how they did it,
and copy. For starters, see

<URL: http://www.julietremblay.com/site/contact.html >

which I did. Ask if you have questions.
and have a page that looks exactly like it
would with the table?
If you insist on pixel perfect perfection, you're in for a lot of
disappointment. Let go a little. HTML documents are *supposed* to
look different in different browsers. HTML documents are, in fact,
meant to be presented on more than just graphical browsers.
I'm trying to go to 4.01 Strict.


That's the right choice. And use css to suggest a presentation, as I
have done in the document linked above. Good luck.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #2
In article <10***************@minime.linuxiceberg.com>,
cf*****@linuxiceberg.com says...
Hello,

I've got a page here: http://66.23.198.2/port.html
That I'm trying to redo. I know it is bad to use <form>
tagas in tables for the whole table but I use the table
to make it look good and arrange all the objects well.
Can someone tell me how to eliminate the use of the table
for each form and have a page that looks exactly like it
would with the table? I'm trying to go to 4.01 Strict.

Here's a start:

http://porjes.com/port.html

You need to use http://validator.w3.org/ to check your html.

If you want to get rid of tables altogether, use a <label> for the label
text (see
http://www.w3.org/TR/html401/interact/forms.html#h-17.9 ) and give it a
width in your css (and also for the input elements).


Jul 20 '05 #3

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

Similar topics

1
by: Michael Brennan-White | last post by:
If I submit my for using a get action the resulting page loads . If I use a post action I get an error page saying "The page cannot be found". I am calling the originating page!!! This happens...
0
by: Nathan | last post by:
Hi, I seem to having a peculiar problem with the display of odd and even pages in XSL-FO. Here is a small background of the problem. My xsl stylesheet mentions my fo:layout-master-set as ...
2
by: James | last post by:
I've been to websites where if I navigate off a form, trying to get back to it by hitting the back button gives me a page which says "Warning, page has expired". It doesn't display the page. I've...
4
by: Kevin Phifer | last post by:
Ok, before anyone freaks out, I have a solution I need to create that gathers content from maybe different places. Each one can return a <form> in the html, so its the classic can't have more than...
2
by: John Lau | last post by:
Hi, Is there documentation that talks about the page lifecycle, the lifecycle of controls on the page, and the rendering of inline code, in a single document? Thanks, John
6
by: MooreSmnith | last post by:
When I navigate to the next page using Response.Rediect("MyNextPage.aspx") current page Page_Load event is called. What I may wrongly understood is that post back will happen whenever there is any...
1
by: Lenard Gunda | last post by:
Hi! I have the following problem. From my main page, when someone clicks a button, it uses client side javascript to open another .aspx page. This page displays content, based on what the...
5
by: tshad | last post by:
Is there a way to carry data that I have already read from the datagrid from page to page? I am looking at my Datagrid that I page through and when the user says get the next page, I have to go...
7
by: UJ | last post by:
I've got a page with a user control on it. While the page is loading, it needs to check certain conditions of the user object to enable/disable things on the screen. Currently in the page_load of...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.