| Question: How do you set a table to coordinates of x=0 and y=o...I am trying to
fit a graphic in the top left corner and it seems basic html defaults to
about 5x5 pixels or so..I have seen pages like this before so i know it
is possible..do you happen to know the tag used for this? Kyle James
Answer: Try putting this in your <body> tag. leftmargin="0" topmargin="0" marginwidth="0" marginheight=0
The leftmargin and topmargin are for Internet Explorer, and the marginwidth and marginheight are for Netscape Navigator.
It won't work in some Netscape versions, and it won't work for the right side.
<<Back to Ask Us!
|
|