Current date/time is Tue Mar 19 2024, 09:57

Search found 4 matches for 1d1d1d

Banner- Logo

hello

sorry this is the best i can do, the image was not easy.. too many shadows [You must be [You must be registered and logged in to see this link.] and [You must be registered and logged in to see this link.] to see this image.]
one is transparent and the other is same background color as your forum ([You must be registered and logged in to see this link.])

[You must be registered and logged in to see this link.]
[You must be registered and logged in to see this link.]



ps.edit your post and put the url of your original image in case anyone else wants to try to render it
by skouliki
on Wed Nov 02 2016, 17:47
 
Search in: Completed Graphic Requests
Topic: Banner- Logo
Replies: 10
Views: 1398

BBCode Tag [CODE] Stretches page far beyond its limits. This is not normal.

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Other
Screenshot of problem : https://i.imgur.com/KmknexS.jpg
Who the problem concerns : All members
When the problem appeared : When creating and applying my forum theme.
Forum link : http://aquacurrentsrp.foren-gratis.com/t5-an-application-template-maybe#22551

Description of problem

The BBCODE tag "CODE" stretches the form beyond its normal boundaries for no reason. Please do not reply asking if this happens anywhere else on the forum. It does. Please do not ask me if I am sure about it, I know. I'm thinking it is CSS, but I have no idea how to find the issue. I will paste my CSS below.

Link: http://aquacurrentsrp.foren-gratis.com/t5-an-application-template-maybe#22551

CSS:

Spoiler:


by Patchy
on Tue Oct 18 2016, 19:46
 
Search in: Scripts Problems Archives
Topic: BBCode Tag [CODE] Stretches page far beyond its limits. This is not normal.
Replies: 5
Views: 6592

modorator/staff post color code issue

Your code here is not right
   
Code:
   .post.staff-post td { background:none }
        .post.staff-post { background:url(http://i39.servimg.com/u/f39/18/21/41/30/f6011.png) no-repeat left bottom #1d1d1d }


as you can see this part of the code is not right

       .post.staff-post { background:url(https://i.servimg.com/u/f39/18/21/41/30/f6011.png) no-repeat left bottom #1d1d1d }
You are missing the ;
It should be like this
.post.staff-post { background:url(https://i.servimg.com/u/f39/18/21/41/30/f6011.png) no-repeat left bottom #1d1d1d; } see the red ; <<

so your code is now to be

Code:
.post.staff-post td { background:none }
.post.staff-post {
background:url(http://i39.servimg.com/u/f39/18/21/41/30/f6011.png) no-repeat left bottom #1d1d1d;
}
by Ape
on Thu Jan 28 2016, 03:59
 
Search in: Garbage
Topic: modorator/staff post color code issue
Replies: 6
Views: 1357

Assistance in Creation of Post Templates

I'd like to learn to make a post template. An example of one that my friend made me is:
Spoiler:


Honestly, I've tried messing with the code to learn, but I can't work it out backwards. Tutorials are hard to find, therefore I was wondering if there could be one made at this time?
by N Sieghart
on Wed Mar 25 2015, 05:23
 
Search in: Garbage
Topic: Assistance in Creation of Post Templates
Replies: 1
Views: 2300

Back to top

Jump to: