AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

Anyone have coding for a fixed footer for my CB page?

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Status
Not open for further replies.
This all depends on what exactly you want. Are you going to be using an image? Pure coding with some kind of background colour? Text? No text?

I mean, for example, you could use this which is just a simple coloured background with text - for a signup:

Code:
<!-- BOTTOM FOOTER SIGNUP-->
<p style="position: fixed; bottom: 0px; left: 0px; width: 100%; height: 45px; border-top: 2px solid #191919;  background: rgba(25, 25, 25, 0.75); -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; z-index: 100;"><a href="http://chaturbate.com" style="display: block; color: #FFFFFF; font-weight: bold; text-align: center; line-height: 45px; font-size: 200%;">CLICK HEER TO SIGNUP</a></p>

That would produce this simple thing:

hresign.png

It would be fixed and follow you up/down the page

If this is not it, try to be more specific, please.
 
Upvote 0
This all depends on what exactly you want. Are you going to be using an image? Pure coding with some kind of background colour? Text? No text?

I mean, for example, you could use this which is just a simple coloured background with text - for a signup:

Code:
<!-- BOTTOM FOOTER SIGNUP-->
<p style="position: fixed; bottom: 0px; left: 0px; width: 100%; height: 45px; border-top: 2px solid #191919;  background: rgba(25, 25, 25, 0.75); -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; z-index: 100;"><a href="http://chaturbate.com" style="display: block; color: #FFFFFF; font-weight: bold; text-align: center; line-height: 45px; font-size: 200%;">CLICK HEER TO SIGNUP</a></p>

That would produce this simple thing:

View attachment 82832

It would be fixed and follow you up/down the page

If this is not it, try to be more specific, please.
OMFG THANK YOU! 🥰
 
Upvote 0
This all depends on what exactly you want. Are you going to be using an image? Pure coding with some kind of background colour? Text? No text?

I mean, for example, you could use this which is just a simple coloured background with text - for a signup:

Code:
<!-- BOTTOM FOOTER SIGNUP-->
<p style="position: fixed; bottom: 0px; left: 0px; width: 100%; height: 45px; border-top: 2px solid #191919;  background: rgba(25, 25, 25, 0.75); -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; z-index: 100;"><a href="http://chaturbate.com" style="display: block; color: #FFFFFF; font-weight: bold; text-align: center; line-height: 45px; font-size: 200%;">CLICK HEER TO SIGNUP</a></p>

That would produce this simple thing:

View attachment 82832

It would be fixed and follow you up/down the page

If this is not it, try to be more specific, please.
yeah no this is definitely what I was looking for thanks!
 
Upvote 0
hi, i changed the coding to this & they grey bar shows up but it doesn't link to my onlyfans & the text won't show up. tried to figure it out myself but i'm just not a coder sorry :(

Code:
<!-- BOTTOM FOOTER SIGNUP-->
<p style="position: fixed; bottom: 0px; left: 0px; width: 100%; height: 45px; border-top: 2px solid #191919;  background: rgba(25, 25, 25, 0.75); -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; z-index: 100;"><a href="https://onlyfans.com/skywallace" style="display: block; color: #FFFFFF; font-weight: bold; text-align: center; line-height: 45px; font-size: 200%;">CLICK HERE TO JOIN</a></p>
 
Upvote 0
Status
Not open for further replies.