![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
I'm guessing this is your site we're talking about at http://lankiveil.halo-17.net/crux/index.php, because I don't see your original post. |
#12
| |||
| |||
|
|
My site's in XHTML. Is there a problem with it? I haven't noticed any. |
#13
| |||
| |||
|
|
Cianan Delahunty wrote: http://lankiveil.halo-17.net/crux/index.php Keep in mind that I'm not a web-designer, ... Okay, that's enough blathering from me, over to you. Remember, this is my first time, so please be gentle :-) XHTML - what's it for? HTML 4.01 strict is usually recommended for new web documents. Table - is completely unnecessary for this design You already know about the fixed size text, but the other issue is you've made it too small. Try this: body{font-size:100%;} Looking good. -- William Tasso - http://WilliamTasso.com |
#14
| |||
| |||
|
|
I'm guessing this is your site we're talking about at http://lankiveil.halo-17.net/crux/index.php, because I don't see your original post. Nah mate, it's not - I came in as soon as Will mentioned that coding in XHTML was a bad idea. |
|
I have started making sites in XHTML 1.1 Strict [just to stay ahead of the ball... so to speak]. |
#15
| |||
| |||
|
|
"William Tasso" <news27 (AT) tbdata (DOT) com> wrote in message news:bnof09$13f8bi$1 (AT) ID-139074 (DOT) news.uni-berlin.de... Cianan Delahunty wrote: http://lankiveil.halo-17.net/crux/index.php XHTML - what's it for? HTML 4.01 strict is usually recommended for new web documents. XHTML because... that's what everything else I read told me to use. Why is HTML 4.01 recommended over XHTML? I'll make the switch if necessary, but I want to be sure before I go changing things. Please let me refer you to other usenet posters with a better grasp of the |
|
Table - is completely unnecessary for this design Table... it's actually more necessary than you think. Not only was it a royal pain to get everything to align properly using CSS only (If it worked in IE, it wouldn't work in Opera, and if it worked in Opera, it wouldn't work in IE), the only way to do it was to use fixed pixel-widths, which is a naughty thing that I wasn't prepared to do. The second reason is compatibility, it'll still look pretty bad in an ancient browser, but at least it'll work with the tables. |
|
You already know about the fixed size text, but the other issue is you've made it too small. Try this: body{font-size:100%;} CSS suggestion... noted and implemented. Thanks :-) ok now you just need to lose { ...font-size: 80%; ...} at least for the |
#16
| |||
| |||
|
| http://lankiveil.halo-17.net/crux/index.php BAD NEWS: I think the basic idea is good, but the page has an *unbalanced* feel to it. |
|
I recommend moving everything to the left. |
#17
| |||
| |||
|
|
The point that Will was making [as I understand it] is that there's no point writing in XHTML if it's not being served as it's proper file type (which I think is something like application/html+xml or something similar) |
|
instead of text/html. And, even when served properly, some browsers get it wrong anyway (ie. IE... ha... that's funny). |
#18
| |||
| |||
|
|
Bonnie Granat wrote: http://lankiveil.halo-17.net/crux/index.php BAD NEWS: I think the basic idea is good, but the page has an *unbalanced* feel to it. It's ironic how you can see this in other sites, but not your own. I recommend moving everything to the left. You mean like this? URL:http://accessat.c-net.us/screenshots/granat.png |
#19
| |||
| |||
|
|
This is what it looks like in small type http://www.editors-writers.info/homepage.gif This is what it looks like in medium type http://www.editors-writers.info/homepagemed.gif I cannot accommodate large type in a small window. |
#20
| |||
| |||
|
|
"kchayka" <kcha-un-yka (AT) sihope (DOT) com> wrote in message news:3fa14734$0$40218$39cecf19 (AT) news (DOT) twtelecom.net... Bonnie Granat wrote: http://lankiveil.halo-17.net/crux/index.php BAD NEWS: I think the basic idea is good, but the page has an *unbalanced* feel to it. It's ironic how you can see this in other sites, but not your own. I recommend moving everything to the left. You mean like this? URL:http://accessat.c-net.us/screenshots/granat.png This is what it looks like in small type http://www.editors-writers.info/homepage.gif This is what it looks like in medium type http://www.editors-writers.info/homepagemed.gif I cannot accommodate large type in a small window. |
![]() |
| Thread Tools | |
| Display Modes | |
| |