Welcome Guest ( Log In | Register)



2 Pages V  < 1 2  
Reply to this topicStart new topic
> Links Help Please, :)
Graeme
post Jun 29 2007, 05:36 PM
Post #11


Newbie [Level 1]
*

Group: Members
Posts: 14
Joined: 29-June 07
Member No.: 45,684



From personal experience, I find that instead of taking shortcuts when you are writing html code, use the full link. It doesn't take that long to do, and you are then positive that the link will work.
Use full links for links and images.


do not use -

HTML
<html>
<body>
<a href="/games.html"><img src="/games.jpg"></a>
</body>
</html>


use -

HTML
<html>
<body>
<a href="http://www.yoursite.com/games.html"><img src="http://www.yoursite.com/games.jpg"></a>
</body>
</html>



Hope this helps smile.gif

Notice from BuffaloHELP:
Always use proper bbcode tags. In this case [HTML]
Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Dropdown Menus Links(3)
  2. Update Navigation Links?(2)
  3. Trouble With Links On A List(7)
  4. Dynamic Links(3)
  5. Keyboard Shortcut For Links In Html?(8)
  6. Image Links(5)
  7. Xhtml Strict Links Tip(5)


 



- Lo-Fi Version Time is now: 20th November 2008 - 06:36 PM