![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
#21 |
Jack Burton
![]() Join Date: November 10, 2001
Location: Bathurst & Orange, in constant flux
Age: 38
Posts: 5,452
|
In an HTML page, all tags that require closing *MUST* be closed, or they will not work properly in any browser that follows the standards. If you leave tags open at a forum, it can corrupt a thread, preventing many people from viewing it. Basically, close your tags.
Also, avoid using the <font> tag... it`s non-standard, and mayn`t be supported by browsers in the future. Use instead: <span style="color: colorname;">Text</span> The <b>, <i> and <u> tags have the same problem... use instead: <span style="font-weight: bold">Bold Text</span> <span style="font-style: italic">Italic Text</span> <span style="text-decoration: underline">Underlined Text</span> There are also some other effects that span tags can give you that no other tag (well, except div) can; eg: <span style="text-decoration: overline">A line over your text</span> These things *can* be stacked into one tag, for exampe: <span style="color: white; text-decoration: underline overline; font-style: italic; font-weight: bold;">White, bold, italic, text, with a line going underneath and overtop.</span> Replacing span with div in all of the above examples will herald the same effect, but will force it to take a new line at the begging and at the end of the effect. You can also align your text with div, eg: <div align="center">Centered Text</div> This gives less tags to close at the end of your HTML, less room for error, and more effects. The other tag not to use, because of most browsers not supporting it, is <marquee>: if you want moving text, call an animated gif. |
![]() |
![]() |
#22 | |
Lord Ao
![]() ![]() ![]() ![]() ![]() ![]() Join Date: September 11, 2001
Location: Sydney, Australia
Posts: 2,061
|
Quote:
[ 04-17-2003, 05:38 AM: Message edited by: GokuZool ] |
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
What is your fav. color? | Sorceress Gladia | General Discussion | 29 | 03-10-2003 08:49 AM |
Text Sigs -- Getting WAY to big... | Ziroc | General Conversation Archives (11/2000 - 01/2005) | 41 | 01-20-2003 12:47 AM |
Color testing | Deiter Leafblade | General Conversation Archives (11/2000 - 01/2005) | 25 | 07-21-2002 05:56 PM |
Farther Bronze or anyone else who knows something about adding text sigs help | Sigmar | General Conversation Archives (11/2000 - 01/2005) | 4 | 10-09-2001 07:31 AM |
Adding Colors to text with UBB Code (for those who want color in their sigs) | Sazerac | General Conversation Archives (11/2000 - 01/2005) | 26 | 07-04-2001 09:37 AM |