Now this is an error that rattled my brain for a few days. Here's the issue: when you are working on website and you are testing locally, you may find that when you try to view the site with Internet Explorer you get the error: To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. Click here for … [Read more...] about Active Content Restricted Error in Internet Explorer
Web Development
Create Two Column Table with Bullet Points Without Using
Recently I had the task of adding bullets to items in a pre-existing two-column HTML table. I first started to look at how to add the bullets using css to format the <TABLE> or <TD> tags, and then I looked at using css to make two columns of separate lists using <UL> and <LI> tags. I eventually found an easier solution: ASCII codes. This article will … [Read more...] about Create Two Column Table with Bullet Points Without Using