Using CSS Style Tags For Mouseover Link Effects

(Internet Explorer) If you're looking for a great way to spice up your HTML web page links, you can easily do so with style tags. Related Tags Website Tips and tricks Website Marketing Website HTML coding Search Engine Optimization Free SEO Tools, Webmaster In this example, the active text link is underlined with the color set to #0000FF. When the mouse is placed over the link, the text color will change to #FF0000 and the underline disappears. Place the <STYLE> tag...

How To Make Your Web Page Background Image Stationary

(Internet Explorer) If you'd like to display a stationary image behind your text, you can do so by adding attributes to your HTML body tag. Stationary background images remain in one place even when scrolling through the page. Only the text will move. To create this effect, place the code below within your <BODY> tag. <body background ="yourimage.gif" bgproperties="fixed"> Edit the text indicated in bold to suit your needs. ...

Protect Your Email Address From Spam Robots

Contact Us If you are displaying your email address on your net web site, you'll be unknowingly setting yourself up to receive plenty of spam email. sadly, spam robots are continuously crawling the web in search of email addresses they'll use to not solely send spam, however conjointly sell to alternative spammers. Related Tags Website Tips and tricks Website Marketing Website HTML coding Search Engine Optimization Free SEO Tools, Webmaster However, though it is very troublesome to guard yourself...

Spacing Your Images

If you are in want of an HTML code that may enable you to specify the spacing between your pictures, this HTML code is for you. In the example below, though the photographs are a similar, they are not diplaying a similar, as their vertical and horizontal alignment is completely different. These pictures haven't been placed among an HTML table and are not aligned via CSS. they're being displayed via the HSPACE and VSPACE attributes, which can enable you to specify the horizontal and vertical spacing between your pictures. <IMG SRC="yourimage.jpg" hspace=10 vspace=10 WIDTH="96" HEIGHT="134" BORDER="0"><IMG SRC="yourimage.jpg" hspace=5 vspace=5 WIDTH="96" HEIGHT="134" BORDER="0"> You can specify the horizontal and vertical spacing by editing the VSPACE and HSPACE values. Partner site : online news...

Open a new window on page unload

If you're looking for a way to open a new window when you leave a web page, this code may be what you're looking for. This HTML code will open the web page you specify as soon as you leave the original web page. This provides a great way to gain new subscribers to your publication, introduce a product or whatever you'd like. Opening a new window on page unload, or in other words, when your visitor is leaving your page is also a great way to make...

Auto Fill Email Subject and Body

If you're using a list management system that requires specific text to be placed within the email subject or body of your email, this HTML code is for you. Many times, if you request your visitors to type in a specific email subject or body text in order to subscribe to your publication, they may not type the required text correctly. This mistake will cause you to lose your subscriber, as your system will reject the subscription request.  To prevent this problem, you can create an email...