Comment creer un lien html?

If you need help building your website, this is the place to hang out. If you're an HTML, PHP, Perl or web database geek, check it out. / Si vous avez besoin d'aide pour construire votre site web, c'est le forum à regarder! Si vous êtes un expert en HTML, PHP, Perl ou en base de données, c'est le forum pour vous!
Post Reply
lafhl
New in Town / Le Ptit Nouveau
Posts: 30
Joined: Tue Jul 01, 2008 9:11 pm

Comment creer un lien html?

Post by lafhl »

J'utilise le portal et j'ai creer une ligne qui est "statistique par equipe" et je veux voir le fichier html teamstats du sths.

je veux savoir comment creer le lien pour afficher cette page a partir de longlet que j'ai creer.

Merci a l'avance!
Commissaire et DG de San Jose
http://www.lafhl.com
Icepilot
Moderator / Modérateur
Posts: 1700
Joined: Thu May 18, 2006 10:05 am
Location: Duncan, BC
Contact:

Re: Comment creer un lien html?

Post by Icepilot »

Open up the PHP file you want to add the HTML link to, Example i added some HTML code to the League Menu:

<li class="menubar"><a href="scores.php" class="starter" accesskey="p"><?php echo $l_nav_proleague;?></a>
<ul id="menubuilder" class="menu">
<li><a href="scores.php"><?php echo $l_nav_scores;?></a></li>
<li><a href="standings.php"><?php echo $l_nav_standings;?></a></li>
<li><a href="http://www.internethockeyleague.com/sth ... .html">PRO HTML STANDINS</a></li>
<li><a href="http://www.internethockeyleague.com/sth ... tml">POWER RANKINGS</a></li>
<li><a href="schedule.php"><?php echo $l_nav_schedules;?></a></li>
<li><a href="stats.php"><?php echo $l_nav_stats;?></a></li>
<li><a href="http://www.internethockeyleague.com/sth ... ml">LEAGUE LEADERS</a></li>
<li><a href="http://www.internethockeyleague.com/sth ... ml">LEAGUE INDIVIDUAL LEADERS</a></li>
</ul>  | </li>
Post Reply