Reply to thread

Thanks Kev, that solved half of my problems :)


Now there's a new ones though, I can't put !!!recordimage!!! anywhere but inside <a>-link on custom html without breaking tooltips. And inside link it gets boxed but I can deal this with style.css (by changing links look).


EDIT> NEVERMIND, I chose boxover-method and it works just fine :)



Any chance of getting !!!current!!! to insert id=current when current program is on? This way we could "easily" change the way currently on programs look within the style.css and get away with problem they are not shown on custom html? Code would look like:

[CODE]<tr><th width=5%>!!!StartTime!!!</th><td !!!current!!! nowrap>

<a !!!ToolTip!!! href=showdetail?ID=!!!ProgID!!!>!!!Title!!![35]</a>!!!recordimage!!!</td></tr>[/CODE]


and id=current would only be inserted to currently on programs, like !!!recordimage!!!


Top Bottom