I'm kind of new to coding and stuff and I have a problem
I've added links into a sidebar and they all work fine...
If it helps I use a code like this..
<div id="sidebar2" style="width: 164; height: 549">
<div style="overflow: auto; width: 166; height: 492;">
<DIV class="sidebar2">Navigation</DIV>
<a href="Link here"><font size="2">Forum</font></a>
<br><a href="link here"><b><font size="2">Links</font></b></a>
but then I want to add another link to the top
so it would be like this, right?
<a href="Link here"><font size="2">Home</font></a>
<br><a href="Link here"><font size="2">Forum</font></a>
<br><a href="link here"><b><font size="2">Links</font></b></a>
but when I do the bottom link stops working...
When you hover over the text you have to find a certain point in the text to click it.
Any idea?
Sorry I'm new to this so I probably haven't given you enough infomation.. but any ideas where I should look or what I'm doing wrong?
Thanks.
Nevermind I've done it lol.
Something to do with the font.
I've added links into a sidebar and they all work fine...
If it helps I use a code like this..
<div id="sidebar2" style="width: 164; height: 549">
<div style="overflow: auto; width: 166; height: 492;">
<DIV class="sidebar2">Navigation</DIV>
<a href="Link here"><font size="2">Forum</font></a>
<br><a href="link here"><b><font size="2">Links</font></b></a>
but then I want to add another link to the top
so it would be like this, right?
<a href="Link here"><font size="2">Home</font></a>
<br><a href="Link here"><font size="2">Forum</font></a>
<br><a href="link here"><b><font size="2">Links</font></b></a>
but when I do the bottom link stops working...
When you hover over the text you have to find a certain point in the text to click it.
Any idea?
Sorry I'm new to this so I probably haven't given you enough infomation.. but any ideas where I should look or what I'm doing wrong?
Thanks.
Nevermind I've done it lol.
Something to do with the font.