Recent Topics

1 Apr 20, 2006 17:44    

Hi,

I am having trouble trying to find out how to remove what looks like "url link lines" under the header text of a blog that I am working on when I have it redirect back to itself.

Any thoughts here on how to make the header text link back to itself without the text being underlined would be great. I have spent about 20 hrs editing both the costum.css and _main.php files to no end.

Thanks,

Vlad

2 Apr 20, 2006 19:28

You can declare a special link class for that in css such as

a.bmenu  {
	color: #ffffff;
	text-decoration: none;
}

Then where your link goes

<a href="index.htm" class="bmenu">Home</a>

Play with that a little...bmenu can be anything like a.header or whatever

Hope that helps.

:lol:

3 Apr 20, 2006 19:59

mrdav

That did it....holy sweet mother of god that did it....finally my misery is at an end!! :D

Thank you more than you know

Vlad

4 Apr 20, 2006 20:24

Keep this up MrDav and your boss will promote yah ...... you'll get your wings and harp in no time :P

¥

5 Apr 20, 2006 21:39

I'd rather have a huge stereo system and a spaceship, but I'll take whatever He is giving.

btw, I hear he still has his eye on you.

:))

7 Apr 21, 2006 13:51

You can put your hands down and unassume the position. His eye is on you for good, not to shake you down.

:P

PS - At least I am guessing that is why the sword is sheathed. ;)


Form is loading...