Jump to content

Header Coding


eaglejazz

Recommended Posts

Hi there to all, I am new member and still learning PHP, and therefore I need your help!

I got a header I need help with! I want to solely post different pictures in a php file for each web page. I was just wanting some help with the code as i am unsure . Also each page contains 3 sublinks that i want the picture of the page with the sublinks to remain. Thanks for your help

I have done my submenu in php, maybe it will be similiar, For example;

  default:
          $display = '<ul id="generic_subnav">';
          $display .= '<li></li>';
          $display .= '<li></li>';
          $display .= '<li></li>';
          $display .= '</ul>';
          echo $display;
      break;
 

But it needs to be for images. Should I do it the CSS way instead?


Dave
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.