inherit
228891
0
Jan 19, 2018 8:24:13 GMT -8
sparks80
61
February 2016
sparks80
|
Post by sparks80 on Feb 13, 2016 10:30:56 GMT -8
I have scanned the header and footer section quickly, but can't seem to find what I'm looking for. I'm sure there is something out there, but I have come up empty. I have a very basic footer. Just a simple black background, with my default links in it. When I have tried to add items to the footer, they wind up above or below the black background. How can I create a footer than can contain the default links as well as images if I need them. I'm guessing this is simple, but after a week and a half of site development, my eyes are crossed. Please help. Site: thebriarpatchforum.com
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 13, 2016 11:51:45 GMT -8
I have scanned the header and footer section quickly, but can't seem to find what I'm looking for. I'm sure there is something out there, but I have come up empty. I have a very basic footer. Just a simple black background, with my default links in it. When I have tried to add items to the footer, they wind up above or below the black background. How can I create a footer than can contain the default links as well as images if I need them. I'm guessing this is simple, but after a week and a half of site development, my eyes are crossed. Please help. Site: thebriarpatchforum.comAre you adding the image or additional content within the div you have for the links? Like here is what you have and I added a image (in bold) and it stays within the black area. <footer role="contentinfo" class="c-enterprise-footer"> <div class="c-enterprise-footer__footer-links"> <img src="http://i657./uu300/EliteList/Crazicons/CCJ/CC30plus.png">
<a href="http://thebriarpatchforum.com/page/reg-agreement">Registration Agreement</a> | <a href="http://thebriarpatchforum.com/page/privacy-policy">Privacy Policy</a> </div> </footer>
|
|
inherit
228891
0
Jan 19, 2018 8:24:13 GMT -8
sparks80
61
February 2016
sparks80
|
Post by sparks80 on Feb 13, 2016 14:00:34 GMT -8
There in lies the problem Tumbleweed. I couldn't seem to find a footer div object on any of the layout templates. What is currently being generated seems to be done automatically by the site, unless I'm imagining things and looking right past it.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 13, 2016 17:00:16 GMT -8
There in lies the problem Tumbleweed . I couldn't seem to find a footer div object on any of the layout templates. What is currently being generated seems to be done automatically by the site, unless I'm imagining things and looking right past it. I'm was having and still am having some sort of dumb moment. Of course that is generated by ProBoards. But it threw me because the links instead of going to Proboards goes to pages on your site and for some reason I figured you were just ad free and thus had your own footer. However, I'm guessing you are have a forums.net site (I don't deal with fourms.net sites, typically) or you simply just have ad free. Or did you have the Proboards coders set this up for you? Anyway, doesn't really matter, I was just confused for a bit. Anyway, if you go into your wrapper template do you see the bold below toward the bottom? $[footer]
If you find that we can put a div around it and then you can add images to it. Something like this: <div style="margin:auto;background-color:black;"> <img src="http://i657./uu300/EliteList/Crazicons/CCJ/CC30plus.png"> $[footer]
</div> If you need further help positioning things so it looks nice, I can help with that. I just want to make sure this would work for you first.
|
|
inherit
228891
0
Jan 19, 2018 8:24:13 GMT -8
sparks80
61
February 2016
sparks80
|
Post by sparks80 on Feb 14, 2016 8:35:13 GMT -8
Yes, that site is a forums.net site. Thanks Tumbleweed. I'll try out the div idea.
|
|
inherit
228891
0
Jan 19, 2018 8:24:13 GMT -8
sparks80
61
February 2016
sparks80
|
Post by sparks80 on Feb 18, 2016 6:47:06 GMT -8
Worked like a charm. Thanks for the help Tumbleweed.
|
|