Jump to content

Tomcat13

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Tomcat13's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. This topic got lost without any responses! I'm still waiting for some kind of help
  2. Hello everyone How do you go about, when you make changes in your include files, so the changes take effect on the articles or pages that you have created in your database? I have four include files in my website, menu.inc, leftside.inc, rightside.inc, bottom.inc I am doing articles in phpMyAdmin/MySQL like this: "domainname/news.php?articleid=170", the MySQL creates the article ID automatically, I fetch it, everything works fine, but when I make changes in the include files, using the FTP, the changes only show in the files with the .php extension, (which BTW are not in my db), but not in the pages with the articleid extension (which are in my db). Where and how do I find and edit these include files so the changes will take effect on these pages (articles or whatever), that I made in the database? Your help and advise will be greatly appreciated
  3. [!--quoteo(post=360803:date=Apr 1 2006, 10:46 PM:name=shortj75)--][div class=\'quotetop\']QUOTE(shortj75 @ Apr 1 2006, 10:46 PM) [snapback]360803[/snapback][/div][div class=\'quotemain\'][!--quotec--] try to use echo [code] echo "style type="text/css"> <!-- BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } --> </style> [/code] if that doesnt work remove the hide tags <!-- -->[code] style type="text/css"> BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } </style>[/code] [/quote] They don't work partner.. Any more ideas? Anybody... Thanks
  4. I've tried the following script to add some color to my scrollbar: <style type="text/css"> <!-- BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #008055; scrollbar-face-color: #008080; scrollbar-highlight-color: #83D8B0; scrollbar-shadow-color: #FFFFFF; scrollbar-3d-light-color: #FFFFFF; scrollbar-dark-shadow-color: #FFFFFF; } --> </style> It works with HTML but not in PHP. Not for me. Any suggestions? Thank you in advance
×
×
  • 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.