Questions tagged as 'footer'

1
answer

Why is it recommended to put the javascript codes at the end of the body tag scope? [duplicate]

Do you have any rules regarding the use of scripts in the head tag? W3C has not made the usage rules very clear.     
asked by 02.09.2015 / 05:25
2
answers

Is there a standard for structuring a website in HTML?

I'm creating a website and I have the following structure: <body> <div class="container"> <?php require_once('includes/header.php'); ?> <?php require_once('includes/main.php'); ?> </div> <?php requir...
asked by 15.02.2017 / 14:42
1
answer

I need to create fixed header and footer for all pages

I'm a beginner on programming and I'm not able to insert fixed header and footer on every page of the site. I saw here on the site an option with RenderBoy and RenderSection but I confess I did not understand. The site in question is simple and...
asked by 02.04.2017 / 19:55
1
answer

Create new PDF from existing PDF with PHP

I have a project that I need to add header / footer / watermark, dynamically in existing PDF files, through the PHP language. I've researched a lot and still can not find a way to do this. Is it possible to edit existing PDFs in PHP and ad...
asked by 07.01.2016 / 11:31
1
answer

footer tag at the browser border

I have a footer tag in my HTML page that calls the Bootstrap panel-footer class. I would like to leave this footer at the edge of the open browser and conform to and not in the limit of the existing content on the page. <footer class="panel...
asked by 18.01.2016 / 18:32
2
answers

Make a DIV element be positioned as a footer

Here's an example of what I'm trying to adjust: * { margin: 0; padding: 0; } html,body { height: 100%; } #topo { background: limegreen; position: static; left: 60px; top: 35px; width: 100%; line-heig...
asked by 25.05.2018 / 19:08
2
answers

Footer at the end of the document

I'm trying to leave the footer at the end of the document, but it's at the bottom of the page I'm viewing, thus disrupting the usability of the system ... Follow the footer: <div class="container body-content"> @RenderBody() &...
asked by 13.11.2016 / 02:36
1
answer

Footer does not accompany site layout and is not responsive

Hello, good afternoon. I'm having trouble getting the footer responsive, it does not track the page. Can you help me with this code? (I tried to implement some tips that I found here but did not work) Thank you. /*Edição do rodape (F...
asked by 22.02.2018 / 21:42
1
answer

Footer fixed at bottom of page [duplicate]

Well, I've already looked at various websites how can I do this? Most people say that it's for me by body, html{height:100%;} footer{width:100%; bottom:0; position:absolute;} But when I do this, it stays at the bottom of the screen, not a...
asked by 31.10.2015 / 17:51
4
answers

Footer always at bottom of page

I want to know how to make the footer always at the bottom of the screen, even on small screens. I'm using bootstrap. It looks like this: Iwanttoleavethefooteralwaysatthebottomofthepageregardlessofthecontentinthewhitepartandindependentoft...
asked by 18.05.2017 / 21:07