Style Sheet that is, like so:
<a style="cursor: pointer" onclick . . .>
For the second part of your question: you can insert height and width like so:
window.open('untitled1.html','newWindow','height=400,width=300,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,')">
i have a picture gallery, and when you click on the thumbnails it takes you to the enlarged picture, here's the html i'm using after searching around the web:
<a
onclick="window.open('untitled1.html','newWindow','menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,')"><img
style="border: 0px solid ; width: 201px; height: 150px;" alt="mandara"
src="art/thmab.jpg" hspace="0"></a>
1. when you go to click on the link the pointer does not change to a hand,it makes it look as though the link is not there to a visitor, but it does work properly. can someone tell me how to get the pointer to change without affecting the way the link is set up.
2. when it opens the new window i woulds like to set the pixel size of the new window, i know this is simple to do i'm just having trouble figuring out exactly how to write it and exactly where to put it in the html.
-Thank you very much in advance, my website would not exist if it were not for these forums

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic