I'm a complete newb, obviously, and this is my first time using HTML. Wasn't sure if I should post this in the newbie section or here..
On my side menu I link to pages like Products, History, About, etc..
do i need to create subdomains all with separate code, or is there code within the main index that just creates a separate page
this is what i have now and it's just linking me to the "/Index of" area
<ul class="sidemenu">
<li><a href="http://home.domain.com">Home</a></li>
<li><a href="http://subdomain.domain.com">example</a></li>
<li><a href="http://subdomain1.domain.com">example</a></li>
<li><a href="http://subdomain2.domain.com">example</a></li>
</ul>
On my side menu I link to pages like Products, History, About, etc..
do i need to create subdomains all with separate code, or is there code within the main index that just creates a separate page
this is what i have now and it's just linking me to the "/Index of" area
<ul class="sidemenu">
<li><a href="http://home.domain.com">Home</a></li>
<li><a href="http://subdomain.domain.com">example</a></li>
<li><a href="http://subdomain1.domain.com">example</a></li>
<li><a href="http://subdomain2.domain.com">example</a></li>
</ul>