Jump to content

brandonjp

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

brandonjp's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I've got an index.php file as follows: hard-coded header include(itempage.php) hard-coded footer BUT... the itempage.php has a couple defined variables that I'd like to use in the index.php file I can add include() or require() before the header, but it displays the content of the included file Is there a way to include, or require or reference a file so it will define the variables right away, but then display the actual contents of the file further down the page. --bp
  2. [!--quoteo(post=164502:date=Oct 7 2004, 06:47 AM:name=tzhou)--][div class=\'quotetop\']QUOTE(tzhou @ Oct 7 2004, 06:47 AM) 164502[/snapback][/div][div class=\'quotemain\'][!--quotec--] In an external style sheet: a {text-decoration: none;} If you're embedding into your HTML: <a href="blah" style="text-decoration: none;">text</a> is there a way to use the "a:hover {text-decoration:underline;}" embedd into the HTML? or actually just some way to specify that i only want a certain set of links (for example, the menu) to change color and decoration when hovered over, but don't want every link to change on hover
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.