coryschadt
-
Password Protected areas/categories.
Thanks Josh. I am not sure this will do what I need,I will check it out though. Basically the client wants it so they can have a secure client category or group of posts. So each of their clients would have a secure page they can go to with posts…
-
Add // to h1 tags
Ya a background image would probably be a good idea. You could also do it with jquery. Something like this: $('//').prependTo('h1'); http://api.jquery.com/prependTo/ Cheers, Cory
-
[Solved] CSS change img on hover
Here is another way to do it. Combine both images into one. That way only one file will need to be loaded and you won't ever have a flicker effect. Cheers, Cory a#truck { display: block; width: 180px; height: 123px; text-decoration: none; b…
-
Confused about Wordpress setup
I would build the whole site in Wordpress. I just completed my first real wordpress build and found the system to work really well as a cms. This video helped me out quite a bit: http://css-tricks.com/video-screencasts ... -as-a-cms/ Cheers, Cory