Search found 4 matches

by pc75
Mon May 20, 2013 4:30 pm
Forum: PHP - Code
Topic: Adding Button To Nav Bar Not Working
Replies: 6
Views: 1146

Re: Adding Button To Nav Bar Not Working

I do have ftp access and have been using Dreamweaver to edit the site. The web-based editor is for simple things. I have checked and checked and checked the code ... I cannot figure out where the problem lies.
by pc75
Mon May 20, 2013 6:28 am
Forum: PHP - Code
Topic: Adding Button To Nav Bar Not Working
Replies: 6
Views: 1146

Re: Adding Button To Nav Bar Not Working

For instance ... This is the entirety of what Dreamweaver tells me is on the index page in code view: <?php require_once('config/config.inc.php'); session_start(); $thePage = "index"; $view = page_header($thePage); require($header); ?> <?php display($thePage); ?> <?php $thePage = "dir...
by pc75
Mon May 20, 2013 6:10 am
Forum: PHP - Code
Topic: Adding Button To Nav Bar Not Working
Replies: 6
Views: 1146

Re: Adding Button To Nav Bar Not Working

Hi Thank you for your reply. :) I should have clarified ... I replaced the News button with FAQ ... that's why the code still says News. The News button that is showing is a background picture, not an actual button. Once I widened the page that picture showed through. Apparently the actual buttons h...
by pc75
Sun May 19, 2013 2:05 pm
Forum: PHP - Code
Topic: Adding Button To Nav Bar Not Working
Replies: 6
Views: 1146

Adding Button To Nav Bar Not Working

I edited the php code on a site I'm working on to add a navigation button to the nav bar. I've uploaded the gif image of the button, and the page exists. I added the code to make the button appear exactly like the other buttons' code, but the button will not show up. I widened the page to allow for ...