Goober
08-30-2003, 12:50 AM
Hey I just wanted to know if it would do any kind of harm to my website (make it slow or something like that) if i where to give links the full path to the page i on my site.
For Example: <a href="http://www.mysite.com/main.html">
instead of <a href="main.html">
i want to know if its ok to do this for images to
For example: <img src="http://www.mysite.com/pic.jpg">
instead of: <img src="pic.jpg">
will this cause any problems, or make my website slower?
(i want to know this because i plan to inlcude the same header/navigation file into other files outsite of the root folder where my other main pages are)
For Example: <a href="http://www.mysite.com/main.html">
instead of <a href="main.html">
i want to know if its ok to do this for images to
For example: <img src="http://www.mysite.com/pic.jpg">
instead of: <img src="pic.jpg">
will this cause any problems, or make my website slower?
(i want to know this because i plan to inlcude the same header/navigation file into other files outsite of the root folder where my other main pages are)