Matthew Morland
New member
Ok I am wrapping up writing my first site for my dad's business. I took some classes on html a few years back, and it looks like a pro did it, but I do have some issues I need to fix.
1) I have all of my images in an images folder, as the links are currently they would ready <img src="images/header.png" alt="blah" ... >. Do I need to link them like this: <img src="http://mysite.com/images/header.png" ... > with the full web address or is a link to the images folder within the host good enough?
2) my header was generated in fireworks, and as such, the size was set to a number for height and width. I have since set them to scale with resolution by using percents. However, when I minimize the window, the whole header scales to the size of the minimized window and there are no scroll bars. How do I make the header scale to the size of a full window without getting really tiny when I minimize my pages?
3) Lets say my home page is "http://mysite.index.html/" when it loads. Is there any negative ramifications to linking to this page using "http://mysite/index.html" without the last "/" ? For SEO reasons? How do I make sure that all links to and from my index (or other pages for that matter) are going to help my rankings? How about like www.mysite.com? Does that automatically redirect to the index page? Does that effect my SEO rankings?
4) How do I make a sitemap and do I even need one. Where do I link to it?
1) I have all of my images in an images folder, as the links are currently they would ready <img src="images/header.png" alt="blah" ... >. Do I need to link them like this: <img src="http://mysite.com/images/header.png" ... > with the full web address or is a link to the images folder within the host good enough?
2) my header was generated in fireworks, and as such, the size was set to a number for height and width. I have since set them to scale with resolution by using percents. However, when I minimize the window, the whole header scales to the size of the minimized window and there are no scroll bars. How do I make the header scale to the size of a full window without getting really tiny when I minimize my pages?
3) Lets say my home page is "http://mysite.index.html/" when it loads. Is there any negative ramifications to linking to this page using "http://mysite/index.html" without the last "/" ? For SEO reasons? How do I make sure that all links to and from my index (or other pages for that matter) are going to help my rankings? How about like www.mysite.com? Does that automatically redirect to the index page? Does that effect my SEO rankings?
4) How do I make a sitemap and do I even need one. Where do I link to it?