HTML Help needed for a noob

nerdspot

Member
Sep 17, 2005
32
0
66
How do i display a page, when the user closes my site? And how do i display a page for a certain length of time. How do i Fill in meta tags? I'll be really grateful, if you guys, visit my site- www.sriraminhell.tkwww.sriraminhell.tk and gimme tips on improving it. Also, does my site contain meta tags? Thanks in advance for your time .
 

maddcow

Junior Member
Dec 7, 2005
7
0
0
#1

<a href="#" onClick="MyWindow=window.open('http://www.yourlinkhere.com,'MyWindow','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=300'); return false;">PLACE_YOUR_LINKTEXT_HERE</a>


Change any of the settings as desired for link, size, what elements of the browser to maintain.

#2

Don't display pages for set time amounts.

#3

Meta Tags go into the head of your HTML page.

example:

<html>
<head>
<title> My Website</title>


<META NAME=description CONTENT="This is my descriptive text to describe my site in my words">
<META NAME=keywords CONTENT="albanian goat porn, yellow socks, mmmm donuts">



</head>