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
https://forums.phpfreaks.com/topic/23214-header-coding/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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