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.

brown2005

Members
  • Joined

  • Last visited

Everything posted by brown2005

  1. Hi, I just wanted to know, where the design for this website came from?
  2. brown2005 replied to chrissyg's topic in Server Side
    you use location when you use headers header('location: http://www.gotothisurl.co.uk'); which will send you to a new page.. with include, just do include('file_to_include.php'); or include 'http://www.example.com/file.php; for a full path
  3. brown2005 replied to pat24's topic in General Chat
    hahaha thats awesome. facebook status or what
  4. are you laying out the website with tables? you shouldnt.
  5. lmao. seriously some people need to get out more. lol
  6. on the end of the test bit, thank you, your votes have been saved the text is very hard to read.
  7. The best way to do this, would be create a index.php with a mysql database which has all the photos listed and keywords for each photo. Then on the index.php page you can have a search box to search for keywords, say a little slideshow of say 10 random pics, then underneath all the keywords in alphabetical order.
  8. thats what that css was for... <input type="text" name="firstname" class="required" /> <input type="text" name="lastname" class="required" /> <input type="text" name="passport" /> then the ones will with required will be red and needed and ones not will not... if you dont want to do that way and want to break it up... just have two links at the bottom.... <a href="">Skip and complete later</a> <a href="">Enter information</a>
  9. Hi, Looks good for a first project. 1) I would make the whole site line up properly. 2) Get in touch should be aligned to the right with the telephone number 3) In this section part would look better boxed up and sperated from the main content.
  10. simple. style all required information boxes input.required { border:1px solid red; } little message at top all information in red is required. or something like that
  11. instead of <center> you should use body{ text-align: center; } #container { width:700px; margin:0 auto; text-align:left; } also with the navbar try #navbar{ background-image:url(../images/Navbar.png); text-align:center; height:26px; line-height:26px; width:735px; }
  12. add <input type="" tabindex="" /> to your inputs and order them
  13. very nice as stated above consider placing contact details and important information in a footer at the bottom of the homepage.
  14. I would suggest the following: Footer content needs to be a darker color. A lot of people may find it hard to read. The slider text is too squashed together. Consider spacing the lines out a bit. Latest news would look better in like a box to seperate it from other content.
  15. Put the following script in the head of your page: <script language="Javascript1.2"> // Set the message for the alert box am = "This function is disabled!"; // do not edit below this line // =========================== bV = parseInt(navigator.appVersion) bNS = navigator.appName=="Netscape" bIE = navigator.appName=="Microsoft Internet Explorer" function nrc(e) { if (bNS && e.which > 1){ alert(am) return false } else if (bIE && (event.button >1)) { alert(am) return false; } } document.onmousedown = nrc; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (bNS && bV<5) window.onmousedown = nrc; </script>
  16. right in css you need: html, body { height:100%; } div #slice{ background: url(bgrepeat.png) repeat-y; width: 1098px; height: 100%; margin: 0 auto; } then <div id="slice"> <div id="colourWrapper"> in your html
  17. can you attach the slice image please
  18. so you want the topbg to stretch the whole way down the page?
  19. http://www.tankedup-imaging.com/css_dev/css-gradient.html#cs have a read there mate
  20. it depends if they have trademarked/copyright the idea or not.
  21. p{margin:0;padding:0;} try that see if that works
  22. I think the overall design of the site is nice and clean and to the point.

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.