HighDots Forums  

CSS, tables and frames question

alt.html.tags alt.html.tags


Discuss CSS, tables and frames question in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Adrian
 
Posts: n/a

Default CSS, tables and frames question - 09-21-2004 , 02:39 AM






When using CSS, how do you create boxes in which to put text or gifs. Do you
still use tables and frames?
If not, what dfo you do?



Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: CSS, tables and frames question - 09-21-2004 , 05:15 AM






"Adrian" <aa (AT) aa (DOT) aa> wrote:

Quote:
When using CSS, how do you create boxes in which to put text or gifs.
By specifying properties, such as width and border, for elements.
ObHTML: we use normal HTML markup, such as <p> for a paragraph, <ul> for
a list, etc., resorting to <div> when no semantically adequate markup is
available in HTML.

Quote:
Do you still use tables and frames?
We use tables for tabular data, as we always did.

Try reading a tutorial on CSS, and note that CSS is not HTML.
I just sent you by E-mail a list of recommended reading, since it might
be useful but is off-topic here. (If your From field was forged, it's
your loss.)

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
  #3  
Old   
David Dorward
 
Posts: n/a

Default Re: CSS, tables and frames question - 09-21-2004 , 02:23 PM



Adrian wrote:

Quote:
When using CSS, how do you create boxes in which to put text or gifs.
By picking the block level[1] element that best describes the content (i.e.
<p> for paragraphs, <address> for author contact details, etc) and styling
it.

Quote:
Do you still use tables
For tabular (spreadsheet) data.

Quote:
and frames?
Sometimes - but only in web applications under very rare circumstances,
never on the average website.

[1] Very sometimes using an inline level but styling it otherwise.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #4  
Old   
Adrian
 
Posts: n/a

Default Re: CSS, tables and frames question - 09-22-2004 , 03:47 AM



I did buy some books (Elizabeth Castro's HTML for the www (also deals with
CSS),
and a CSS style sheet summary by A. Meyer. (Book is in Dutch. Don't know the
English
title.) Am I to understand that you make boxes using DIV? Apologies for the
elementary
questions.

Adrian.



"Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> wrote

Quote:
"Adrian" <aa (AT) aa (DOT) aa> wrote:

When using CSS, how do you create boxes in which to put text or gifs.

By specifying properties, such as width and border, for elements.
ObHTML: we use normal HTML markup, such as <p> for a paragraph, <ul> for
a list, etc., resorting to <div> when no semantically adequate markup is
available in HTML.

Do you still use tables and frames?

We use tables for tabular data, as we always did.

Try reading a tutorial on CSS, and note that CSS is not HTML.
I just sent you by E-mail a list of recommended reading, since it might
be useful but is off-topic here. (If your From field was forged, it's
your loss.)

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html





Reply With Quote
  #5  
Old   
=?UTF-8?b?TMSByrtpZSBUZWNoaWU=?=
 
Posts: n/a

Default Re: CSS, tables and frames question - 09-22-2004 , 12:24 PM



On Wed, 22 Sep 2004 10:47:06 +0200, Adrian wrote:

Quote:
Am I to understand that you make boxes using DIV? Apologies for
the elementary questions.

Adrian.
HTML and XHTML try to separate semantics (meaning) from presentation.
There are already some block-level tags that carry some semantics. div is
just a block with no special meaning.

HTH,
La'ie Techie



Reply With Quote
  #6  
Old   
Adrian
 
Posts: n/a

Default Re: CSS, tables and frames question - 09-23-2004 , 04:21 PM



"La?ie Techie" <laie (AT) win_remove_get_nospam_solutions (DOT) com> wrote

Quote:
On Wed, 22 Sep 2004 10:47:06 +0200, Adrian wrote:

Am I to understand that you make boxes using DIV? Apologies for
the elementary questions.

Adrian.

HTML and XHTML try to separate semantics (meaning) from presentation.
There are already some block-level tags that carry some semantics. div is
just a block with no special meaning.

HTH,
La'ie Techie

I have discovered how to do it. Thanks all.
Adrian.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.