Categories


Floating Images – Part II

We’ve seen how to use the align tag to make images ‘float’ to one side or the other of your page. We’ve also seen how the text will wrap around these images.  But what if you don’t want the text to wrap?

Since a floated image will affect all the elements that follow it, you will [...]

Share

How to Make Images Float

We’ve seen how an image can be placed in a specific area of a page by using tables. However, you can also include images by using the ‘align’ attribute to make images float along one side or other of the page. If you’re familiar with using Word Press, this ‘align’ process is much the same [...]

Share

HTML: Creating a Marquee

If you want to have a marquee on your page without using JAVA, try using the following HTML code to insert a scrolling marquee anywhere on your web page. Your marquee can be words, sentences, or even images. The information contained in your marquee code will start at one point (on the screen) and float [...]

Share

HTML Tables: Column Spanning

We’ve seen how using borders, rules, cellpadding, cellspacing  and background colors for tables can give you a lot of control over how your information will display; however, there may be times when you will want to change the way the cells. i.e, columns display.

In this post, we’re going to see how to change the way [...]

Share

HTML Tables: Colored Backgrounds

.

We’ve seen how to write the HTML code for external table borders and internal table rules, but there are other simple  pieces of HTML code that can be added to the <table><tr><td>  code  to change how the table displays.

These extra bits of code can change the not only the appearance of the table by giving the table or portions [...]

Share