Wednesday, December 19, 2007

Free web design tutorials

Free web design tutorials

How to get rid of top and side margins
How to Line Up Images With Text
How to Make a Text Box on Your Web Page
How to Align Table Content
How To Fix Broken Images On Your Web Site
A Better JavaScript Redirection!
10 Powerful Tips on Using HTML Tables
How To Create a Non-Moving Background Image
How to create lists in HTML and control the way they look
How to Stretch One Table Cell Across Multiple Cells



How to get rid of top and side margins


When you design a web page, the Internet browsers display thin margins at the top and on the sides of your window. If you don't want your site to have margins and would like you pages to touch the edge of the screen, you can do this by using the following code.

Replace your BODY tag with the one above. This code takes care of how both Netscape and Internet Explorer render your web site. It is also important to mention that Netscape may still display a right-side margin to leave some room for the scroll bar.
If you want to create a strip that goes 100% across your screen, and leaves no room for a top margin, use a table with 100% width with CELLPADDING and CELLSPACING set to zero.


http://web-develop.awardspace.com/free_tutorials.html

No comments: