![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Why is it when I have a DOCTYPE line in my HTML then "margin" and "padding" are ignored? |
|
div style="margin: 20 20 20 20; |
#2
| |||
| |||
|
|
Always validate your HTML and CSS before posting questions. It will often give you an answer immediately. |
#3
| |||
| |||
|
|
You probably meant div style="margin: 20px 20px 20px 20px; |
#4
| |||
| |||
|
|
Always validate your HTML and CSS before posting questions. It will often give you an answer immediately. The above code validates fine athttp://validator.w3.orgwhich I assumed was the end-all authority on HTML validation. |
#5
| |||
| |||
|
|
I stongly recommend using Firefox and the latest HTML validator extension.http://users.skynet.be/mgueury/mozilla/ This includes a real HTML validator and also Tidy. Because it's pervasive and automatic, it also gets used (unlike making the effort to use the W3C). |
#6
| |||
| |||
|
|
With the Web Developer Extension you can check local CSS (via uploading the CSS to the W3C's CSS checker). Or do you mean checking while you're not online? |
#7
| |||
| |||
|
|
I stongly recommend using Firefox and the latest HTML validator extension. http://users.skynet.be/mgueury/mozilla/ This includes a real HTML validator and also Tidy. Because it's pervasive and automatic, it also gets used (unlike making the effort to use the W3C). |
#8
| |||
| |||
|
|
In article 1174405688.005803.192190 (AT) e1g200...oglegroups.com>, "Andy Dingley" <dingbat (AT) codesmiths (DOT) com> wrote: I stongly recommend using Firefox and the latest HTML validator extension. http://users.skynet.be/mgueury/mozilla/ This includes a real HTML validator and also Tidy. Because it's pervasive and automatic, it also gets used (unlike making the effort to use the W3C). Thanks for mentioning this one. I will have it when I can solve the following query: At http://users.skynet.be/mgueury/mozilla/download.html there is a 4 line instruction set and I am stumped by point 3. What exactly does one need to do to "add the website to the authorized list."? I run OS X on Tiger, PPC. |
#9
| |||
| |||
|
|
dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> writes: In article 1174405688.005803.192190 (AT) e1g200...oglegroups.com>, "Andy Dingley" <dingbat (AT) codesmiths (DOT) com> wrote: I stongly recommend using Firefox and the latest HTML validator extension. http://users.skynet.be/mgueury/mozilla/ This includes a real HTML validator and also Tidy. Because it's pervasive and automatic, it also gets used (unlike making the effort to use the W3C). Thanks for mentioning this one. I will have it when I can solve the following query: At http://users.skynet.be/mgueury/mozilla/download.html there is a 4 line instruction set and I am stumped by point 3. What exactly does one need to do to "add the website to the authorized list."? I run OS X on Tiger, PPC. Bring up the FireFox preferences. In the "Security" pane, the "warn me when sites try to install add-ons" should be checked. Click the button to the right of that, labeled "Exceptions", and add "users.skynet.be" to the list of sites that are, as the button's name implies, exceptions to the normal rule and therefore allowed to install add-ons. |
#10
| |||
| |||
|
|
dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> writes At http://users.skynet.be/mgueury/mozilla/download.html there is a 4 line instruction set and I am stumped by point 3. What exactly does one need to do to "add the website to the authorized list."? I run OS X on Tiger, PPC. Bring up the FireFox preferences. In the "Security" pane, the "warn me when sites try to install add-ons" should be checked. Click the button to the right of that, labeled "Exceptions", and add "users.skynet.be" to the list of sites that are, as the button's name implies, exceptions to the normal rule and therefore allowed to install add-ons. |
![]() |
| Thread Tools | |
| Display Modes | |
| |