View Full Version : customizing blog calendar
itsme2000lv
12-17-2005, 06:37 PM
How can I get the calendar to place above the listings instead of next to it? Here's the code I have palced:
<?php
$EPCBLOG=1;
require("calendar.php");
?> </td>
<td align="center" valign="top" bgcolor="#F2F2F2"><?php
$EPCBLOG=2;
$template="blog.php";
$DF = "l, F j, Y";
require("calendar.php");
?>
itsme2000lv
12-17-2005, 06:49 PM
ok, figured it out. Which file do I edit to change the width of the listing's table in the blog mode?
Brian
12-17-2005, 07:01 PM
That would be blog.php.
itsme2000lv
12-17-2005, 07:03 PM
I tried that but it didn't work.
Here's my page. Let me know what's wrong here:
http://vegas.ultranightlife.com/events
Brian
12-18-2005, 10:17 AM
You have the CSS for the table set to 90%. Try setting it to 400px (or smaller if needed):
.tableListings {
width: 400px;
border: 1px solid #006699;
margin: 0px;
padding: 0px;
}
itsme2000lv
12-18-2005, 02:56 PM
Actually I just changed it to 70% which works out quite well.
Thanks
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.