![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| http://www.holotech.net/links/ I'm really, really trying not to use tables |
#3
| |||
| |||
|
|
Alan Little <alan (AT) n-o-s-p-a-m-phorm (DOT) com> wrote: http://www.holotech.net/links/ I'm really, really trying not to use tables You've go far more important things to fix first: 1) Use semantic markup 2) Code to strict standard 3) Use CSS to replace junk like <br><br 4) Not mix XHTML with HTML 5) Fix the micro fonts |
#4
| |||
| |||
|
| http://www.holotech.net/links/ I'm really, really trying not to use tables You've go far more important things to fix first: Thank you for your response. I'm afraid I don't understand most of it. 1) Use semantic markup Use headers, lists, paragraphs. Divs and spans should only be used to |
|
2) Code to strict standard Use a Strict doctype and code in that spirit. 3) Use CSS to replace junk like <br><br Self evident. 4) Not mix XHTML with HTML ... /> does not belong in a HTML document. 5) Fix the micro fonts I can't read the microscopic font. Don't specify Verdana as the body |
|
am a programmer, not a designer. I know basic HTML, and I've learned some basic CSS, but that's it. I know I can get the layout I want using tables, but I'm trying to be more enlightened. |
#5
| |||
| |||
|
|
Thank you for your response. I'm afraid I don't understand most of it. I am a programmer, not a designer. I know basic HTML, and I've learned some basic CSS, but that's it. I know I can get the layout I want using tables, but I'm trying to be more enlightened. I just want to put together a simple template or two to go out with this application. |
#6
| |||
| |||
|
|
Alan Little <alan (AT) n-o-s-p-a-m-phorm (DOT) com> wrote: http://www.holotech.net/links/ I'm really, really trying not to use tables You've go far more important things to fix first: Thank you for your response. I'm afraid I don't understand most of it. 1) Use semantic markup Use headers, lists, paragraphs. Divs and spans should only be used to encapsulate code for styling purposes. 2) Code to strict standard Use a Strict doctype and code in that spirit. 3) Use CSS to replace junk like <br><br Self evident. 4) Not mix XHTML with HTML ... /> does not belong in a HTML document. 5) Fix the micro fonts I can't read the microscopic font. Don't specify Verdana as the body font, leave the body font size alone, and don't use the px unit for font sizing. All these issues have been discussed to death on this group. am a programmer, not a designer. I know basic HTML, and I've learned some basic CSS, but that's it. I know I can get the layout I want using tables, but I'm trying to be more enlightened. Then first fix the above issues, they are far more detrimental to the quality of the code than using tables for layout could be. |
#7
| |||
| |||
|
|
Alan Little wrote: Thank you for your response. I'm afraid I don't understand most of it. I am a programmer, not a designer. I know basic HTML, and I've learned some basic CSS, but that's it. I know I can get the layout I want using tables, but I'm trying to be more enlightened. I just want to put together a simple template or two to go out with this application. Perhaps a short study of this rather nice two-column template will help. http://www.benmeadowcroft.com/webdev...ft-column.html |
#8
| |||
| |||
|
|
Then first fix the above issues, they are far more detrimental to the quality of the code than using tables for layout could be. OK, I took out the body font size specification and got rid of the verdana. I got rid of all the double <BR>s and most of the single ones. Hopefully the font size is readable now; it was always OK on my screen, so I can't tell. I'm afraid the rest is beyond my scope at the moment. I really do understand your frustration with my less-than-perfect code. I've seen programming code that made my skin crawl. But at the same time, I've helped many a novice programmer get that klunky, awkward code just to work, because I know everyone has to start somewhere. I'm self-employed as a freelance programmer. I'm interested in learning design and layout, but I can only afford to do it as time permits. I go to csszengarden.com sometimes and just look through all the amazing designs. But that's not the focus of my business at the moment, so all I can do is get it by bits and pieces. |
|
For now, if I can just get a simple template that I can ship with this application, I'll be happy. The template is not going to be used in most cases anyway, beyond initial setup. The application is designed to be integrated into other site designs. Do you have any insight into my layout problem? |
#9
| |||
| |||
|
|
Use headers, lists, paragraphs. |
|
Divs and spans should only be used to encapsulate code for styling purposes. |
#10
| |||
| |||
|
|
Divs and spans should only be used to encapsulate code for styling purposes. No, not only. They are for grouping content. |
![]() |
| Thread Tools | |
| Display Modes | |
| |