Madman! Posted January 27, 2004 Posted January 27, 2004 I have 2 sites on TCH and I have a question about the use of html code. I also have a site on Geocities and when I add a link or an image I just have to write like <img scr="images/pic1.jpg.... but when I work on TCH sites I have to write out the whole address like <img scr="www...../images/pic1.jpg... Is there something I'm doing wrong or anything to fix it so I can write it out like I can on geocities? Also another question not TCH site related. I wondered if anyone uses Flash and could help me out. I have created some movies in Flash and want to put them on my site. I want the movie to open so it doesn't have the browser buttons. So it only opens in it's own window and the size I made in Flash with no resizing. Everytime I add the movie and open it their the size of my browser size. Here is a site with what I'm looking for Click Here then click the button called Current Feature: Robota I want it to open in a window like that. Quote
natimage Posted January 27, 2004 Posted January 27, 2004 Madman, In regards to your first question: I use the abbreviated path like you are wanting to do with no trouble. Can you post a link to a site where you've used the entire path? Also tell us the path to your image directory. Is it public_html/images or is it something else? You'll have to wait on one of the geniuses out there to help you with your second question. Quote
Lianna Posted January 27, 2004 Posted January 27, 2004 Per the relative path, you may want to try this instead if the /images directory is within the public_html directory: ../images/imagename.gif the ../ part will take it back to public_html/ no matter where the page is in the site. Such as, say you have a page at public_html/sub/page.html and on that page you refer to an image that is stored in public_html/images/imagename.gif. You can reference that source as I did above. Quote
Madman! Posted January 27, 2004 Author Posted January 27, 2004 Okay wierd it seems to work now. Every other time I did it would say low system memory when I went to show file contents and the picture wouldn't load . If I went to the site later it wouldn't say low system memory, but the picture still wouldn't load. Anyways seems to work now still need help with the flash if anyone can help. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.