Limits to how much code you can put in a profile needs to be raised. Bots2 had a lot more room for creativity.
suggestions
2013-08-29 17:39:03
[11 years, 88 days ago] |
|
2013-08-29 17:47:54
[11 years, 88 days ago] |
There's a limit? Atreides' profile has a lot of code, but i haven't run into the limit yet. Eternal's profile looks like it could do without a large number of spans to get the same result. Every line of the achievements has a span to set the same font color. |
Administrator 2013-08-29 22:02:42
[11 years, 87 days ago] |
Clan profiles are currently stored as MySQL TEXT types, meaning they have character limits of about 2^16, or 65,536. How many characters do you need and why? As a reference, the entire page you are reading right now was generated with about 20k characters, though granted a lot of the layout comes from CSS. |
2013-08-30 06:59:03
[11 years, 87 days ago] |
Atreides' profile has a lot of styling, and only has 11,500 characters. Try nesting spans and tags, so you dont need to repeat them every section. |