Jump to content

James_Purcell

Members
  • Posts

    40
  • Joined

  • Last visited

Previous Fields

  • Languages
    EN-GB, EN-OX, EN-US

Profile Information

  • Gender
    Female
  • Location
    Any Time And Relative Dimension In Space
  • Interests
    Discovering the current level of insanity infecting the world

James_Purcell's Achievements

Newbie

Newbie (1/7)

1

Reputation

  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?
×
×
  • Create New...