Connecting a site

Wizet

New Member
Messages
644
Reaction score
0
Points
0
How can I connect a mini site or something like that to the website. For example I want home.html be able to connect to example.com so when i click on a specific button it takes me to example.com/home.html? How can you do that on cPanel?

Sorry if I have any grammar mistakes I was typing this really quickly.
 

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
Well, just use this HTML:
Code:
<a href="http://example.com/path/to/page.html">Link Title</a>

Which would produce:
Link Title

It's called hyperlinking, by the way.

Simple ;)

-Luke.
 
Last edited:
Top