rejetto forum

GRAPH

0 Members and 1 Guest are viewing this topic.

Offline Alus.geras

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
Hi.. i need little moddification to my hfs template: ( http://qubas.lt )

======================================================



======================================================

how put from - > to...

Like thunderchicken_of_glory tempalte.

NEED FAST HELP
« Last Edit: August 23, 2009, 03:28:30 PM by Alus.geras »


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Add another surround div inside the header somewhere... make the graph the background image of that div, then align the background image 'right center'... haven't got time at the moment, but I am sure someone can help you with this, its not difficult.


Offline Alus.geras

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
ok write when you have a time.
+ i need some auto refresh.. ( only graph) (like this http://warp2001.dyndns.org:44792/ )
« Last Edit: August 23, 2009, 06:58:30 PM by Alus.geras »


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Somebody from the forum going to help this fellow?

Replace this:
Code: [Select]
<div id="header">
<div><div id="bCrumbs">{.breadcrumbs|{:<a href="%bread-url%">{.or|%bread-name%|{.!lv_home.}.}/</a>:}.}</div></div>
</div>

With something like this (untested):
Code: [Select]
<div id="header">
<div><div style="background:url('/~img_graph360x120xx000x2b2b2b') center right no-repeat;"><div id="bCrumbs">{.breadcrumbs|{:<a href="%bread-url%">{.or|%bread-name%|{.!lv_home.}.}/</a>:}.}</div></div></div>
</div>