12
Jul
2009

How To Make An Image Link To Your Audio & Video Clips

In Category: audio & video| html
Posted By Codenique @ 12:14:42 AM
 

You can also use an image to link to your audio and video files. You will need to use the <a> tag and its href and title attributes along with the <img> tag and its src, alt and border attributes. Let me first explain about the <img> tag and its attributes first.

Read More ››
11
Jul
2009
 

There are two types of image maps that are called client-side and server-side image maps. I will explain about client-side image maps in this tutorial and in a future tutorial, I will explain about server-side image maps.

Read More ››
11
Jul
2009
 

Now let me show you how to create a border for a frame by placing the frameborder attribute in the <frameset> tag which will allow you to turn the borders off and on. You can use the values 1 or yes, which will turn the border on or you can use the values no or 0, which will turn the borders off. By default, every frame and frameset window is displayed by a 3D border. Netscape only recognizes the values yes or no.

Read More ››
11
Jul
2009

How To Add Color To Your Tables Borders

In Category: html| tables
Posted By Codenique @ 11:33:45 PM
 

Now let me show you how to add color to your tables borders using Internet Explorer’s nonstandard bordercolor attribute, and Internet Explorer’s special extension bordercolorlight and bordercolordark attributes.

Read More ››
11
Jul
2009

How To Give Your Tables A Border Using The Border Attribute

In Category: html| tables
Posted By Codenique @ 11:14:20 PM
 

Now let me show you where the table rows and cells are in the table. We will need to use the <table> tags border attribute, which was designed for this purpose. We will also need to use a number for the value, which determines the thickness of the tables border in pixels. The default value of the border attribute is 0. No border appears if you don’t use the border attribute or if you have a value of 0.

Read More ››
11
Jul
2009

How To Add Image Submit Buttons Using The <input> Tag

In Category: forms| html
Posted By Codenique @ 11:00:55 PM
 

Now you can use the <input type="image" />, which is used to create an input button using an image, instead of a regular push-style button. By default the <input type="image" /> is a submit button only. You cannot make an image reset button.

Read More ››