Hello All! Was wondering if anyone had a CSS (table-less) theme for phpTemplate they would like to share. I've been beating my head against the wall trying to build one - and cant seem to get the tops of the columns to line-up. So I'm hoping someone would have a sample they would share.
I wish to customize the way that the blocks look I can play around with the style sheet to change the way the lay out looks,but I would love for my block to have look as below.The look is taken from my old hand coded (html)site.
I have a navigation menu with two tabs: "type A" and "type B". I would like to highlight one tab according to the node's taxonomy that the user is viewing. For example: node #1 is published with the term "type A". When one visitor is viewing it, the type A tab should be active.
My question is: how do I know if a node has a specific taxonomy's term?
Hi all, I really hope someone smarter than me can help me out :)
I have a php theme template that I made based on some of the default themes. It works great but the elements are global.
I need to have some elements display based on the path. Much like displaying blocks based on the path. Is there an easy way to do an "if" statement to accomplish this? I have no idea where to start.