|
|
|
|
![]() ![]() |
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 |
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | |
|---|---|---|
|
|
|
|
Lo-Fi Version | Time is now: 20th November 2008 - 06:36 PM |