There’s a real danger in web design – the desire to have too much control over what your site visitor sees. There are webmasters who construct their site using very complex style sheets, JavaScript, or separately coded pages for different browsers. And as each new browser ships, the designer has to figure out how to […]
Tag Archives: HTML
2000 – Let’s start with a note on include files (the topic of the previous article). If you include a “/” in your reference as in <A HREF=”/news/index.shtml”> instead of <A HREF=”news/index.shtml”>, then it will not matter where the file is located – it will always relative to the root directory. In other words, it […]
2000 – When I started designing web pages in early 1997, I knew nothing about HTML. I used Claris Home Page 3.0 and put things together until they looked right.