Recent Topics

1 Dec 02, 2006 08:22    

Since my title is already in my image header, I'm tryng to remove the link title. The only way I found is to remove the tile from the blog description byt then my webpage doesn't have a title...

http://artsmartiauxmixtes.ca/

2 Dec 02, 2006 13:15

Look for this in your file skins/nautica2/_main.php

      <h1><a href="<?php bloginfo('url'); ?>"><?php $Blog->disp( 'name', 'htmlbody' ) ?></a><br />
<?php $Blog->disp( 'tagline', 'htmlbody' ) ?>
	      </h1>


replace it with

 <br />

3 Dec 02, 2006 20:23

I did it like you tell me and it is still there.

Still, thank you for trying.

4 Dec 04, 2006 02:36

Got it! I was making the change trought the template editor. I dit it on my computer, uploaded main.php and it works!

Ty Topanga!

5 Dec 04, 2006 02:44

the template editor changes the file skin/custom/_main.php

so indeed, if you change another file, it has no effect.


Form is loading...