Copyright and Trademark Symbols in HTML
The ASCII codes can be used to create several useful symbols. Here is a description of how to use ASCII code in your html pages.
ASCII codes in html can be identified with the preceding ""
They should be placed into the html just as plain text. The browser should render the ASCII code as the correct symbol.
© can be created with this:
® can be created with this:
can be created with this:
Also see ...
Displaying HTML code inside an HTML document
H3Displaying HTML code within an HTML document can be confusing. The XML tag makes it easy./H3PThe XML tag tells the browser not to render any further tags until it sees the /XML tag. br / br /For example... br /div class="code"<XML> br /<a href = "http&58;//www.tech
H3Displaying HTML code within an HTML document can be confusing. The XML tag makes it easy./H3PThe XML tag tells the browser not to render any further tags until it sees the /XML tag. br / br /For example... br /div class="code"<XML> br /<a href = "http&58;//www.tech
Is your site color-blind friendly?
H3Service allows you to see your site as if you have a dysfunction in the ability to see colors/H3PBetween 5 and 10% of males have some sort of genetic problem seeing the full spectrum of colors. Is your site usable to this population of users? br / br /Running your site through a href
H3Service allows you to see your site as if you have a dysfunction in the ability to see colors/H3PBetween 5 and 10% of males have some sort of genetic problem seeing the full spectrum of colors. Is your site usable to this population of users? br / br /Running your site through a href
Opening Links In a New Window
H3Although I usually hate it, this is the standard html code to open a link in a new window./H3PForcing users to open links in new windows is so wrong. However, there are times when it is useful. Here's how you do it. br / br /Standard Link Code: br /span style="font size: 9px; line h
H3Although I usually hate it, this is the standard html code to open a link in a new window./H3PForcing users to open links in new windows is so wrong. However, there are times when it is useful. Here's how you do it. br / br /Standard Link Code: br /span style="font size: 9px; line h
Re-Enable Right-Click When Web Pages Turn It Off
H3Several web pages turn off the ability to right click. This examples how to turn it back on./H3PPeople are nuts about protecting their web site from unauthorized copying. One of the most frequently used ways to preventing copying is to use javascript to disable the ability to right click.
H3Several web pages turn off the ability to right click. This examples how to turn it back on./H3PPeople are nuts about protecting their web site from unauthorized copying. One of the most frequently used ways to preventing copying is to use javascript to disable the ability to right click.
Prevent IE6 Users from Using the Image Toolbar
H3IE6 users now have access to the image toolbar that allows users to easily print, copy, email, save, and resize pictures. Here's how to disable it./H3PInternet Explorer 6.0 and greater now gives users the image toolbar. This allows users to easily save, resize, and manipulate pictures. In
H3IE6 users now have access to the image toolbar that allows users to easily print, copy, email, save, and resize pictures. Here's how to disable it./H3PInternet Explorer 6.0 and greater now gives users the image toolbar. This allows users to easily save, resize, and manipulate pictures. In
