darspire wrote:ok but still images wont get added
You will probably need to post your code where you are trying to open an image, so we can see what you are doing.
darspire wrote:ok but still images wont get added
Guessing it has something to do with<img src="images/http://ostrianiel.com/images/sites/logo.jpg" width="354" height="71" border="0" />darspire wrote:<div id="login"><div align="center"><img src="images/http://ostrianiel.com/images/sites/logo.jpg" width="354" height="71" border="0" />
the "http://ostrianiel.com/images/sites/logo.jpg" was just a random image its not what im using
Depending on where your image is coming from, just follow this and you should be fine;darspire wrote:so what should i put instead of images?
Code: Select all
<img src="http://ostrianiel.com/images/sites/logo.jpg" width="354" height="71" border="0" />
Code: Select all
<img src="images/logo.jpg" width="354" height="71" border="0" />
Code: Select all
<img src="INSERT LINK HERE" width="354" height="71" border="0" />
If you put it in the same folder with the php file, (Anything considered on the desktop is one massive huge folder btw heh)darspire wrote:ok so what if i make something with paint program and save it as ... testlogin? then what would i do for the link?
Code: Select all
<img src="testlogin.gif" width="354" height="71" border="0" />