MyBB Community Forums

Full Version: Using CSS for Page Manager ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to create a simple store where I will give product image, description & link it to amazon.

hence I need to use CSS in page manager pages so that store looks good. But I want to retain the theme of my forum on the page.

SO how to do this ? Can I include head in page manager & put a link to style CSS ? [with keeping Use MyBB Template? to Yes.]

and this is the rough sketch of my store :

[Image: storeoh.png]

You want all the objects in the same page?

You can create a new style sheet to load only in misc.php
(2011-11-02, 12:46 PM)Sama34 Wrote: [ -> ]You want all the objects in the same page?
I didn't get this..

you can add a new style sheet in headerinclude template & use the css elements in your page
(regular html code with required css classes etc..)
^can you explain bit more ?

Thank you Smile
for testing purpose, I've added a css file like this : see image

AND in the css content , added .c1 {color:red;}

page content : <div class="c1">testing</div>

I could get above word "testing" in red color - so css worked for page content ...
Thank you Big Grin
The page is not looking correctly when viewed from guest mode :

http://www.readersenclave.com/misc.php?page=store

As you can see the title is overlapping on line.

but when logged in, it looks fine Confused

[Image: STD6J.jpg]

What to do ? Here is the CSS file :

http://readersenclave.com/cache/themes/t..._style.css

Thanks in advance Smile
The image and the site looks exactly the same to me, what exactly is the problem?
Sorry, I had it fixed & forgot to reply here Smile