one easy (really easy) and one not so easy...questions
Posted: Sun Dec 22, 2002 10:22 pm
1) I placed a link with an image as the following:
echo "<a href=\"/xx_db/view_module.php?offset=$nextoffset\"><img src=\"/images/right.01.jpg\" width=\"30px\" height=\"20px\"></a>";
When the image is rendered in the browser window (I.E. 6.0) it has a purple border around it. How do I rid the image of that annoying border?
2) I have a login in page on my site. I want to do a timed re-direct after a successful login. How would I do that? What I know so far about re-directs...
header("Location: http://xx/xx/xx.php");
echo "<a href=\"/xx_db/view_module.php?offset=$nextoffset\"><img src=\"/images/right.01.jpg\" width=\"30px\" height=\"20px\"></a>";
When the image is rendered in the browser window (I.E. 6.0) it has a purple border around it. How do I rid the image of that annoying border?
2) I have a login in page on my site. I want to do a timed re-direct after a successful login. How would I do that? What I know so far about re-directs...
header("Location: http://xx/xx/xx.php");