473,386 Members | 1,706 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,386 software developers and data experts.

Converting tables

Hello,
My sites were created primarily with tables as layout. :-(

I have two page designs which I used frequently and hopefully somebody can
provide some insight as to whether its best to remain with tables in CSS or
use an alternative.

The first page:
http://www.mi-harness.com/hof/0a0.html
Is part of a frames section, with 17 such pages A-Z. It is my desire to have
the thumbnails in line with the corresponding text and also to leave space
for additional thumbnails as this project progresses.

The second page:
http://www.mi-harness.com/SBreds/Reference.htm
Of nested tables with sub-category headings, I've used frequently. These
second types of pages are primarily links with little content.

Thanks in advance
Jul 20 '05 #1
3 2970
lostinspace wrote:
My sites were created primarily with tables as layout. :-(

I have two page designs which I used frequently and hopefully somebody can
provide some insight as to whether its best to remain with tables in CSS or
use an alternative.


You're in ciwas. Most of us would suggest using tables only for
tabular data, their raison d'être, and using css for presentation,
including layout.

If the table layout you have is at all complicated, then scrap it and
start over. Mark up your conent sensibly, using html 4.01/strict.
Take a look at the default presentation in a couple of browsers.
Decide what you like, and what you would like to change, and start on
the css.

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

Jul 20 '05 #2
lostinspace wrote:

My sites were created primarily with tables as layout. :-(

I have two page designs which I used frequently and hopefully
somebody can provide some insight as to whether its best to remain
with tables in CSS or use an alternative.

The first page:
http://www.mi-harness.com/hof/0a0.html
Why would you want to get rid of the table? It seems like a good use if
I understand it right. In the left cell, there is a description, in the
right the accompanying image.
As a rule-of-thumb: if you can find imaginary headings for your columns
and rows that fit all content in your cells, it's not the frowned-upon
"table-layout". Table-layout is when there is no connection between two
cells of a row or column, so that the positioning is arbirtrary if you
take away design choices like alignment.
Is part of a frames section, with 17 such pages A-Z. It is my desire
to have the thumbnails in line with the corresponding text and also
to leave space for additional thumbnails as this project progresses.

The second page:
http://www.mi-harness.com/SBreds/Reference.htm
Of nested tables with sub-category headings, I've used frequently.
These second types of pages are primarily links with little content.


Yes, that's an example of table-misuse.
Grouping the links into <h1>---<h2>---<h3> preceded <ul> categories
seems to make more sense. You can wrap navigation and content into
separate <div>s, one class "navigation", the other class "content".
--
Google Blogoscoped
http://blog.outer-court.com
Jul 20 '05 #3
From: "Philipp Lenssen" <>
Newsgroups: comp.infosystems.www.authoring.stylesheets
Sent: Friday, November 14, 2003 11:33 AM
Subject: Re: Converting tables

lostinspace wrote:

My sites were created primarily with tables as layout. :-(

I have two page designs which I used frequently and hopefully
somebody can provide some insight as to whether its best to remain
with tables in CSS or use an alternative.

The first page:
http://www.mi-harness.com/hof/0a0.html


Why would you want to get rid of the table? It seems like a good use if
I understand it right. In the left cell, there is a description, in the
right the accompanying image.
As a rule-of-thumb: if you can find imaginary headings for your columns
and rows that fit all content in your cells, it's not the frowned-upon
"table-layout". Table-layout is when there is no connection between two
cells of a row or column, so that the positioning is arbirtrary if you
take away design choices like alignment.
Is part of a frames section, with 17 such pages A-Z. It is my desire
to have the thumbnails in line with the corresponding text and also
to leave space for additional thumbnails as this project progresses.

The second page:
http://www.mi-harness.com/SBreds/Reference.htm
Of nested tables with sub-category headings, I've used frequently.
These second types of pages are primarily links with little content.


Yes, that's an example of table-misuse.
Grouping the links into <h1>---<h2>---<h3> preceded <ul> categories
seems to make more sense. You can wrap navigation and content into
separate <div>s, one class "navigation", the other class "content".
--
Google Blogoscoped
http://blog.outer-court.com

Many thanks Philipp/George
Jul 20 '05 #4

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

Similar topics

4
by: dschl | last post by:
Hi, I'm converting an Access 2000 database to Sql Server and must be missing something obvious. Using the Import utility in Sql Server, the Access queries seem to get executed and the...
8
by: prabha | last post by:
Hello Everybody, I have to conert the word doc to multiple html files,according to the templates in the word doc. I had converted the word to xml.Also through Exsl ,had finished the multiple...
7
by: RCS | last post by:
Okay, a rather 'interesting' situation has arisen at a place I work: I need to convert a database from Access to something that can be used over the web. I am currently maintaining and...
1
by: Tom LeBold | last post by:
Do White papers or other documents exist that explain the steps to converting an Access database and/or tables to SQL 2000.
1
by: Ramakrishnan Nagarajan | last post by:
Hi, I am converting Excel data into a Dataset in C#. There are around 24 columns in the Excel Sheet. First I tried to insert one row with correct values in the Excel sheet. i.e. for text columns...
6
by: Ramakrishnan Nagarajan | last post by:
Hi can any one help me in converting a DataView into a DataSet or a DataTable into a DataSet, I tried the following ways dSet= ((DataSet)_gridRegStudDetails.DataSource); dSet =...
3
by: Parvesh | last post by:
hi, I am using a webservice which Returns the Result in an XML string, The XML response i get i svery cumbersome to parse, But if i could convert it to the Corresponding Class using the...
2
by: shenanwei | last post by:
DB2 V8.2 on AIX, type II index is created. I see this from deadlock event monitor. 5) Deadlocked Connection ... Participant no.: 2 Lock wait start time: 09/18/2006 23:04:09.911774 .........
4
by: --CELKO-- | last post by:
I need to convert a bunch of DB2 triggers to Oracle. Is there any kind of tools for this?
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.