Thank you for responding. I placed two div tags as you suggested and two show up, however, they both contain the same information. I would like to split the categories up in each div.
Here is the code I have embedded in the page. I am not doing something right:
<div style="float: right; width: 20%;">
<?php require("/home/khorton/public_html/nhba2/calendar/plugins/legend-filter.php"); ?>
</div>
<div style="float: right; width: 20%;">
<?php require("/home/khorton/public_html/nhba2/calendar/plugins/legend-filter.php"); ?>
</div>
I have attached an image to show you what it currently looks like. Just need to know how to make the categories to split up. Let's say I have 12 categories, so I would like 6 of those categories to show up in one column and the other 6 categories in the other column. Is this doable and if so, can you please let me know what I need to do. I would really appreciate it.
Thank you,
pkat
Last edited by perkiekat; 05-21-2011 at 09:25 PM.
|