View Single Post
(#6 (permalink))
Old
d3iti's Avatar
d3iti d3iti is offline
Super Moderator
d3iti is on a distinguished road
 
Posts: 6,537
Join Date: Jul 2009
Location: Spain
Default 11-10-2011, 03:02 PM

That is true. You must change the HTML of your photos.html page and where it says the following HTML code. For example:
HTML Code:
<img style="width: 355px; height: 533px;" alt="" src="http://www.000webhost.com/com%20nite/2.jpg">
You must change the code to display the following HTML:
HTML Code:
<img style="width: 355px; height: 533px;" alt="" src="image/2.jpg">
You must change HTML code for each of the 10 images you're using in your page.


Recuerda realizar copias de seguridad de tus sitios web. Si este mensaje te ayudó puedes pulsar sobre el botón karma
Reply With Quote