Yes actually what I did was for the first situation.
Created a custom page template and referenced it. WOrks like a charm
see here
I stole the style sheet from another site for formatting and just inputted my own content.
I was going to suggest to do the same with the 3 category boxes. I have this web design feature in my FIrefox and I can see the style info for anysite.
I can just copy the code with the divs and get the style sheet and done.
Omer
(von: omerkhan01)
Hier noch 3 weitere Ergebnisse dieses Threads:
quick question about positioning 3 DIVs horizontally and rollover in Arthemia!
14. Apr. 2012 (von: omerkhan01)
My site is here My question is two fold. 1. I want to remove my sidebar on my product pages and just have the container or page text area expand to fill that sidebar area. I don't want it to…
Re: quick question about positioning 3 DIVs horizontally and rollover in Arthemia! :: Reply by Joern
14. Apr. 2012 (von: Joern)
first question:you should create a single-post template for this category ( actually for post in this category "if (in_category('our-products-and-services'))" )how to do you find here:http://www.snilesh.com/resources/wordpr ... wordpress/orhttp://www.wprecipes.com/how-to-use-dif ... r-categoryorhttp://lorelle.wordpress.com/2005/09/22 ... ategories/I guess you have only one single.php in your theme…
Re: quick question about positioning 3 DIVs horizontally and rollover in Arthemia! :: Reply by Joern
14. Apr. 2012 (von: Joern)
the three boxes:actually left floating div align beside each other, as long the width of them fits on the div around.If you have a space of 900px, 3 boxes with 300px will float left beside each other, the next will…