website building

sangeeta

New Member
Messages
23
Reaction score
0
Points
0
I have a domain name sangeetasharma.in and I want to host my website which is presently at googlepages and I am not aware of much html coding,
my basic requirement is to edit often my publication list easily,
so do you have any idea to solve my dilemma.
 

curt15

New Member
Messages
96
Reaction score
0
Points
0
Google may have copyrighted the code used on the site, it is a template.
 

naim4u

New Member
Messages
51
Reaction score
0
Points
0
I have a domain name sangeetasharma.in and I want to host my website which is presently at googlepages and I am not aware of much html coding,
my basic requirement is to edit often my publication list easily,
so do you have any idea to solve my dilemma.
you can use the following code to redirect your website.

<html>

<head>

<title>Redirecting .......</title>

<meta http-equiv="refresh" content="1; url=http://(the google page)">

</head>

</html>
just change address in meta tag.(i.e. change (the goo..) to your google page adress)
 

Jober68

Member
Messages
63
Reaction score
0
Points
6
Use an IFrame. Just research them, they are very very simple html and it allows you to import anything from anywhere.
 
Top