Web Hosting Talk







View Full Version : Hyperlink page size command?


grandad
04-25-2002, 03:14 AM
When making a hyperlink on a web page the formula:

<a target="_blank" href="http://www.domain.com/reference.html">

is used and this brings up a full screen new page with the desired site displayed.

Can anyone please show me how to restrict the size of the new page that this calls up?

Thanks in advance. :)

Lats
04-25-2002, 05:06 AM
Here's a quick example:


<A HREF="http://www.nexen.net" TARGET="_blank">
<IMG BORDER="0" WIDTH="234" HEIGHT="60"
SRC="http://goodies.nexen.net/img/ns1_demi.gif">
</A>



Lats...