PEAK XOOPS - Re: How to delete space line in events list? in englishin japanese

Re: How to delete space line in events list?

List posts in the topic

question Re: How to delete space line in events list?

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 .2 | Posted on 2004/4/15 16:12
GIJOE  Gunnery Sergeant   Posts: 4110
hi niten

There are two ways to do that.

a)
edit style.css in your theme, and add this line
dl {margin:0px;}

b)
edit pical_coming_schedule.html in your custom template like this
<{if $block.num_rows == 0}>
  <{$block.lang_PICAL_MB_NOEVENT}>
<{/if}>

<{foreach item=event from=$block.events}>

    <dl style='margin:0px;'>
      <dt>
        <{if $event.distance == 0}>
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!