I'm looking to display the latest poll inside a new container in the _sub_header.html file.
I have a massive space next to the logo which I'm looking to fill.
Any help would be great ..
I'm looking to display the latest poll inside a new container in the _sub_header.html file. I have a massive space next to the logo which I'm looking to fill. Any help would be great .. This is my signature, there are many like it but this one is mine... |
You create a new designbox; use designbox 0 as an example. Then you can create CSS; add to the common.css file in the template; or to base if there is no common.css in your template. You can then have a block without a border, without background, you can set the width to what you need. So this is the answer to the poll outside of a designbox. It actually is in a designbox but you just can not see it. Geeks, making the world a better place |
Thanks GG but it seems that I didn't explain myself well enough. I'm looking to add a container inside the file _sub_header.html to embed the latest poll block in the page /m/poll I need to target that specific container in that page.. This is my signature, there are many like it but this one is mine... |
You can put HTML in that file. Yes, detailed specifications does help. I am thinking that you will want to create a key to insert in the _sub_header.html and then add the function that generates the output for the key in BxBaseFunctions.php perhaps. Geeks, making the world a better place |