i uploaded the pages the links go to in the server, did i upload them to the wrong place? i know the code and location is right, they just wont work. its the same with images, i had to host all of the images on photobucket for them to show up on the index page.
Why won%26#039;t my links work on my web page? my home page opens, but when i click on the links, they dont work?
okay open up your html document
a normal photobucket html code is this
%26lt;a href=%26quot;IMAGE URL HERE%26quot; target=%26quot;_blank%26quot;%26gt;%26lt;img src=%26quot;IMAGE URL HERE%26quot; border=%26quot;0%26quot; alt=%26quot;%26quot;%26gt;%26lt;/a%26gt;
we need to change it to the link url, and on target = self (it will load the page in the same window)
%26lt;a href=%26quot;INSERT LINK URL HERE%26quot; target=%26quot;_self%26quot;%26gt;%26lt;img src=%26quot;IMAGE URL HERE%26quot; border=%26quot;0%26quot; alt=%26quot;%26quot;%26gt;%26lt;/a%26gt;
No comments:
Post a Comment