View previous topic :: View next topic |
Author |
Message |
Xavier -
Joined: 17 Jan 2004 Posts: 50
|
Posted: Fri Feb 06, 2004 4:57 pm Post subject: .tk help |
|
|
i have signed up for a dot tk domain but i noticed that it works with frames to pop up a advertisement window, is there a way to pop out my site from the frames and have it just my page but with the dot tk address still.
if the thing above doesnt work can i close the popup from my page?
1 more thing with dot tk now when the mouse goes over any of the links in my pages it shows it like: http://my-ip/thepage.php, when i want it to show my domain name instead of my ip. i checked my pages and i have put the links like: <a href="/somepage.php"></a>
any ideas? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Feb 06, 2004 5:23 pm Post subject: |
|
|
Add the following to your link tags :D
Code: | <a href="http://YOUR-IP/" onmouseover="status='http://YOUR-SITE.com';return true" onmouseout="status='';">Your link text</a> |
This will display YOUR-SITE.com in the status bar hiding your IP 8) |
|
Back to top |
|
 |
|