Fred Morgan – seoexploration.com
With the modern style of losing the “www” at the beginning of the website URL you may encounter problems – especially with statistical analysis programs.
I’m not really concerned with the semantics of whether one should or should not use the starting “www” but being of the old school I still tend towards using it. These days most hosting facilities utilise the dual base directories of “public_html” and “www” where “www” is the automatic clone of the “public_html” directory so, under normal circumstances, either URL will work fine.
However, I have seen browser cache problems give display problems identifying a difference between them – i.e. missing favicon images and intermittent flash errors etc. It took me a long time before I identified where the prob - Read More
[...more]
By William Bontrager
Although I’ve written several articles that included examples of positioning, such as “Instant Info” and the “No-Kill Pop Box” series, it occurred to me that I’ve never written an article about how to do the positioning itself.
This is it.
Basically, it’s three steps:
1. Create a DIV tag.
2. Put content within the DIV.
3. Tell the browser where to put the DIV.
What you’re doing is making a layer. I’ll explain those three steps in a moment.
Without the above, text and images can move, and probably will, depending on which browser is displaying your page and the size preferences the user has specified.
That’s not necessarily bad. But if you must have something in an exact position, making a layer and positioning it is a way to do it.
You might want a photograph overlapping anot - Read More
[...more]
For a web page to function properly, six essential tags must be present. The six tags must also be placed in specifice order as well and they form the basic ’shell’ or ’skeleton’ for any web page that you build. The six tags and their order is as follows (you have to memorize the tags and the order that they are placed in
In every HTML page, the words starting with < and ending with > are called HTML tags. These tags allow the web browser to display the web page properly.
Most HTML tags have two parts: an opening tag, to indicate where a piece of text begins, and a closing tag, to show where the piece of text ends. Closing tags start with a / (forward slash) just after the < symbol.
For example, the <body> tag tells the web browser where the actual body of text begins and the </body> indicates where it ends. Everything between the <body> - Read More
[...more]