Recent Topics

1 Apr 20, 2005 19:12    

With no skill in php how can I modify main.php :

// ---------- END OF BLOG LIST -------------- ?>
<div class="pageHeader">
<h1 id="pageTitle"><?php $Blog->disp( 'name', 'htmlbody' ) ?></h1>
<div class="pageSubTitle"><?php $Blog->disp( 'tagline', 'htmlbody' ) ?></div>
</div>

to display a custom animated .gif ?

Many thanks in advance :)

Alex

www.abtechno.org

2 Apr 20, 2005 20:10

To put an animated gif as a backgound of the title of the page you can edit the css file in your skin folder.
Find

    h1#pageTitle { color: #fff; font-size: 270%; font-weight: bold; margin: 0; padding: 0; background: url('animated.gif'); } [/list:u] add the red line and adjust the name and the path of your gif. I hope it helps Good luck :D

3 Apr 20, 2005 22:31

Many thanks Fern, easy and simple I'll will do immediatly !

BRGDS

Alex


Form is loading...