Ellen's Virtual Notebook: Week 4
Tables, Browser Support and Mailto Links
Tables
The following table incorporates html coding for border cellspacing, cellpadding, caption, and colspan.
Who Lives Where in the Sea
| SEA LIFE |
|   |
Deep |
Shallow |
| Algae |
giant kelp |
sea palm |
| Fish |
garibaldi |
moray eel |
View steps used to make this table.
Mailto Links
When creating a mailto link on a page, use NATATA Anti-Spam Encoder to recode the email address to a name only. That will mask the address from robots and spiders that scan the WWW looking for the @ sign found in email addresses so they can create spam lists.
To down load the NATATA Anti-Spam Encoder go to NATATA Anti-Spam Encoder v1.0. Scroll to Free Softward, select site #2 and then select Natata Anti-Spam Encoder.
On the opening screen of NATATA, select the Quick Encoder. Type the email address into the top box. Then push the Find & Encode icon at the bottom right. When the encoded email address shows up copy it into the lower box using the button provided. Next copy and paste this Code into your Email Address link in Notepad as shown below.
<a href="Email Address" > Email Alias </a;>
/
Doctor HTML Doctor
Doctor HTML is an on-line web page analysis tool. You can download a free version at Doctor HTML From the top menu select "Single Page" to access the free analysis tool. Copy and past the URL of your web page in the windowpane labeled "URL" and hit "Go". A detailed analysis of your web page showing problems will be generated.
Go to the bottom of the report and selct "Show HTMl Hierarchy. This will help you find the lines with possible problems in your document. In Notepad a line is defined as everything between enter commands. It is easier to turn off word wrap to help count the lines. The Find function on notepad is also useful in locating specific keyboard sequences.
Week One
Week Two
Week Three
Back to index