Topic: CSS to replace tables (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 07-28-2008 07:37
Ok, I know I am way in the past with the elimination of tables, but I am finally making the switch. I am using the float property with two div ids to emulate 2 column tables. In the nav table on the left I am trying to use another div tag with different properties to emulate a second table. My first problem is I can't seem to get the inner table to vertically align. I have tried the valign tag within the html as well as vertical-align: middle within the CSS. Any ideas? |
Paranoid (IV) Inmate From: Florida |
posted 07-28-2008 13:50 |
Nervous Wreck (II) Inmate From: |
posted 07-28-2008 21:32
I have solved this problem. Thanks for the help Reisio. |
Nervous Wreck (II) Inmate From: |
posted 07-28-2008 22:07
Ok, I have looked for quite a while and have not found a clear answer to another question that I have. Is there anyway with my main body div to limit the amount of space text can go. I tried maximum width, but that screwed up everything. I would like for the text to automatically be formatted into paragraphs. |
Paranoid (IV) Inmate From: Florida |
posted 07-29-2008 02:24
Looks like you've sort of figured it out already, though p's inside h2's isn't right. |
Paranoid (IV) Inmate From: Kansas City, MO , USA |
posted 08-16-2008 17:33
looking good. looks like you cleaned up all the code now, too |
Paranoid (IV) Inmate From: Norway |
posted 08-17-2008 15:14
is it just a temporary glitch or the markup is a mess ? It looks like 2 pages are inserted in one document, plus there is different case for the tags ( <Br> ), some exotic tags ( e.g. <justify> ), deprecated tags ( e.g. <center> ), weird closing tags ( <style> in the middle of the markup ), ... FYI the w3c validator reports 105 errors and 5 warnings, the HTML5 validator reports 25 errors. |
Nervous Wreck (II) Inmate From: |
posted 08-17-2008 21:52
If you are looking at the /v2 version that one is no longer correct and is not updated at all. All the new files have been place in the / dir. As for the markup looking like 2 pages are in the one I am using a php include for the header, footer, and left nav. These files did have the common HTML tags present in them, but should be removed now. |