If only people took the time to get a feel for the Visual Interface (VI) editor on every UNIX/Linux...
You can set up every line of code as a shortcut and design 90% of a page in 2 minutes (completely avoid typos too). There's too many features about it to just rant a big list. There's so much power that 5% would entirely spam this thread because the possibilities are so immensely, astoundingly, abundantly incredulous (lol).
There's nothing like it!
telnet://sdf.lonestar.org
Put this in your browser for a free UNIX shell account if you want one.
VI editor tutorials are easily found on any popular search engine.
W3c says, "Do not specify the font-size in pt, or other absolute length units. They render inconsistently across platforms and can't be resized by the User Agent (e.g browser)."
Good Usage of CSS's font properties
You can set up every line of code as a shortcut and design 90% of a page in 2 minutes (completely avoid typos too). There's too many features about it to just rant a big list. There's so much power that 5% would entirely spam this thread because the possibilities are so immensely, astoundingly, abundantly incredulous (lol).
There's nothing like it!
telnet://sdf.lonestar.org
Put this in your browser for a free UNIX shell account if you want one.
VI editor tutorials are easily found on any popular search engine.
Quote from: sixthcrusifix on May 09, 2006, 04:30:32 AMQuote from: Evilsprouts on May 05, 2006, 05:37:04 PMQuote from: geminigeek on May 05, 2006, 05:30:48 PM
ttry this in ur cssCode Select
#bottom p.footer {
font-size: 10px;
}
and make sure it is at the bottom most of your css
Fantastic thanks allot![]()
![]()
A LOT, 2 words, one L. Sorry but that's a pet peve of mine.
Why should you never use pt? I never do but what is the reason not to?
Quote from: brainiac744 on May 09, 2006, 08:23:25 PMQuote from: sixthcrusifix on May 09, 2006, 04:30:32 AM
Why should you never use pt? I never do but what is the reason not to?
I can't think of a reason not to. PT just stands for points and it's a perfectly valid option to use, just like px, in, cm, mm, or a number of other acceptable units
W3c says, "Do not specify the font-size in pt, or other absolute length units. They render inconsistently across platforms and can't be resized by the User Agent (e.g browser)."
Good Usage of CSS's font properties