cactus Posted April 6, 2011 Share Posted April 6, 2011 Hi everyone, I hope I explain my problem well enough. I have created a cms with the help of a tutorial for my website, it allows me to click on the page from a menu and shows me the results. The menu list is taken from my mysql database, so for example i have homepage and recent news in my mysql table and these are what are shown in the menu. What I want is for the menu to to be images that can be clicked to take you to the correct page. I have attached a print screen to show you what it looks like at the minute and what I want the menu to look like. I have no idea if this is even possible can someone please help me out? Hopefully I will hear a reply, I will send my code if needed when I know whether it is possible or not. Thanks in hope [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/232883-linking-menus-that-use-mysql/ Share on other sites More sharing options...
litebearer Posted April 6, 2011 Share Posted April 6, 2011 Simple answer, yes it can be done - 1) you could make the image a link and overlay the appropriate text on each image; 2) using PHP and GD, you could create the images from templates; 3) make the images in a graphics program and use them as linkable images. It all depends upon you skills/needs. Quote Link to comment https://forums.phpfreaks.com/topic/232883-linking-menus-that-use-mysql/#findComment-1197777 Share on other sites More sharing options...
cactus Posted April 6, 2011 Author Share Posted April 6, 2011 My skills are very limited so which do you think would be the best option and how would I go abot doing that? Thanks for replying so quickly Quote Link to comment https://forums.phpfreaks.com/topic/232883-linking-menus-that-use-mysql/#findComment-1197782 Share on other sites More sharing options...
cactus Posted April 7, 2011 Author Share Posted April 7, 2011 Anybody have any idea how I could do this please? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/232883-linking-menus-that-use-mysql/#findComment-1198096 Share on other sites More sharing options...
harristweed Posted April 7, 2011 Share Posted April 7, 2011 have 'pencils' with a blank white area. Use CSS to position the text over the image. Quote Link to comment https://forums.phpfreaks.com/topic/232883-linking-menus-that-use-mysql/#findComment-1198100 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.