Page 1 of 1

dailytemplate.html images not working.

Posted: Fri Jun 25, 2004 7:41 am
by Gewench
I've finally worked out the majority of kinks on my website... The only problem I can't figure out is that all of my images on all of my pages are working except on my dailytemplate.html. indextemplate.html works fine, and I've gone back between the two and looked at the coding to figure it out, but I can't see what I'm doing wrong.

Thanks much in advance for your help!

~*Regards,*~
J.L. Enget
Creator of A&M

Posted: Fri Jun 25, 2004 9:16 am
by ZOMBIE USER 19235
works fine on my comp.

Posted: Fri Jun 25, 2004 10:43 am
by War
Change every instance of <img src="images/pic.gif"> to <img src="/images/pic.gif">. That'll make the browser look from root.

Posted: Fri Jun 25, 2004 1:19 pm
by Gewench
Hooray!!! I added the / to it; < img src="/images/pic.gif" > and it worked. Huzzah! Thank you very much!