Adding another page

Status
Not open for further replies.

imspecialkjs

New Member
Messages
27
Reaction score
0
Points
0
Hello, is there a way to add a second page, say like i wanted to have my homepage, then i wanted something like "www.example.com/account" or something along those lines
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Hello,

You can make a new folder? Or make another file called 'account.html'. Not really sure what you are asking?
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
You can have unlimited pages (Until you reach the 300MB size limit, which won't happen soon). All you need to do is create another file (e.g. new-page.html) then put a link to it on your homepage, using:
<A href="new-page.html">Text to show as the link</A>

May I recommend you read a HTML tutorial about linking pages.
 

pgames

New Member
Messages
217
Reaction score
0
Points
0
Hello, is there a way to add a second page, say like i wanted to have my homepage, then i wanted something like "www.example.com/account" or something along those lines

You have to make a folder named "account" then create an index.html or index.php and put it into the "account" folder.

When u type "www.example.com/account" it'll go to that index.html or index.php page.

Then u just create a link from ur homepage to "www.example.com/account/index.php" or "www.example.com/account/index.html"
 
Last edited:

warlordste

New Member
Messages
653
Reaction score
0
Points
0
depending on what page you want to show your people but normally just having the folder name will come up with the file called index
 
Status
Not open for further replies.
Top