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.

comeonboro123

Members
  • Joined

  • Last visited

Everything posted by comeonboro123

  1. Thank you very much, i already had the index.php file but it was on my other computer, and i couldnt find the code again on any sites. Thanks again.
  2. Hi there. I need a simple php script that when users visit my domain, it takes them to another site, this site being www.teessidemusiclive.wordpress.com. I know nothing of PHP and i really need your help. Thank you in advance.
  3. Hi. Earlier this afternoon the homepage of my website looked how it was supposed to, and when i visit it now it looks different. For example, most of the content have moved to the right. I have not changed anything either, which i find strange, why should it have changed with nothing has been done to it :S Does anyone have any ideas. The website is here EDITED TO SAY IV NOW FIXED THE PROBLEM
  4. <div id="Contact"> <form method="POST" action="mailer.php"> <div align="center"> <p> </p> <p> </p> <p><span class="style1">Name:</span> <input type="text" name="name" size="19"> <br> <br> <span class="style1">E-Mail:</span> <input type="text" name="email" size="19"> <br> <br> <br> <span class="style1">Message:</span><br> <textarea rows="9" name="message" cols="30"></textarea> <br> <br> <input type="submit" value="Submit" name="submit"> </p> </div> </form></div>
  5. Hi all, i recently uploaded my site and the form isnt working, when i submit the form i get an error. The address is http://www.teessidemusiclive.co.uk . Would anyone be able to send me a correct php script that would work for my site. heres what i have so far: <?php if(isset($_POST['submit'])) { $to = "teessidemusiclive@hotmail.com"; $name_field = $_POST['name']; $email_field = $_POST['email']; $message = $_POST['message']; foreach($_POST['check'] as $value) { $check_msg .= "Checked: $value\n"; } $body = "From: $name_field\n E-Mail: $email_field\n $check_msg Option: $option\n Message:\n $message\n"; echo "Data has been submitted to $to!"; mail($to, $subject, $body); } else { echo "blarg!"; } ?>
  6. Thanks for the replies guys.
  7. Hi, my website is here, and it looks totally different to what it looks like on the computer i designed it on. Does anyone know why? For example, the font i used for the "latest updates" part of the homepage isnt whats used when i designed it. The font size is also smaller on the design but not on the site you can see. Can anyone help me out.
  8. As the title states, I recently designed a website which i thought looked good, then when i got it online it i realised it was terrible, so im looking at redesigning it, so where do you get your inspiration from when designing a website.
  9. Thanks for all your warm welcomes. Iv managed to get the layout how i wanted, but how do i do the"clear" bit that Boyles Web Design mentioned?
  10. Thanks for your reply, shall try that now.
  11. Hi, im looking to make a website with either a 3 column or 4 column div (side by side). Is this possible to do as im having trouble even putting 2 divs side by side. So if you can help could you either help me through my dilemma or possibly give me the code to use Thanks in advance

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.