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.

leaaa

Members
  • Joined

  • Last visited

  1. Thanks for your reply I don't get floats, the CSS will say float left/right/center whichever, but this doesn't indicate exactly on the page where it should sit. I have tried floating left, but it doesn't go quite as far as I'd like and also it looses it's top margin. Can you specify where it should sit using a float? UPDATE Sorry, I just saw the bottom of your post there, thanks tis makes sense! x
  2. Hi When writing code free hand, whats the easiest way of positioning images and divs, and so on. Example (im at work so apologies if i've entered it wrong, just an example) { #text area margin-top: -10px; } Is the best way doing it with px and playing around with the integer? Im asking because i tried positioning some text and it seemed to take alot of work positioning it in the right place. Also its the same with images. Are floats easy to use and would this be easier? Thanks
  3. leaaa posted a topic in Frontend
    Hey my about me page is kind of doing its own thing. I need my page to adjust to fit my text as I type. Is this possible? The only thing that I can find on my CSS is line-height: 250%; Tried changing this but nothing. Im guessing this will be in my #container. Is there anything i should add to sort that problem out? #container { width: 52%; margin: 20px auto; background-color: #fff; color: #333; border: 1px solid gray; line-height: 250%; }
  4. hey dave thanks for your reply, yeah my password is encrypted, but still doesnt seem to work! ahh lol x
  5. Hi, I have followed a million guides all day and even though i am absolutely sure that i am doing this right, it wont work! I am trying to password protect my assignments at the bottom of my website, which currently sit in a subfolder /assignment My .htaccess file is as followed: AuthName "restricted area" AuthType Basic AuthUserFile /var/www/vhosts/numyspace.co.uk/web_users/./home/~unn_t005763S/public_html/assignment/.htpasswd require user docs I wont show my password file. I have used the AuthUserFile path as above as my lecturer said this is the correct one. I have also tried just /~unn_t005763S/public_html/assignment/.htpasswd but that doesnt work either. website The problem i am getting, is when i type in the user and password on the proected page and hit enter, a new form comes up asking me to enter it again! Whys it doing that? It has correct permissions too. I been working on this since 11am this morning and im losing patience
  6. leaaa replied to leaaa's topic in Frontend
    Its strange, ive tried doing what you suggested, but unless i have my permissions set to 777, i have problems viewing my pages and images. Why is this happening.. should images not display if i am setting chmod 644 and 744 on html and image files?
  7. leaaa replied to leaaa's topic in Frontend
    thaks, yeah it does
  8. hey, thanks this works now woo hoo lolx
  9. So I would use <style> tags for this? thanks
  10. Is it possible to have my left margin disappear for one of my other pages? website here The assignment links at the bottom have to have just university work only, but when i remove the divs of the images on the left, I am still left with the divider line down the side. Any way around this? Thanks
  11. leaaa posted a topic in Frontend
    Hi I've been told to set the correct permissions for my site, but i dont know what the best ones are? Would it be typical to have.. 744, on all files and directories? This means I have all permissions, but others only have 'read'
  12. leaaa replied to leaaa's topic in Server Side
    hey, yeh it was saying i had to change the file permissions. I couldnt get the code to work, so i've tried cutting it down to something more basic, which still seems tricky. lol
  13. Hi My PHP code and contact form is working well, however, its just the comment box text that isnt actually sending to my email inbox. Everything else sends across fine, i just dont recieve the message. Here is my php code and my contact page can be found here <?php $to = "leanne.orr@unn.ac.uk"; $subject = "website feedback"; $name = $_REQUEST['Name']; $email = $_REQUEST['Email']; $notes = $_REQUEST['notes']; mail($to, $subject, $name, $email, $notes); $htmlbody = "<p>Thank you for your comments. "; $htmlbody .= "The following comment:<br />$notes<br />"; $htmlbody .= "has been sent</p>"; $htmlout = "<html><head></head><body>". $htmlbody. "</body></html>"; echo $htmlout; ?>
  14. thanks dizi, it looks really good, i will definately have a look into this x
  15. cool, thanks for your responses guys. Im a little upset, because I am doing business IT at uni, and we've done more of the security end of websites and online marketing. From home I've took an interest in all of this, and then got into liking the idea of building websites. My course has costed me a fortune, i'm upset that my main interest isn't covered in the course. There is no web design or anything like that.. So if I wanted to learn or take a course, I guess thats extra money which I can't afford. I was asking myself the basic questions of.. where do all of these professional images come from when designing a site for someone? I'd like to learn these kinds of things.. when I look at some professional templates on the internet, I always raise these kinds of questions. I'm a poor student at the moment so cant afford any packages like adobe photoshop and dreamweaver, had the free trials and enjoyed working with them while they lasted. I wonder how I will ever fund buying them lol.

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.