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.

affmark

Members
  • Joined

  • Last visited

  1. Hi guys, So i've been asked to look into building a comparative website which focuses on removals and deliveries. Does anyone know where i would find the uk 'postcode referencing to location data' from? Also as i'm here, does anyone know of any software (opensource or otherwise) which they would recommend, and on average how much would a site like this cost to build, so i can give a general quote. Help is much appreciated! Thank you all :santa_cheesy:
  2. I did try using <li> but couldn't structure the <ul>. A table format just seemed the easier option as i required multiple content sections on individual rows.
  3. Great, thanks. I tried changing it over to transitional and that didn't make much difference. I've just moved some of the css to fit h1-h6. Thank you for your help! (Y)
  4. Lol... it's actually where i was changing styles over.. i think there's a header22 somewhere ... www.**********.co.uk.. thank you for your help!
  5. Thnaks for your help! Took a while but this worked. Great stuff! (Y) Thanks!
  6. Hi hi. As above i'm having problems with internet explorer and headers defines in css. The script is xhtml, and this is only effecting some of the header styles. #header h7 { float: left; padding: 50px 0 0 10px; font-size: 43px; text-transform: none; color: #FF0066; } #header h8 { float: left; padding: 50px 0 0 0px; font-size: 43px; color: #0066FF; } Any ideas? If this were HTML5 i'd understand ..
  7. If i had the time to then i would, i find it's better to learn from an example anyway.. for example.. i learnt allot from editing opensource software. However, i really don't have the time. So thus my question remains. Does anyone know of a good form generater which ACTUALLY works.
  8. Hi, i've tried a few form generaters now and i'm having problems finding one which will build the code to have the results on a send out to an email. Does anyone know of a site or any software which can do this? I'm looking for something reliable, i've tried a few now. Slight fail. Tarr people
  9. Hi Guys. Right so i'm haveing a few problems with centering text under images in a html table. I've tried all the obvious ones.. center and tabel align and such. Still i get nothing or it moves to right of the cell. The images have a solid border.. is there anything else i can do. Code is below. <table border="0" bordercolor="#FFffff" style="background-color:none" width="500" cellpadding="0" table align="center" cellspacing="0"> <tr> <td><a href="moving-home-company-colchester-essex.html"><img style="border:9px solid #545565;" src="images/moving.jpg" width="125" height="115" alt="Moving home information." /></a><br><b> Moving Home </b></br></td> <td><a href="removal-van-driver-hire-colchester-essex.html"><img style="border:9px solid #545565; " src="images/vandriver.jpg" width="125" height="115" alt="Van and driver hire." /></a><br> Van and Driver Hire</br></td> <td><a href="leaflet-distrabution-essex-colchester.html"><img style="border:9px solid #545565;" src="images/leaflet-distribution-colchester-essex-area.jpg" width="125" height="115" alt="leaflet distribution colchester essex area" /></a><br><b> Leaflet Distribution</b></br></td> </tr> <tr> <td><a href="removals-company-colchester-essex.html"><img style="border:9px solid #545565;" src="images/removal-service-colchester-essex.jpg" width="125" height="115" alt="removal service in colchester and essex" /></a><br><b>Removals </b></br></td> <td><a href="delivery-company-colchester-essex.html"><img style="none;" src="images/moving-dove.gif" width="125" height="115" alt="Moving home information." /></a></td> <td><a href="storage-solutions-colchester-essex.html"><img style="border:9px solid #545565;" src="images/Storage-solutions-colchester-essex.jpg" width="125" height="115" alt="Storage solutions in colchester and essex.jpg" /></a><br><b>Storage Solutions </b></br></td> </tr> <tr> <td><a href="moving-home-boxes-colchester-essex.html"><img style="border:9px solid #545565;" src="images/removal-boxes-colchester-essex.jpg" width="125" height="115" alt="moving home boxes in colchester and essex.html" /></a><br><b> Packaging</b></br></td> <td><a href="delivery-company-colchester-essex.html"><img style="border:9px solid #545565;" src="images/delivery-company-colchester-essex.jpg" width="125" height="115" alt="delivery company in colchester and essex.html" /></a><br><b> Delivery</b></br></td> <td><a href="contact.html"><img style="border:9px solid #545565;" src="images/contact.jpg" width="125" height="115" alt="Contact Us Link" /></a><br><b> Contact Us</b></br></td> </tr> </table> I have removed all the center coding i did.. i've tried </center> both at the start of the and on each individual <td> Some help would be great, thank you all!!
  10. Yeah, so i think i'm going to have to take the advice of oakleaves and start again. Still not working. Like i say, my coding skills are limited. Before i delete it all (sorry) have i messed up the variables? /* Data Variables */ $name = $_POST['name']; $name2 = $_POST['name2']; $movingto = $_POST['movingto']; $movingfrom = $_POST['movingfrom']; $number = $_POST['number']; $email = $_POST['email']; These now match the elemet id and such, not sure if i was meant to change them both however :S Again thank you for your help!
  11. Hi, thanks for your help, I've just put this in and it's still not working. By the term 'and so on' i think i may be missing something you've changed that i should be editing on the rest of the script? Please can you point out these, i have compared them and can't notice anything else additional. The php file has been changed, however in the PHP doc it states /* Email Variables */ $emailSubject = 'vandd.html'; /*Make sure this matches the name of your file*/ $webMaster = 'info@(hiddenforprivacy).co.uk'; Am i correct in using vandd.html? Or should this be the php doc? This is wayyyy beyond my coding knowhow :S Thanks for your help!
  12. Errm, right. action="MYDOMAINNAME(HIDDEN FOR PRIVACY).php This relates to a tutorial which makes the point to name the file after the domain. I'm unable to edit the original forum post.. heres the code.. This is the code in the html page. </head> <body id="main_body" > <img id="top" src="top.png" alt=""> <div id="form_container"> <form id="form_317425" class="appnitro" method="post" action="MYDOMAINNAME(HIDDEN FOR PRIVACY).php"> <div class="form_description"> </div> <ul > <li id="li_1" > <label class="description" for="element_1">First Name </label> <div> <input id="element_1" name="element_1" class="element text medium" type="text" maxlength="255" value=""/> </div> </li> <li id="li_2" > <label class="description" for="element_2">Last name </label> <div> <input id="element_2" name="element_2" class="element text medium" type="text" maxlength="255" value=""/> </div> </li> <li id="li_3" > <label class="description" for="element_3">Moving from </label> <label for="element_3_5">Post Code</label> <div class="left"> <input id="element_3_5" name="element_3_5" class="element text medium" maxlength="15" value="" type="text"> </div> </div> </li> <li id="li_4" > <label class="description" for="element_4">Moving to Post Code</label> <div class="left"> <input id="element_4_5" name="element_4_5" class="element text medium" maxlength="15" value="" type="text"> <label for="element_4_5"></label> </div> <div class="right"> <label for="element_4_6"></label> </div> </li> <li id="li_5" > <label class="description" for="element_5">Number </label> <div> <input id="element_5" name="element_5" class="element text medium" type="text" maxlength="255" value=""/> </div> <li id="li_6" > <label class="description" for="element_6">Email </label> <div> <input id="element_6" name="element_6" class="element text medium" type="text" maxlength="255" value=""/> </div> </li> <li class="buttons"> <input type="hidden" name="form_id" value="317425" /> <input id="saveForm" class="button_text" type="submit" name="submit" value="Send" /> </li> </ul> </form> </div> </div> And here is the .PHP doc <?php /* Email Variables */ $emailSubject = 'vandd.html'; /*Make sure this matches the name of your file*/ $webMaster = 'info@(hiddenforprivacy).co.uk'; /* Data Variables */ $name = $_POST['name']; $phone = $_POST['phone']; $address = $_POST['address']; $city = $_POST['city']; $state = $_POST['state']; $zip = $_POST['zip']; $body = <<<EOD Tee-shirt order form: Name: $name Phone: $phone Address: $address City: $city State: $state Zip: $zip EOD; $headers = "From: $email\r\n"; $headers .= "Content-type: text/html\r\n"; $success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = <<<EOD <html> <head> <title>sent message</title> <meta http-equiv="refresh" content="5;URL=http://(hiddenforprivacy).co.uk/"> <style type="text/css"> <!-- body { background-color: #ffffff; font-family: Helvetica; font-size: 12pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none; padding-top: 200px; margin-left: 300px; width: 600px; } --> </style> </head> <div align="center">Thank you for your submission. You are now being redirected to the (hiddenforprivacy homepage.</div> </div> </body> </html> EOD; echo "$theResults"; ?>
  13. Hi, i recently produced a form for a website, for which i need the results to be posted to an email address. I can't seem to get this to work.. i have no idea why and have gone throgh many pages of google trying to fix this. Please help someone. I have pasted the HTML and the php doc below and changed the email address + domain (for privacy) I would much appreciate some help here. Thank you! This is the code in the html page. </head> <body id="main_body" > <img id="top" src="top.png" alt=""> <div id="form_container"> <form id="form_317425" class="appnitro" method="post" action="MYDOMAINNAME(HIDDEN FOR PRIVACY).php"> <div class="form_description"> </div> <ul > <li id="li_1" > <label class="description" for="element_1">First Name </label> <div> <input id="element_1" name="element_1" class="element text medium" type="text" maxlength="255" value=""/> </div> </li> <li id="li_2" > <label class="description" for="element_2">Last name </label> <div> <input id="element_2" name="element_2" class="element text medium" type="text" maxlength="255" value=""/> </div> </li> <li id="li_3" > <label class="description" for="element_3">Moving from </label> <label for="element_3_5">Post Code</label> <div class="left"> <input id="element_3_5" name="element_3_5" class="element text medium" maxlength="15" value="" type="text"> </div> </div> </li> <li id="li_4" > <label class="description" for="element_4">Moving to Post Code</label> <div class="left"> <input id="element_4_5" name="element_4_5" class="element text medium" maxlength="15" value="" type="text"> <label for="element_4_5"></label> </div> <div class="right"> <label for="element_4_6"></label> </div> </li> <li id="li_5" > <label class="description" for="element_5">Number </label> <div> <input id="element_5" name="element_5" class="element text medium" type="text" maxlength="255" value=""/> </div> <li id="li_6" > <label class="description" for="element_6">Email </label> <div> <input id="element_6" name="element_6" class="element text medium" type="text" maxlength="255" value=""/> </div> </li> <li class="buttons"> <input type="hidden" name="form_id" value="317425" /> <input id="saveForm" class="button_text" type="submit" name="submit" value="Send" /> </li> </ul> </form> </div> </div> And here is the .PHP doc <?php /* Email Variables */ $emailSubject = 'vandd.html'; /*Make sure this matches the name of your file*/ $webMaster = 'info@(hiddenforprivacy).co.uk'; /* Data Variables */ $name = $_POST['name']; $phone = $_POST['phone']; $address = $_POST['address']; $city = $_POST['city']; $state = $_POST['state']; $zip = $_POST['zip']; $body = <<<EOD Tee-shirt order form: Name: $name Phone: $phone Address: $address City: $city State: $state Zip: $zip EOD; $headers = "From: $email\r\n"; $headers .= "Content-type: text/html\r\n"; $success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = <<<EOD <html> <head> <title>sent message</title> <meta http-equiv="refresh" content="5;URL=http://(hiddenforprivacy).co.uk/"> <style type="text/css"> <!-- body { background-color: #ffffff; font-family: Helvetica; font-size: 12pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none; padding-top: 200px; margin-left: 300px; width: 600px; } --> </style> </head> <div align="center">Thank you for your submission. You are now being redirected to the (hiddenforprivacy homepage.</div> </div> </body> </html> EOD; echo "$theResults"; ?> I know the data variables don't match up yet, but i've never had problems with that when testing forms before. Usually, i will recieve an email, then edit it once i know it's working.. here however.. i am stumped. Thanks guys!! Much appreciated!
  14. Oof. Thank you! I was just browsing coppermine looking very daunted!
  15. What sort of software, (preferably open source) I can use to create sites like lulztruck.com. The current software I’m using is a general gallery installation, which is both very hard to edit and impossible to navigate. Any ideas people?

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.