![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
| www.thermachek.com Many people have helped me in the last few weeks. I have grown from knowing very little to knowing a little more. I wish I could give back to you all, but please take my thanks. The above site still has some tweaking, but it's 95% there and it wouldn't have been without you. |
#3
| |||
| |||
|
#4
| ||||
| ||||
|
| www.thermachek.com Hi all. Many people have helped me in the last few weeks. I have grown from |
|
The question is about resizing text and keeping the left and right |
|
And, I have one other small niggle thats annoying me. On the index page I have a small <ol>. Why are the numbers flowing left further than the rest of the text? It should indent, shouldn't it? |
|
Things I need to do still include: fill some columns, adjust the header for text size increases, fill the footer, fill the links, spellllchackk again... |
#5
| |||
| |||
|
|
In article <h3qfv3tnp97ds8lfmi435ggab8j568jr0k (AT) 4ax (DOT) com>, Mike Barnard <m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: On Fri, 04 Apr 2008 23:44:04 +0100, Mike Barnard m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: www.thermachek.com And, I have one other small niggle thats annoying me. On the index page I have a small <ol>. Why are the numbers flowing left further than the rest of the text? It should indent, shouldn't it? This is still nagging me. |
|
Have you tried: ol style="list-style: inside; list-style-type: decimal;" |
|
Btw, your lead in to the list of "three options" does not suggest an "ordered" list. |
To me it says... "3" options, but
#6
| |||
| |||
|
|
On Fri, 04 Apr 2008 23:44:04 +0100, Mike Barnard m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: www.thermachek.com And, I have one other small niggle thats annoying me. On the index page I have a small <ol>. Why are the numbers flowing left further than the rest of the text? It should indent, shouldn't it? This is still nagging me. |
#7
| |||
| |||
|
|
On Sun, 06 Apr 2008 08:31:04 +1000, dorayme doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <h3qfv3tnp97ds8lfmi435ggab8j568jr0k (AT) 4ax (DOT) com>, Mike Barnard <m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: On Fri, 04 Apr 2008 23:44:04 +0100, Mike Barnard m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: www.thermachek.com And, I have one other small niggle thats annoying me. On the index page I have a small <ol>. Why are the numbers flowing left further than the rest of the text? It should indent, shouldn't it? This is still nagging me. Hi again. Nice to 'hear' from you. No need to put the "hear" in quotes. Why am I using them then in the |
|
Have you tried: ol style="list-style: inside; list-style-type: decimal;" Nope, new to me. But what isn't? I'll research what that means, tomorrow. Thanks. Btw, your lead in to the list of "three options" does not suggest an "ordered" list. Heh, you and your list fetish! To me it says... "3" options, butyes it could easily be an ul as well. |
#8
| |||||||
| |||||||
|
|
In article <6ntfv31g7acdniid76chr8vilpqfeie820 (AT) 4ax (DOT) com>, Mike Barnard <m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: On Sun, 06 Apr 2008 08:31:04 +1000, dorayme doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <h3qfv3tnp97ds8lfmi435ggab8j568jr0k (AT) 4ax (DOT) com>, Mike Barnard <m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: On Fri, 04 Apr 2008 23:44:04 +0100, Mike Barnard m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: www.thermachek.com And, I have one other small niggle thats annoying me. On the index page I have a small <ol>. Why are the numbers flowing left further than the rest of the text? It should indent, shouldn't it? This is still nagging me. Hi again. Nice to 'hear' from you. No need to put the "hear" in quotes. Why am I using them then in the |
|
last sentence, I hear you ask. Because I am quoting the word. And please, I know what you are wondering, why am I so pedantic. But you will need to send $10 to get an answer on that one. You can't have just anything from me for free, old son. |
|
Have you tried: ol style="list-style: inside; list-style-type: decimal;" Nope, new to me. But what isn't? I'll research what that means, tomorrow. Thanks. Btw, your lead in to the list of "three options" does not suggest an "ordered" list. Heh, you and your list fetish! To me it says... "3" options, butyes it could easily be an ul as well. I am as cool as a cucumber about lists. Let's see now, you have 3 |
|
options. That does not mean they are ordered options. This is the important point about the idea behind an ordered list, the order! Or so it is thought by many, including probably the inventors. There is an idea, I don't know if you know about it, that semantic mark up is a good thing to aim for. Thus, if you have a paragraph, make it a p></p>, if you have a main heading, make it <h1></h1>. Do not use the latter just because you want some text REALLY BIG and this html element happens to have a default css style in most browsers of big and bold. Big and bold is a presentational thing which can be achieved by styling the appropriate element. ols happen to default to decimals but this does not mean you should use this html element it because it has the numbers. However, you are in luck with a lot of browsers. I have noticed that you can use a ul and still have the code I suggest to get your numbers. Now, you get an unordered list with numbers, no semantic mistake being made. ul style="list-style: inside; list-style-type: decimal;" Try it! |

|
And if it proves not wholly reliable cross-brower, there is always the ul with "1. List item" and "2. List item" to fall back on. You have fallen int a world that is richer and lovelier than the Garden of Eden. |
|
Your website is looking good. |
|
(btw. I like the dynamic effect of your portrait. It goes from being frightening on the left to nice on the left and now it has gone to the right. When you get into absolute positioning, you can have it anywhere you want). |
#9
| |||
| |||
|
|
dorayme Mike Barnard <m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: dorayme Mike Barnard www.thermachek.com Hi again. Nice to 'hear' from you. No need to put the "hear" in quotes. Because I can't really hear you, just read you, but saying read you doesn't sound right even if it is. Is it? So I emphasised that hear isn't quite right, or so I intended. |
![]() |
| Thread Tools | |
| Display Modes | |
| |