![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| http://www.physci.org/test/chem/element.html, [...] NN 4.8 displays lambda, kappa and rho as '?'. Is there any way of getting the greek letters to appear for NN 4.8? |
#3
| |||
| |||
|
|
On Sun, 9 Nov 2003, Andrew Thompson wrote: http://www.physci.org/test/chem/element.html, [...] NN 4.8 displays lambda, kappa and rho as '?'. Is there any way of getting the greek letters to appear for NN 4.8? Yes, http://ppewww.ph.gla.ac.uk/~flavell/...cklist.html#s6 Read that in conjunction with note [C] : http://ppewww.ph.gla.ac.uk/~flavell/...t.html#NoteUTF |
|
By the way, it's preferable to send the charset attribute on the real HTTP content-type header from the server. "meta http-equiv" is no more than an ersatz in the HTTP context. |
#4
| ||||
| ||||
|
|
By the way, it's preferable to send the charset attribute on the real HTTP content-type header from the server. "meta http-equiv" is no more than an ersatz in the HTTP context. |
|
Wait. Are you saying the line with "meta http-equiv" is not necessary so long as the server is organised to send the correct header? |
|
I have also been developing JSP's and explicitly including the "meta http-equiv" line, despite assurances the JSP server and browser 'negotiate' a content type (I think that was the term). |
|
What I really need is a tutorial on these 'headers', or at least information in some detail on them. |
#5
| |||
| |||
|
| http://www.physci.org/test/chem/element.html, represents information on a chemical element. (http://www.physci.org/test/chem/ for the CSS's) |
|
Do the superscripts, and subscripts work 'ok' on your browser? |
instead of a space in multiplication
for multiplication of quantities,
instead of the letter o in superscript style|
Why is it that I have set the table cell width's using em, but the text inside does not scale at the same rate (text size smallest - large space, text size largest - little space)? |
#6
| |||
| |||
|
|
On Sun, 9 Nov 2003, Andrew Thompson wrote: .... I don't know quite what you're saying in the paragraph above, but I'm pretty sure it's not what we need to discuss here.[1] What I really need is a tutorial on these 'headers', or at least information in some detail on them. http://www.w3.org/International/O-charset.html |
#7
| ||||||
| ||||||
|
|
"Andrew Thompson" <andrew64 (AT) bigNOSPAMpond (DOT) com> wrote: http://www.physci.org/test/chem/element.html, represents information on a chemical element. (http://www.physci.org/test/chem/ for the CSS's) It seems that many of your questions that have been addressed here are not really about CSS but about other aspects of Web authoring. Actually my comments also fall into a more general category, mostly. First, are you familiar with the material at http://www.webelements.com/ ....What I mean is that would hardly be meaningful to duplicate that work - rather, you could assume it as a basic background material and consider on things not covered there. |
|
Do the superscripts, and subscripts work 'ok' on your browser? It depends on the browser. I think the implementation of subscripts and superscripts varies quite a lot by browser, and many of the implementations are not very good. I would actually suggest setting both font-size and vertical-align for them, see http://www.cs.tut.fi/~jkorpela/math/#subsup On your page, they look a bit odd, maybe mainly because IE doesn't implement them very well for a monospace font. |
|
Incidentally, why do you use monospace font? I think the numbers would look better in some normal font. |
|
I would also suggest using - the middle dot character (· instead of a space in multiplicationof SI units - the multiplication sign (× for multiplication of quantities,instead of the letter x - the degree symbol (° instead of the letter o in superscript style- italics for symbols of quantities, as normal in physics - and probably using <i> markup in HTML rather than <span> and CSS, especially since such use of italics is essential and not just presentational. |
|
Why is it that I have set the table cell width's using em, but the text inside does not scale at the same rate (text size smallest - large space, text size largest - little space)? Sorry, I don't really understand the question. When I change the basic font size on IE, the cell widths change too, as expected. |
|
..But is there any reason to set the cell widths at all? |
#8
| |||
| |||
|
|
I would also suggest using - the middle dot character (· instead of a space inmultiplication of SI units - - All good suggestions, done. |
|
What I expected using 'em' measurements for both the cell widths and text inside, was that the amount of cell space remain constant from smallest through largest font size.. |
|
* btw - Do you prefer to be addressed by others in written form as Yucca or Jukka? |
#9
| |||
| |||
|
|
I would also suggest using - the middle dot character (· instead of a space inmultiplication of SI units .... There seems to be an odd problem with · that I hadn't noticed: on my IE 6 (Win 98), the middle dots appear as rectangular boxes, |
|
What I expected using 'em' measurements for both the cell widths and text inside, was that the amount of cell space remain constant from smallest through largest font size.. I see... but since em is the _height_ of a font and since the widths of characters may vary, the proportions may change. |
#10
| |||
| |||
|
|
I now have.. body { font-family: Arial, sans-serif; } [ in ptoe.css ] td { font-family: inherit; } [ in element.css ] ..is that any better? |
![]() |
| Thread Tools | |
| Display Modes | |
| |