![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Other things to look at are that you shouldn't be using tables for layout - use CSS instead. |
#12
| |||
| |||
|
|
andyd (AT) elsewhere (DOT) com (Andrew D) wrote in news:andyd-1408042242030001@dip- 220-235-63-45.wa.westnet.com.au: http://members.westnet.com.au/andydolphin/ Which has 22 validation erros. It's always best to first fix any validation errors before asking for help, or worrying about other things. I did see some validation errors related, it seems, to the lack of a Doctype declaration. I have been trying to determine what doctype I need to use to match the html - created in Macromedia Dreamweaver 3.0. Any hints here would also be appreciated. You have it backwards. Select a doctype, and use it for all your pages. Use either HTML 4.01 Transitional, or better yet, HTML 4.01 Strict. You then author pages that validate to that doctype. If Dreamweaver is 'getting in the way' then use a different authoring tool, or ask in a dreamweaver-related newsgroup/forum for tips/techniques of how to use it to author valid HTML. Other things to look at are that you shouldn't be using tables for layout - use CSS instead. |
#13
| |||
| |||
|
|
Andrew D wrote: I always avoided CSS in the past because Netscape 4.7 (Mac) never seemed to deal with it too well, That's like saying you should avoid Javascript because Internet Explorer 2.0 doesn't deal with it too well. |
|
Netscape 7.2 is due out this month! |
|
Use CSS if you want. Use Javascript if you want. Just be aware that not all browsers support them and that some people have disabled them. Ensure that your pages can be read and navigated when these optional extras are turned off. |
#14
| |||
| |||
|
|
andyd (AT) elsewhere (DOT) com (Andrew D) wrote http://members.westnet.com.au/andydolphin/ Other things to look at are that you shouldn't be using tables for layout - use CSS instead. |
#15
| |||
| |||
|
|
Yes. CSS is *much* more fashionable. You can have your site look *exactly* the same, and it'll only be 2-3 times more trouble for you to set up. No matter what your main interests are, you *must* drop everything now and study CSS. |
#16
| |||
| |||
|
|
Toby Inkster wrote: Use CSS if you want. Use Javascript if you want. Just be aware that not all browsers support them and that some people have disabled them. If anyone has any stats, I'd be interested to know how many people disable their style sheets, and why? |
#17
| |||
| |||
|
|
Andrew D wrote: Toby Inkster wrote: Use CSS if you want. Use Javascript if you want. Just be aware that not all browsers support them and that some people have disabled them. If anyone has any stats, I'd be interested to know how many people disable their style sheets, and why? I think Toby meant the disabling of JS. Whilst some people do specify user stylesheets that can override some of the rules you have in yours, I don't know of anybody that disables stylesheets in their entirety. (In fact, I've heard of no such method for doing so \o/ ) |
#18
| |||
| |||
|
|
Ben Measures wrote: I think Toby meant the disabling of JS. ... and CSS. |
|
Whilst some people do specify user stylesheets that can override some of the rules you have in yours, I don't know of anybody that disables stylesheets in their entirety. I do. Not always, but if a website has an annoying font or colour scheme, or if there's weird overlapping text effects, disabling the style sheet is usually the best fix. |
|
(In fact, I've heard of no such method for doing so \o/ ) [Ctrl]+[G] works nicely. |

![]() |
| Thread Tools | |
| Display Modes | |
| |