By marknt15 on
Hi,
I need to add an "id" attribute in the ul tag. Here is the code:
<div id="primary" class="clear-block">
<ul class="links">
Where can I find that file so that I can add the "id" attribute?
Thanks :)
Hi,
I need to add an "id" attribute in the ul tag. Here is the code:
<div id="primary" class="clear-block">
<ul class="links">
Where can I find that file so that I can add the "id" attribute?
Thanks :)
Comments
=-=
you may have to work in the page.tpl.php file and your style.css file.
Hhmm...
This is the code in the page.tpl.php:
The primary link contents is a php variable that contains the "ul" and "li" tags. Where is the $primary_links variable initialized? So that I can edit them. Thanks :D
=-=
off of the top of my head I don't know. I'd check api.drupal.org or run a FIND on your files for $primary_links