Develonet Posted October 24, 2006 Posted October 24, 2006 I am looking for a way to get rid of the table that is generated for categories, however, I still want the various category text links that appear in this table to show up. I played around with categories.php but do not have a clue on what sections of code to get rid of. Can someone please let me know or provide the sample code so just the text menu items will show up? Ohh, also need some help with the link color for these menu items. I want them to be different then other text links that show up throughout the site. What section of the stylesheet do I alter or which section of the categories section can I alter to achieve this? Thanks!!!
ComicWisdom Posted October 24, 2006 Posted October 24, 2006 I am looking for a way to get rid of the table that is generated for categories, however, I still want the various category text links that appear in this table to show up. I played around with categories.php but do not have a clue on what sections of code to get rid of. Can someone please let me know or provide the sample code so just the text menu items will show up? Ohh, also need some help with the link color for these menu items. I want them to be different then other text links that show up throughout the site. What section of the stylesheet do I alter or which section of the categories section can I alter to achieve this?Thanks!!! There is no table created for the categories. It only "appears" to be a table. Get a good hex color id tool. (Hex Color Finder by NZ Software is a good one and it's free) use it to get the hex number of the color of the "categories box" then search for that number in your style sheet and change it to the same as the page background color. To get different color links on different parts of your page, you have to create a whole new class in your stylesheet. Define it in both the stylesheet and the program code that displays it. Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
Develonet Posted October 24, 2006 Author Posted October 24, 2006 There is no table created for the categories. It only "appears" to be a table. I am lost on what you mentioned here. There seems to be an obvious table for categories. I even looked at the HTML source via my browser and it has table tags. Here is my site I am working on http://70.103.16.179/~nutechon/ and in the top left portion, you will see the categories table with menu items listed in it. I want these out and to appear like the other 3 menu items listed under that table and of course the table not to appear. Please keep in mind I am not PHP programmer so any examples are much appreciated. Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.