css & link

  • Thread starter alliel philippe
  • Start date
A

alliel philippe

Hello,

I try to improve my css style :)
I don't find a solution so let the link in the external sheet. The idea is
to put it once a time in the external sheet and to call it with the html
page.

Something like this :
Page html :
<ul id="menu">
<li><a id="item1" href="">Expositions</a></li>
<li><a id="item2" href="#">Galerie des artistes</a></li>
<li><a id="item3" href="#">Nouveau</a></li>
<li><a id="item4" href="#">Défiscalisation</a></li>
<li><a id="item5" href="#">Informations</a></li>
<li><a id="item6" href="#">Contact</a></li>
<li><a id="item7" href="#">Liens</a></li>

Page CSS :

#menu li#item1{
href:"exposition.htm";
}

Is it possible ? What is the correct syntax.

Tkank you for your response.
Phil
 
A

Adrienne Boswell

Hello,

I try to improve my css style :)
I don't find a solution so let the link in the external sheet. The
idea is to put it once a time in the external sheet and to call it
with the html page.

Something like this :
Page html :
<ul id="menu">
<li><a id="item1" href="">Expositions</a></li>
<li><a id="item2" href="#">Galerie des artistes</a></li>
<li><a id="item3" href="#">Nouveau</a></li>
<li><a id="item4" href="#">Défiscalisation</a></li>
<li><a id="item5" href="#">Informations</a></li>
<li><a id="item6" href="#">Contact</a></li>
<li><a id="item7" href="#">Liens</a></li>

Page CSS :

#menu li#item1{
href:"exposition.htm";
}

Is it possible ? What is the correct syntax.

Tkank you for your response.
Phil

CSS is for presentation. You want to look into a server side include.
http://allmyfaqs.net/faq.pl?Include_one_file_in_another
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,104
Latest member
LesliVqm09
Top