Oh! That works good.I originally had that with the !. o_OThanks, Tammy. 😀
Here's the chunk of it: $submit = isset($_POST['submit']) ? $_POST['submit'] : false;if(!$submit) $submit = _PREVIEW;$output ...
I used this instead:isset($_POST['submit']) ? $_POST['submit'] : falseIt'll do the same job, right?Thanks!
You're welcome. :)For that you'd have to float the news to the left and the recent should fill it up -- granted the news isn't longer t...
#categoryblock .row {margin-bottom: 1em;}Works for getting the space between each "row" of the "category block".And that should ge...
OH.For the original problem, you could have had:$blocks["categories"]["template"] = "{image} {link} [{count}] - {description}...
You wanted a space AFTER each category thingy? If so, I think it looks good. You could use <p>categorystuffhere</p> to avoid the double &l...
The recent block looks good. :D1) I think you mean you want it bolded and black? :s .label { font-weight: bold; color: #000; } That should only affect...
Categories: it's wrapped around a <div> so you'll have to do something like: #categoryblock .row div { display: inline; } Not sure if ...
Thanks Tammy, changed.Although I can't work it out yet -- shall have to wait... D:
You could change the categories for all the characters to -1 (I think) which means it's site wide which would achieve what you want... I original...
I'm not sure the layout works right in FF (I checked it in I.E. and I'm sure that's how you want it to be displayed).
I think the most obvious step is to check whether the fanfiction_shoutbox actually exists. :s
