Css Sheet problem
5 posters
Page 1 of 1
Css Sheet problem
any time i try to add a new code . an error pops saying that the code paper is too long . and i tried a smaller code . i had the same problem
+
What is the code to make my latest topics list move
+
What is the code to make my latest topics list move
Last edited by DareDev1l on February 13th 2015, 16:50; edited 1 time in total
DareDev1l- Forumember
- Posts : 103
Reputation : 2
Language : English
Re: Css Sheet problem
the sheet is 788 lines
i tried to post the codes here it said its too long
i tried to post the codes here it said its too long
DareDev1l- Forumember
- Posts : 103
Reputation : 2
Language : English
Re: Css Sheet problem
you probably have a bunch of un needed css or it was not organized correct .you will either have to remove some of the un needed css or goto acp>display>templates>overall_header
and add your css inside <style></style> tags
and add your css inside <style></style> tags
Re: Css Sheet problem
It used to work flawlessly, but recently it has started to bug a lot.
Bug: If I post by quick reply, message is sent, but you can't see it. New post used to pop by slide, now it just gets stuck. I can see the message, when I manually refresh the page.
So the question is - what is wrong?
Are you interested in Pass4sure - security+ test Get our self paced coloradotech.edu and passguide itil study pba to pass your Hobe Sound Bible College without any difficulty in selftestengine lsat.
Bug: If I post by quick reply, message is sent, but you can't see it. New post used to pop by slide, now it just gets stuck. I can see the message, when I manually refresh the page.
So the question is - what is wrong?
Are you interested in Pass4sure - security+ test Get our self paced coloradotech.edu and passguide itil study pba to pass your Hobe Sound Bible College without any difficulty in selftestengine lsat.
Last edited by zunixaani on March 2nd 2015, 14:17; edited 1 time in total
zunixaani- New Member
- Posts : 1
Reputation : 1
Language : english
Re: Css Sheet problem
Hello @DareDev1l,DareDev1l wrote:the sheet is 788 lines
i tried to post the codes here it said its too long
Have you tried to compress your CSS code?
Re: Css Sheet problem
as black-shadow said you should try to compress your css .. remove any extra line breaks that are not needed and add same element stuff together
example
before
after
example
before
- Code:
#element{
background-color:black;
color:green;
}
#element{
font-size:12px;
}
after
- Code:
#element{background-color:black;color:green;font-size:12px;}
Similar topics
» Character Sheet problem
» AC signing sheet
» Character Sheet
» The RPG sheet appearance
» Do I Need This In My CSS Style Sheet
» AC signing sheet
» Character Sheet
» The RPG sheet appearance
» Do I Need This In My CSS Style Sheet
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum