-
Content count
40 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout James_Purcell
-
Rank
Newbie
Profile Information
-
Gender
Female
-
Location
Any Time And Relative Dimension In Space
-
Interests
Discovering the current level of insanity infecting the world
Previous Fields
-
Languages
EN-GB, EN-OX, EN-US
-
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.
-
Is it possible to make Premium html and Wordpress themes whithout any Photo editor
James_Purcell replied to Happyboyweb's topic in General
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!) -
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.
-
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.
-
Still could not upload an avater but managed to import in from Photobucket.
-
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.
-
Why is my form failing to respond? I have html CSS and Javascrip together.t
James_Purcell replied to picatree's topic in General
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.- 3 replies
-
- 1
-
-
- CSS
- Javascript
-
(and 1 more)
Tagged with:
-
Nevermind, solved it by cleaning up scripting.
-
Ahh this answers a question I was going to ask.
-
Not working in Safari or Firefox
-
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.
-
Thanks mate, didn't realise that was an override, me being Pokéstupid again.
-
Arg, its pulling it from FB (looked it up with safaris dev options. How can I override it?