Jump to content

James_Purcell

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by James_Purcell

  1. Try .jpg, .Gif, or, .BMP I seam to remember there being a bug in the forum when I joined and I had to keep playing around with my avater to get it to upload. I.I.R.C mine is 100px X 100px and .jpg format.
  2. No, because you need to create and experiment with graphical tools like G.I.M.P to create the separate graphical elements and layout before cracking on with code. Why don't you want to use graphic programs? (G.I.M.P is free!)
  3. Really, putting it at the bottom improves load times, I honestly didn't know that. I have been keeping all the script at the top just to make it easer to bugfix. Wow, you learn something new every day.
  4. Well for a start. <!DOCTYPE html> <html> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css"> <body> Should be <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css" /> </head> <body> Put the script that is at the bottom of the page into the <head> Section (makes it easer to track bugs the looking all over a page for script tags.
  5. Still could not upload an avater but managed to import in from Photobucket.
  6. MS Word is no good for web design because it produces nasty dirty html which many a book author has found out the hard way is a difficult time consuming process to fix. You need to learn HTML and CSS and use web design software. That is how I read it.
  7. As far as I understand, you main top level tags are wrong. <!DOCTYPE html> <HTML> <HEAD> <TITLE>First Step </TITLE> <STYLE> </STYLE> <BODY> <---------------- </BODY> </FORM> </HEAD> <--------------- </HTML> </HEAD> must be closed before the <body> can be opened.
  8. Nevermind, solved it by cleaning up scripting.
  9. Thank you for all your Help.

  10. Ahh this answers a question I was going to ask.
  11. Am I the only one unable to upload an image to use as an avatar? The dialog attempts to upload, but doesn't display the image. I have tried many sizes (including the normal 100X100px.jpg, but nothing works.
  12. Not to mention the registrations fees and administration fees for the sale transfer of the address. Then there is all the programming required to get a simple line of text to connect to a computer with a numerical address.
  13. Thanks mate, didn't realise that was an override, me being Pokéstupid again.
  14. Arg, its pulling it from FB (looked it up with safaris dev options. How can I override it?
  15. Well I am confused because a can't find any reference to "vertical-align"
  16. Yup that solved it but ended me down the rabbit hole that ended up with me being a fbdev registered member.
  17. Sorry, but I seam to be overlooking the obvious! Would someone mind explaining to me how to get them to all line up please? This is my WIP site http://www.ajb2k3.co.uk/AETT/
  18. Ah thanks, more modern secret codes.
  19. Not sure how to call it so I will call it a "Hidden site preview image." Anyway, when a website is posted on facebook, the site tries to load an image to use as a preview. Is there a way to code a site preview image that is not visable when the site is directly viewed, but when facebook and google access them, the image will be shown?
  20. I used media query's on mine to "Pad" the screen edges which saves a lot of coding. what is vw?
  21. I have a drop list menu using bootstap, but I have a question. Is their a way to but a horizontal seperator line between entries without creating an entry of just "-------------" symbols?
  22. Why even bother, html is pritty much open source anyway and the chance that you will have created something new in code is almost 0% The design on the otherhand (graphics wise) can be protected via copyright but then that is expensive.
  23. What how, what happened? This was posted in the missile guidance discussion! How on earth did it end up here? wow talk about random.
×
×
  • Create New...