eaglejazz Posted October 6, 2006 Share Posted October 6, 2006 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 helpI 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 Quote Link to comment https://forums.phpfreaks.com/topic/23214-header-coding/ Share on other sites More sharing options...
Hi I Am Timbo Posted October 6, 2006 Share Posted October 6, 2006 I guess I'm not sure what you mean, but you can put images inside your list items (<li>) Quote Link to comment https://forums.phpfreaks.com/topic/23214-header-coding/#findComment-105271 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.