![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When using CSS, how do you create boxes in which to put text or gifs. |
|
Do you still use tables and frames? |
#3
| |||
| |||
|
|
When using CSS, how do you create boxes in which to put text or gifs. |
|
Do you still use tables |
|
and frames? |
#4
| |||
| |||
|
|
"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 |
#5
| |||
| |||
|
|
Am I to understand that you make boxes using DIV? Apologies for the elementary questions. Adrian. |
#6
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |