Announcing... [message #232046] |
Sun, 26 November 2006 15:24 |
|
jnz
Messages: 3396 Registered: July 2006 Location: 30th century
Karma: 0
|
General (3 Stars) |
|
|
http://www.gamemodding.co.uk - it started about 5 hours ago, im still trying to learn css...
im going to use it for the SBot, Seye etc and any mods i can find.
|
|
|
|
|
Re: Announcing... [message #232053 is a reply to message #232046] |
Sun, 26 November 2006 16:06 |
|
Goztow
Messages: 9739 Registered: March 2005 Location: Belgium
Karma: 14
|
General (5 Stars) Goztoe |
|
|
I wouldn't have announced it yet if I were you...
You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
|
|
|
|
|
|
|
|
|
|
|
|
Re: Announcing... [message #232186 is a reply to message #232046] |
Mon, 27 November 2006 15:52 |
|
futura83
Messages: 1285 Registered: July 2006 Location: England
Karma: 0
|
General (1 Star) Viva la Resistance! |
|
|
basically, he wants it so a user can change the style they see without having to have multiple .css files.
This is a signature. Reading this is wasting your time.
|
|
|
|
Re: Announcing... [message #232193 is a reply to message #232046] |
Mon, 27 November 2006 16:30 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
if ( $chosenSkin == 1 )
{
**load css file for skin 1**
}
else if ( $chosenSkin == 2 )
{
**load css file for skin 2**
}
etc, etc, etc
The templates system I linked to before supports multiple skins with completely different templates.
[Updated on: Mon, 27 November 2006 16:31] Report message to a moderator
|
|
|
|
|
|
|
Re: Announcing... [message #232248 is a reply to message #232241] |
Tue, 28 November 2006 02:26 |
|
Goztow
Messages: 9739 Registered: March 2005 Location: Belgium
Karma: 14
|
General (5 Stars) Goztoe |
|
|
light wrote on Tue, 28 November 2006 09:22 | Divs work fine if you use them properly.
This means a proper DOCTYPE (so the browser knows the rules to follow) and valid HTML or XHTML markup. If you write crappy code you won't be able to position properly.
|
Let's not restart this discussion, plz.
You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
|
|
|
|
|
|
Re: Announcing... [message #232336 is a reply to message #232317] |
Tue, 28 November 2006 17:16 |
|
jnz
Messages: 3396 Registered: July 2006 Location: 30th century
Karma: 0
|
General (3 Stars) |
|
|
light wrote on Tue, 28 November 2006 21:45 |
help-linux wrote on Tue, 28 November 2006 22:17 | could someone help me with stuff like that? getting the site to W3C standard. my pages will work well in most browsers, but W3C hates them.
|
Sure, find me on IRC: ltroush.zapto.org #dev and i'll help you out.
|
thanks! im not really good with html, i just know what the tags are and mean.
|
|
|