Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

bensd

Members
  • Joined

  • Last visited

Everything posted by bensd

  1. Getting a wierd gap at the top of my website in IE8: http://www.greecebreaks.co.uk Had a quick search on google but couldn't find anything. Has anyone else come accross this problem? EDIT: It's not happening all the time. Just went back onto the page and the margin had gone!
  2. Hi, Having some problems displaying a background on the footer: greecebreaks.co.uk. Here is my code: #footer_wrap { width: 100%; height: 200px; background: #A4C1F9 url('images/footer_bg.jpg') repeat-x; } #footer { width: 960px; margin 0 auto; } <div id="footer_wrap"> <div id="footer"> <p>GreeceBreaks.co.uk is proudly powered by <a href="http://wordpress.org/">WordPress</a><br /><a href="http://www.greecebreaks.co.uk/feed/">Entries (RSS)</a> and <a href="http://www.greecebreaks.co.uk/comments/feed/">Comments (RSS)</a>.</p> </div> </div>
  3. How to center your site: http://www.webdesignerforum.co.uk/topic/2473-how-to-center-a-site-using-css/
  4. bensd replied to One2Web's topic in Domain Names
    Definitely use .co.uk for the site and redirect the .com to it
  5. You can check the renewal dates on the whois entry. If it is in the suspended/redemption period then there will be a way of renewing it.
  6. bensd replied to emms's topic in Frontend
    Just a tip, always code for firefox and then find the fixes/hacks for IE. It is a lot easier doing it this way round.
  7. Drop me a PM with the link and i will take a look
  8. Have a look here, they offer a free hosting plan, otherwise i have a reseller hosting plan if you want some cheap hosting.
  9. bensd replied to Christina's topic in Frontend
    Link?
  10. Looks fine to me. Also, any reason why you have google ads on your site?
  11. You can do this from inside your 123-reg control panel, something like web forwarding or domain forwarding, it is free as well from 123-reg.
  12. What width should you use for a fixed width layout?
  13. Also, always best to code for firefox and then hack for IE.
  14. bensd replied to abeer's topic in Frontend
    You will need to copy the html and css into you current template files.
  15. No problem
  16. Hi Vicky, You should just be able to swap the php code into the <a> tag: <li><a href="#" <?php if ($thisPage=="Capabilities") echo " class=\"active\""; ?>>Capabilities</a> <ul> <li><a href="#">Safety Management</a></li> <li><a href="#">Risk Management</a></li> <li><a href="#">Project Management</a></li> <li><a href="#">Business Development</a></li> <li><a href="#">Bid Support</a></li> </ul> </li> - Ben
  17. Hi Vicky, I think it is because you are styling the <li> and not the <a>. This is your current code: #navigation li.active a, #navigation li a:hover{color:#fdc21c;} <li class="active"><a href="#">Capabilities</a> <ul> <li><a href="#">Safety Management</a></li> <li><a href="#">Risk Management</a></li> <li><a href="#">Project Management</a></li> <li><a href="#">Business Development</a></li> <li><a href="#">Bid Support</a></li> </ul> </li> Change it to this: #navigation li a.active, #navigation li a:hover{color:#fdc21c;} <li><a href="#" class="active">Capabilities</a> <ul> <li><a href="#">Safety Management</a></li> <li><a href="#">Risk Management</a></li> <li><a href="#">Project Management</a></li> <li><a href="#">Business Development</a></li> <li><a href="#">Bid Support</a></li> </ul> </li> -Ben
  18. I would try wordpress or cms made simple - both are really easy to use.
  19. You don't need to "make" any php pages. Just upload the files to your ftp and follow the installation.
  20. If you after another printer recommendation, i have used: http://www.doddle.co.uk/ 1000 400gsm double sided business cards for £40.25 VAT
  21. Have you had a look at sitepoint? I think you would be better charging a %. Some clients will have a budget of £xx, some will have £xxx.
  22. Google.com shows you as having 9 pages indexed: http://www.google.com/search?hl=en&q=s...mp;aq=f&oq=
  23. My advice would be to dive straight in at the deep end! If you don't know how to code then you wont be able to open up notepad and intantly code yourself an excellent website. What i would do is find yourself a free template and work from them. Learn how to change what you need to and it will be a good learning experience.
  24. bensd replied to Ciwan's topic in Domain Names
    Scott i absolutely right if it is a .uk domain, if is .com or other then you can add privacy to the whois. Some registrars offer this for free, others charge a few quick a year.
  25. You don't need to use background attachment/position etc if you are only using a bg colour, these are only used when you use an image for the background

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.