Reignzlord
Mubcoded the meta tag option is available there... Copy the meta tag and add it to your site!
Reignzlord
Mubcoded Xtgem get variable is used to pass a variable to the next page. Its more like PHP programming. Its always written with this format: {_$myname|Defaultname} E.g
<form action="http://mysite.com/"><input type="text" name="myname" value="{_$myname|defaultname}" /><input type="submit" value="Go" />
</form>
Copy code the above code, the variable there is $myname and the alternate or default text or name is 'defaultname'. The defaultname or text can be replaced with your name as the default name. Thus.
<form action="http://mysite.com/"><input type="text" name="myname" value="{_$myname|Mubcoded}" /><input type="submit" value="Go" />
</form>
Copy code Now, the default name of the variable is 'Mubcoded' which has been replace with 'defaultname'. The code above passes a variable of which a user inputs in the input field above to a new page which is the 'form action' page. With the name the user inputed. If the user did not input any name, 'Mubcoded' will appear in the result page as the name which was set above as the alternate or default text. The 'form action' page stands to receive the variables... Do you understand??
Mubcoded
Reignzlord Yes i understand so what is the next step
Mubcoded
Reignzlord Where will i paste the code given to me by google.
Reignzlord
Mubcoded For the google meta verification tag, paste it at the <head>The Meta Verification Tag Goes Here</head> section of your index page (homepage)!
Mubcoded
Reignzlord There is a guy called davekiss he is in ur forum direct him to create a thread
Reignzlord
Mubcoded Alrit. Use html code editor to paste the code @ the <head></head> section of your webpage.