![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
OK, I see the <div> tag referred to allot- What exactly does it do and what is its usage? Please forgive my tresspass... |
#3
| |||
| |||
|
|
OK, I see the <div> tag referred to allot- What exactly does it do and what is its usage? |
#4
| |||
| |||
|
|
OK, I see the <div> tag referred to allot- What exactly does it do and what is its usage? Please forgive my tresspass... |
#5
| |||
| |||
|
|
OK, I see the <div> tag referred to allot- What exactly does it do and what is its usage? Please forgive my tresspass... Jeremy |
#6
| |||
| |||
|
|
OK, I see the <div> tag referred to allot- What exactly does it do and what is its usage? Please forgive my tresspass... Jeremy -- Visit my Saab & me at: http://jerem43.home.att.net |

#7
| |||
| |||
|
|
I have a "compass rose" on each of my pages that moves you around on the page (top or bottom) or site (previous or next page). To keep the "rose" separate from the preceding and upcoming sections, I have an empty <p></p before the table that creates the "rose". p /p |
|
table class="navbox" |
|
div table class="navbox" |
#8
| ||||
| ||||
|
|
This is (almost) never a good idea. It's the web equivalent of the old DTP tricks for spacing things out by putting empty whitespace elements everywhere. |
|
If you want [A} and [C] to be presented with some white space between them, then use CSS and bigger margins (probably margin-top on [C]) to set it. Don't create a [b] element just to sit between them - it's just not needed. |
|
I doubt you need to, nor should, use a table here -- but that's a separate issue. |
|
In general, your markup wants an overall make-over. It's pretty much 1997 style, only in XHTML. Lose the frames. Lose the HTML 3.2 coding style. Lose the Transitional doctype. Lose the <table>s Lose the rainbow bullets. Lose the frames. The XHTML is OK, although many people will proceed to tell you it's wrong. |
#9
| |||
| |||
|
|
1. I am going to dump the frames as soon as I learn how to layout the site fully in CSS. (see #3) 2. Please read my home page in regards to my HTML skills- I am still learning how to do it, hence it isn't beautifully typed up. I am typing all of this out in Notepad, and the way I type lets me read it and know what I looking at while I work on it. 3. I actually have a version of my site that is Strict, but it does not look the way I want it to yet. (see #1) 4. The frames do what I want, they validate in Transitional & Strict and I like the look. 5. How I design may page is not really the point here, I simply want to learn HTML and have some fun doing so. I like the way my site looks. It is amateurish because that what it is- an amateur HTML coder presenting his amateur automotive skills on a personal web page. I am sure that some time in the future I will bring the site into the 21st century, maybe 2002 or 2003, until then the layout stays- rainbow icons and all. 6. See #1 & #3 |
#10
| |||
| |||
|
|
All this said, why did you need to critique my whole site when I only asked a question about an XHTML tag? |
![]() |
| Thread Tools | |
| Display Modes | |
| |