March 11, 201511 yr Hi all, I am trying to add a picture under the menu bar of my website, which will adjust on each device. If someone could tell me the code and where to write it in that would be brilliant! Also the resource section near to the footer on my home page, how would i go about making this be the same on each page though out the site? As this is my first website i would appreciate any improvements or ideas that anyone would feel would improve/better my site.Thanks in advance. Mike Website link here
March 18, 201511 yr 1. Responsive images would be handled (in this case) through css. You could define your image container class width for different viewports, or just use a percentage, then simply have your images adapt to the size of that box. .my-container{ width:50%; margin:1em auto 1.5em; } .my-container img{ width:100%; height:auto; } 2. If you're using PHP, just use a PHP include and have the contents at the bottom as a separate file. <?php include 'your-footer-contents.php'; ?> And have 'your-footer-contents.php' in the same directory as your page file.
March 19, 201511 yr sundays doesn't take an apostrophe in the sense you've used it btw M W L ? guessing the first is mobile. 'W' is wednesday? ... Cabin seems a strange choice fo an accountancy firm - is it all rugged and friendly? if not then you've chosen the wrong font also it's too heavy, reduce it to the normal weight - use heavier weights (bold) for emphasis. line height is too large too logo too large. phone icon a bit date and ugly your logo is poorly antialiased especially the text part otherwise it's clean enough.
March 22, 201511 yr It's great to be in this forum as these are kind of question even i want to know but never get time to ask them lucky that there are so knowledeable people here.
Create an account or sign in to comment