August 17th, 2011, 04:46 AM
-
Coding problem
can someonetell me whats wrong with this code?
<img border="0" src="/Mina bilder/Struts.jpg" alt="Struts" width="304" height="228" />
August 18th, 2011, 09:15 AM
-
Welcome to the forums. Please take a minute to read the forum rules and the new user guide. The new user guide below this message is specific to the PHP sub-forum, but it includes information you need to know as a web programmer.
There is nothing wrong with this tiny snip of HTML code. It is syntactically correct. There are dozens of reasons why it may fail, however. Missing image, bad surrounding code, not in a valid document, etc.
-Dan
HEY! YOU! Read the New User Guide and Forum Rules
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin
"The greatest tragedy of this changing society is that people who never knew what it was like before will simply assume that this is the way things are supposed to be." -2600 Magazine, Fall 2002
Think we're being rude? Maybe you
asked a bad question or you're a
Help Vampire. Trying to argue intelligently? Please
read this.
August 18th, 2011, 02:01 PM
-
Thanks