Sorry about that Mistress
Thanks so much for taking the time to look over my code. I'm trying to get it in order.
I guess poor is a bad choice of words. Like small screen resolution I use 1280/1024. When change my screen res to 800/600 my page hardly fits on the screen.
I'm going to poor cold water on my background image :Shivers: until it shrinks down enough to look good on both size screens if you think that would work?
If you have any more advice for me it would love to here it.
Is this where I should use the code <style type="text/css">? Because when I change that it cuts off the head of my page :Gulp:
Before
Quote:
<style>
body {
background-image: url("/images/taste.gif");
background-position: 50% 50%;
background-repeat: no-repeat;
}
</style></head
|
After
Quote:
style type="text/css">
body {
background-image: url("/images/taste.gif");
background-position: 50% 50%;
background-repeat: no-repeat;
}
</style>
|
As for the script
instead of
Quote:
|
<script language="javascript">
|
it should be
Quote:
|
<script type="javascript">
|
When i'm doing the alt thing thats just kinda link google juice right? Do I need to give a discription of my page on each pic or try and describe the image in a way that people who found it in a search would want to see it?
Also could you please give me an example of how the alt thing should look?
Less forget the second page its just the product of the w3schools validation after I ran my page through it more like a meat grinder I think.
Thank you so much for taking the time to look over my page your advice is really helping me a lot! There is not lack in room for improvement on my site lol
Last edited by Snot : 11-29-2007 at 06:07 PM.
Reason: Updated Inforamtion
|