Nothing looks more unprofessional than a couple of spelling mistakes on your site so here’s an online tool that will help you quickly spell check an entire web page though it wont’ fix these errors for you. Called Spellist, this online spell checker for websites uses the Google API to search for spelling mistakes. You just… Continue reading Check Spelling Mistakes on your Web Pages
Category: HTML
What Is Lorem Ipsum Dolor Sit Amet?
“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat… Continue reading What Is Lorem Ipsum Dolor Sit Amet?
Making Transparent Iframe
To make an iframe transparent (background of the iframe page is visible through the data from the other page), you just need to use 2 additonal code snippets. 1) In the iframe code add ALLOWTRANSPARENCY=TRUE 2) In the content page (the page seen through the iframe), add <style type=”text/css”> body { background-color: transparent } </style>… Continue reading Making Transparent Iframe