Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Sat Nov 23, 2024 8:52 am

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Guild Character Limit
PostPosted: Thu Jul 14, 2005 2:05 pm 
PPT Baby
PPT Baby

Posts: 53
Joined: Fri May 13, 2005 6:31 am
Quote:
ERROR : There were some errors:

Your welcome message cannot be longer than 5000 characters. You have used 5458 characters.


Has anyone else had problems with the guild character limit? If so, how have they overcome it? I've tried to make my code as efficient as possible but it probably still needs around 6000 characters.

Any suggestions or advice would be gratefully appreciated. 0:)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 14, 2005 2:28 pm 
Beyond Godly
Beyond Godly
User avatar

Posts: 2903
Joined: Thu Jun 03, 2004 6:01 pm
Location: .com.au
I don't believe there is any way to just avoid the character limit but here are some suggestions I've always used when making guild layouts:

I find using css that has been tested and works in both IE and Firefox is better than using font, colour, size, etc codes everytime you start a new paragraph.

If you have images try to make their URLs as short as possible, call the images, 1, 2, 3 and so on and if possible get the username that you're using for the server you keep them on as short as possible too.

Something I've noticed and something you should maybe consider is that if you've pasted the code in from elsewhere (Notepad, Word, etc) sometimes there are big white spaces between coding and if you backspace through all the white space you find that on occassion that could have been taking up a great number of characters.

I personally, have never liked the idea of a blog for Council Members on the guild front, it takes up room and very rarely is anything important or of interest said - its a waste! I'd recommend sticking to just a few updates on the guild front and maybe the odd link.

Also, with respect to your css say for example you have:

Code:
table{font-family:tahoma;font-size:7.5pt;font-weight:normal;line-height:12pt;font-style:normal;color:black;}

td{font-family:tahoma;font-size:7.5pt;font-weight:normal;line-height:12pt;font-style:normal;color:black;}

font{font-family:tahoma;font-size:7.5pt;font-weight:normal;line-height:12pt;font-style:normal;color:black;}

p{font-family:tahoma;font-size:7.5pt;font-weight:normal;line-height:12pt;font-style:normal;color:black;}

body{font-family:tahoma;font-size:7.5pt;font-weight:normal;line-height:12pt;font-style:normal;color:black;}

b{color: ffffff;font-family:tahoma;} 

A:LINK {color: ffffff;font-size:7.5pt; text-decoration:none;}

A:VISITED {color: ffffff;font-size:7.5pt; text-decoration:none;}

A:hover {COLOR:000000;FONT-FAMILY:veranda;}
</style>


It is possible to cut-down the script where the various elements have the same attributes, in this case table, td, font, p and body can be grouped together as can A:LINK and A:VISITED, like so:

Code:
table, td, font, p, body{font-family:tahoma;font-size:7.5pt;font-weight:normal;line-height:12pt;font-style:normal;color:black;}

b{color: ffffff;font-family:tahoma;} 

A:LINK, A:VISITED {color: ffffff;font-size:7.5pt; text-decoration:none;}

A:hover {COLOR:000000;FONT-FAMILY:veranda;}
</style>


That come sometimes help to cut a lot of the character count down as you can see.

Hope that helps in some way or another, good luck :)


avatar by spiralethe


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 14, 2005 4:50 pm 
PPT Baby
PPT Baby

Posts: 53
Joined: Fri May 13, 2005 6:31 am
Thank you! Will try that. I really appreciate your help. 0:)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group