Copyright text at Bottom of Forum for Invision
2 posters
Page 1 of 1
Copyright text at Bottom of Forum for Invision
I'm looking for a CSS code to add some copyright text at the bottom left-hand side of the forum.
I had such a code for phpbb3 but it doesn't work for Invision. Its just some simple text I want to add that will display at the bottom left-hand side of the forum, such as this:
© 2008-2012 Runaway Horses. All rights reserved.
thanks
I had such a code for phpbb3 but it doesn't work for Invision. Its just some simple text I want to add that will display at the bottom left-hand side of the forum, such as this:
© 2008-2012 Runaway Horses. All rights reserved.
thanks
Re: Copyright text at Bottom of Forum for Invision
try this.
- Code:
#footer:after{
content: "© 2008-2012 Runaway Horses. All rights reserved.";
}
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Copyright text at Bottom of Forum for Invision
ok then try one of these.
if not i am going to have to set one of my test boards to invison and try to import the skin you used.
i will need the link to the skin.. it wont matter if you made adjustment and customizations to your forum i just need to see how the css is on it.
- Code:
#gfooter{
content: "© 2008-2012 Runaway Horses. All rights reserved.";
}
- Code:
.footer:after{
content: "© 2008-2012 Runaway Horses. All rights reserved.";
}
if not i am going to have to set one of my test boards to invison and try to import the skin you used.
i will need the link to the skin.. it wont matter if you made adjustment and customizations to your forum i just need to see how the css is on it.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Copyright text at Bottom of Forum for Invision
No neither one of those worked. I don't know the link to the theme I never bookmarked it, and I could never find it again because I wouldn't recognize it even if I saw it, because I have customized the crapola out of it. I will however take a look around and see if I can find it though.
Re: Copyright text at Bottom of Forum for Invision
Well that worked Rideem, it must have been the font color added to your code, I thought about that when I added the codes before but I just didn't see anything, and I was looking hard for possibly some black text. But now with the white font color added it shows plan as day.
thanks
thanks
Re: Copyright text at Bottom of Forum for Invision
runawayhorses wrote:it must have been the font color added to your code,
hahah yeah that will do it.. sorry man.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Similar topics
» Copyright text for footer - CSS Code
» Adding my sites Copyright text at bottom of page?
» Problem with "Add a Copyright Notice to Copied Text" script
» My text is too small in Invision
» Text size of Messages in Posts for Invision
» Adding my sites Copyright text at bottom of page?
» Problem with "Add a Copyright Notice to Copied Text" script
» My text is too small in Invision
» Text size of Messages in Posts for Invision
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum