Notices not working in firefox and bad style

polle

Active member
This is how my notices look in firefox and Chrome. In Safari they work fine.

Clicking the 2 ugly links it adds below the box, just adds a #n3 and #n4 to the URL and nothing else. No text and no nothing showing.

How can I fix it ?

Screen Shot 2013-05-25 at 12.36.27 PM.webp
 
Correct, the second notice is not showing, it turns blank.
The 2 little tabs in the right of the box are not displaying correct.
It adds 2 links that does nothing above the forum title.

Actually is not working in any Browser, a notice was just for unregistered users, now that I add it for everyone, I see that notices shows incorrect for everyone and all Browsers.

Thats the problem
 
Yes, but can you share the code you are using for your notices, since it's not the default. By looking at what code you've used, we can probably track down the problem faster than having to sit and trawl through Firebug deciphering your code myself.
 
Yes, but can you share the code you are using for your notices, since it's not the default. By looking at what code you've used, we can probably track down the problem faster than having to sit and trawl through Firebug deciphering your code myself.
Nothing special.

Code:
<h2>Some text here <a href="http://www.aaa.com/link">text link.</h2>

Just that.
 
Top Bottom