Site Friends
|
|
UndisPuted | Date: Tuesday, 21.02.2012, 14:15 | Message # 1 |
Group: Verified
Posts: 245
Awards: 4
Status: Offline
| My site : http://rhyman.do.am/
If you see where i change the Site Friends (subscribe) right side on page. Theire can you see some white dots beside logos. I cant see where to remove them. Anyone?
|
|
| |
Chris8327 | Date: Tuesday, 21.02.2012, 19:22 | Message # 2 |
Group: Users
Posts: 16
Awards: 0
Status: Offline
| are you rhyman? im a big fan of yours on youtube
|
|
| |
Filip5 | Date: Tuesday, 21.02.2012, 19:22 | Message # 3 |
Group: Verified
Posts: 117
Awards: 4
Status: Offline
| Did you tried to remove that dot from pictures? It should be defined in css,but I dont know where...Well,just delete the pic and see what if do...
|
|
| |
admin | Date: Tuesday, 21.02.2012, 19:41 | Message # 4 |
Group: Verified
Posts: 187
Awards: 8
Status: Offline
| Try this code Code .cont li a{list-style:none;}
|
|
| |
UndisPuted | Date: Tuesday, 21.02.2012, 23:24 | Message # 5 |
Group: Verified
Posts: 245
Awards: 4
Status: Offline
| Quote (Chris8327) are you rhyman? im a big fan of yours on youtube hehe..im not Rhyman, im just a fan also, so i decided to make a fan site of him
Quote (Filip5) Did you tried to remove that dot from pictures? It should be defined in css,but I dont know where...Well,just delete the pic and see what if do... The Dots aint from the pictures it was on the links from site friends.
Quote (admin) Try this code Code .cont li a{list-style:none;}
Ok...I''ll try that.
(have tryed it, but didnt work) Maybe iv'e done it wrong. But here is the code for link and img: Code <li><a href="https://twitter.com/#!/RHYMAN92" target="_blank" class="noun"><img src="http://rhyman.do.am/img/twitter.png" border="0" alt="" /></a></li>
Message edited by UndisPuted - Tuesday, 21.02.2012, 23:34 |
|
| |
admin | Date: Wednesday, 22.02.2012, 11:52 | Message # 6 |
Group: Verified
Posts: 187
Awards: 8
Status: Offline
| UndisPuted, try add this css code Code .cont li{list-style-type:none;}
|
|
| |
UndisPuted | Date: Wednesday, 22.02.2012, 12:13 | Message # 7 |
Group: Verified
Posts: 245
Awards: 4
Status: Offline
| Quote (admin) UndisPuted, try add this css code Code .cont li{list-style-type:none;}
Hmmm..I think i have tried almost everything, but it will not go away. So here is the block code. I must have added it wrong place.
Code <!-- <block12> --> <table border="0" cellpadding="0" cellspacing="0" width="200" class="sbar2"> <tr><td height="28" class="title" align="center"><h2><!-- <bt> --><!--<s5204>-->Subscribe<!--</s>--><!-- </bt> --></h2></td></tr> <tr><td width="198" class="cont"><!-- <bc> --><!--<s1546>--><li><a href="http://www.facebook.com/pages/Rhyman/121098647974895" target="_blank" class="noun"><img src="http://rhyman.do.am/img/facebook.jpg" border="0" alt="" /></a></li> <li><a href="http://www.youtube.com/user/MrRhyMan" target="_blank" class="noun"><img src="http://rhyman.do.am/img/youtube.png" border="0" alt="" /></a></li> <li><a href="https://twitter.com/#!/RHYMAN92" target="_blank" class="noun"><img src="http://rhyman.do.am/img/twitter.png" border="0" alt="" /></a></li> <li><a href="http://www.reverbnation.com/rhyman" target="_blank" class="noun"><img src="http://rhyman.do.am/img/reverbnation.png" border="0" alt="" /></a></li> <li><a href="http://www.htmlcodeexamples.com/" target="_blank" class="noun">*****</a></li> <li><a href="http://browsers.ucoz.ru/index/en/0-5" target="_blank" class="noun">*****</a></li><!--</s>--><!-- </bc> --></td></tr> </table> <!-- </block12> -->
|
|
| |
admin | Date: Wednesday, 22.02.2012, 12:23 | Message # 8 |
Group: Verified
Posts: 187
Awards: 8
Status: Offline
| UndisPuted, you should add this in CSS Code .cont ul{list-style:none;}
|
|
| |
UndisPuted | Date: Wednesday, 22.02.2012, 12:31 | Message # 9 |
Group: Verified
Posts: 245
Awards: 4
Status: Offline
| I know that, but where...hehe... i have tried more then 1 places to add it. but the dot is still there.
|
|
| |
admin | Date: Wednesday, 22.02.2012, 13:16 | Message # 10 |
Group: Verified
Posts: 187
Awards: 8
Status: Offline
| that's for sure solves your problem Code ul{list-style:none !important;}
|
|
| |
UndisPuted | Date: Wednesday, 22.02.2012, 19:21 | Message # 11 |
Group: Verified
Posts: 245
Awards: 4
Status: Offline
| Its great that the code work, but ive tried so many times now, could someone tell me where to put it?
|
|
| |
admin | Date: Wednesday, 22.02.2012, 19:43 | Message # 12 |
Group: Verified
Posts: 187
Awards: 8
Status: Offline
| CP -> Design -> Design management (CSS) and paste code into the bottom
|
|
| |
UndisPuted | Date: Wednesday, 22.02.2012, 20:06 | Message # 13 |
Group: Verified
Posts: 245
Awards: 4
Status: Offline
| Code /* ====== forum End ====== */ ul{list-style:none !important;}
Thats the 2 last sentence in my CSS, and its still there...
|
|
| |
admin | Date: Wednesday, 22.02.2012, 20:14 | Message # 14 |
Group: Verified
Posts: 187
Awards: 8
Status: Offline
| UndisPuted, change on Code li{list-style:none !important;}
|
|
| |
UndisPuted | Date: Wednesday, 22.02.2012, 20:40 | Message # 15 |
Group: Verified
Posts: 245
Awards: 4
Status: Offline
| Quote (admin) UndisPuted, change on Code li{list-style:none !important;}
Awesome admin. It finally worked, this almost killed me...hehe
|
|
| |