HabboIslands
07-27-2006, 01:28 AM
Ok, im using a dark background for my webpage, and but I need white links, I was wondering if someone could make this code:
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=710,height=577,left = 257,top = 26.5');");
}
// End -->
</SCRIPT>
<!-- STEP TWO: Use the following link to open the new window -->
<META content="MSHTML 6.00.2800.1555" name=GENERATOR>
<P align=center><IMG src="http://www.freewebs.com/truehabbo2/HabboIslandsTitle.gif"></P>
<P align=center> </P>
<P> </P>
<P> </P>
<P align=center>[ <A href="javascript:popUp('http://www.freewebs.com/hibeta/hotel.html')">Enter</A> ] </P>
Into White text,
Thanks!
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=710,height=577,left = 257,top = 26.5');");
}
// End -->
</SCRIPT>
<!-- STEP TWO: Use the following link to open the new window -->
<META content="MSHTML 6.00.2800.1555" name=GENERATOR>
<P align=center><IMG src="http://www.freewebs.com/truehabbo2/HabboIslandsTitle.gif"></P>
<P align=center> </P>
<P> </P>
<P> </P>
<P align=center>[ <A href="javascript:popUp('http://www.freewebs.com/hibeta/hotel.html')">Enter</A> ] </P>
Into White text,
Thanks!