The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Widget Problem

4 posters

Go down

In progress Widget Problem

Post by Skitoritto June 14th 2014, 2:27 pm

Links in the "Links" widget used to look normal,and then one day they decided to go off their place (I have no idea how that happened).
 This is the way they look like now : http://prntscr.com/3sp6k9
Here is the code :
Code:
<a href="http://www.toonworldacademy.net/t1595-twa-duel-spirits#15267" class="link1">
</a>
<center>
    Duel Spirit Arena
</center>
 <a href="http://www.toonworldacademy.net/t1595-twa-duel-spirits#15267" class="link1"> </a><a href="http://www.toonworldacademy.net/t1595-twa-duel-spirits#15267" class="link1"></a><a href="http://www.toonworldacademy.net/f55-exodia-game" class="link1"></a>
<center style="">
    Exodia Lottery
</center><a href="http://www.toonworldacademy.net/f55-exodia-game" class="link1"></a>
<center>
    <span style="color: white;"><strong>Tournaments:</strong></span>
</center><br /><a href="http://www.toonworldacademy.net/t1595-twa-duel-spirits#15267" class="link1"></a>
<center style="">
    KoG Toonament
</center><a href="http://www.toonworldacademy.net/t1595-twa-duel-spirits#15267" class="link1"></a><a href="http://www.toonworldacademy.net/t3785-twa-s-classic-toonament-round-1" class="link1"></a>
<center style="">
    TWA's Classic Toonament
</center><a href="http://www.toonworldacademy.net/t3785-twa-s-classic-toonament-round-1" class="link1"></a>
avatar
Skitoritto
New Member

Male Posts : 7
Reputation : 1
Language : Yugoslavian

http://www.destinydraw.forumotion.com

Back to top Go down

In progress Re: Widget Problem

Post by Sir Chivas™ June 14th 2014, 11:46 pm

Did you remove the CSS that goes with it?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Widget Problem

Post by Zellogi June 15th 2014, 2:20 am

Code:
<a href="http://www.toonworldacademy.net/t1595-twa-duel-spirits#15267" class="link1">
</a>
<center>
    Duel Spirit Arena
</center>

In this part it looks like you're creating the link, but specifying no clickable text. Then you're centering text, with no link. You should try something like this:
Code:
<center><a href="http://www.toonworldacademy.net/t1595-twa-duel-spirits#15267" class="link1">Duel Spirit Arena

When using a href, you can't just specify a link, and not put something for people to click. In this case, you have made the link, but it's invisible because there's nothing to click. The example I gave, will set the text "Duel Spirit Arena" as a clickable link, to the above link. You can apply this fix to the other lines as well.
Zellogi
Zellogi
Forumember

Male Posts : 38
Reputation : 1
Language : English
Location : USA

http://nogamenostory.userboard.net/

Back to top Go down

In progress Re: Widget Problem

Post by Jophy June 15th 2014, 9:55 am

Hello,

Check/search in your CSS(AP > Display > Colors > CSS Stylesheet) if you have the following selector:

Code:
.link1

You can try adding this in your CSS too to display them in a list manner:

Code:
.link1 {
  display: block !important;
}
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum