• 0

how to add style tags (header) to PHP


Question

I want to add the following STYLE tags to the header of my Guestbook Page(s) {sign and show}:

a:link { text-decoration: none}

a:visited { text-decoration: none}

a:active { text-decoration: none}

a:hover { text-decoration: none;}

a:hover { background: #999999;}

BODY {SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #E3E3E3; SCROLLBAR-DARKSHADOW-COLOR: #666666; }

I notice there are ECHO tags after all the main head info of the PHP generated pages.

You can go to my site at : http://heretofore.net Enter, and you'll see that I want the Guestbook pages to match the others (i.e. the IE5.5 scrollbars, etc...)

Thanks in advance.

PEACE

BASSMAN

Link to comment
https://www.neowin.net/forum/topic/7797-how-to-add-style-tags-header-to-php/
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Create a css file, insert the code (without ) and put this line in your header file (near meta tags and under

to access the css stylesheet.

href="styles.css" is my example, the location and name of the file can be different as long as it ends with .css

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.