By TooFatToFish on
I'm trying to take the borders out of my http://www.sosodef.org/drupal/user/register page. But I can't find any stylesheet for it. Ideally, I would like to create a completely different stylesheet for this page.
Any idea how to achieve this?
Comments
=-=
I don't believe there is a separate stylesheet for it. you would target the existing elements with css and place it in style.css or change what is alreay in style.css for those elements.
Oh ok, thanks. But how do I
Oh ok, thanks. But how do I find the template file for that page?
=-=
there is no default tpl.php for that page. you would have to investigate the themeing guide for Drupal 5.x to figure out what you would name a custom tpl.php file to take over that page. Then you may have to print each variable separately to totally customize that page.
I know there is documentation for this in the handbooks.