The bottom of my pages aren't displaying properly
If your footer seems to be out of line with the rest of your page design it is usually caused by a stray text effect tag. If you have used the shortcut keys to add a style or alignment to your text you must make sure that it has been added correctly.
The short cut tags should have a start tag [B] and an end tag like this [/B]. If the end tag is missing it will cause the style you have applied to continue to the end of the page including the footer. So to ensure the style stops where you want it to, you need to make sure that the end tag is displayed where you want the style to stop. If it appears to be missing or you have mistakenly deleted it you can type the end tag in. An end tag is exactly the same as your start tag, except if must have a forward slash after the first bracket like this - [/B].
If you are deleting shortcut tags because they are no longer required always remember to remove both tags to ensure display problems don't occur.
Problems can also be caused if you have bits of other code left in such as </div>, </font> etc. If you are having problems with the display of your site, check through the page content for any unfinished or incorrect code that may be causing the problem.
|