Wednesday, December 3rd, 2008 at 12:40 pm
The FORM tag is used to set up input forms on your web site. To properly align your forms, instead of using a table, use the tag for the same results. Your form will be displayed exactly as you format it within your HTML. By preformatting your forms, not only will it save you some [...]
Thursday, November 20th, 2008 at 10:40 am
RSS is quickly becoming the standard choice for delivering syndicated web content. Have you ever wondered how some of the large content sites deliver their headlines? Or, have you ever wanted to display news headlines, but didn’t want to display the standard “Content Provided By…” info? Or, have you ever wanted to syndicate your own [...]
Monday, November 10th, 2008 at 12:40 pm
The MARQUEE tag is used to scroll text across a web page and is only supported by Microsoft Internet Explorer. You can change the background color, width, the number of times your message will scroll and the speed that your text scrolls, by adding the following attributes within your MARQUEE tag. BGCOLOR=”#CCCCCC” – background color [...]
Sunday, November 9th, 2008 at 7:40 pm
The FORM tag is used to set up input forms on your web site. To properly align your forms, instead of using a table, use the tag for the same results. Your form will be displayed exactly as you format it within your HTML. By preformatting your forms, not only will it save you some [...]
Saturday, November 8th, 2008 at 5:40 am
The IMAGE tag is used to display images on your web page. You can resize your image within your HTML by changing the HEIGHT and WIDTH values. To retain your images original characteristics, make sure you adjust the height and the width equally. In other words, if your original graphic dimensions are height 50 and [...]