DIV Friends Box, need help to figure it out. |
DIV Friends Box, need help to figure it out. |
Jan 22 2008, 02:20 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2007 Member No: 499,575 |
i need help trying to figure out how to put my friends into the friends box that they maker has. i can never seem to figure it out, but i can always figure out everything else. my myspace is www.myspace.com/flybirdie. the section is at the bottom on the right hand side. please help me!!!
|
|
|
|
![]() |
Jan 27 2008, 02:58 PM
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 |
Right, your friend links aren't working.
Find this in your code: CODE <div class="friends"> <marquee scrollamount="2" direction="down" loop="true" width="105" height="117"> src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> </marquee> <marquee scrollamount="2" direction="up" loop="true" width="105" height="117"> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> <img src="http://cbimg6.com/layouts/07/11/30/23507ab.jpg" border="0"/></a> </marquee> </div> And replace with this (fill in where I've indicated): CODE <div class="friends"> <marquee scrollamount="2" direction="down" loop="true" width="105" height="117"> <a href="FRIEND URL HERE"><img src="PICTURE URL HERE"></a> <a href="FRIEND URL HERE"><img src="PICTURE URL HERE"></a> <a href="FRIEND URL HERE"><img src="PICTURE URL HERE"></a> <a href="FRIEND URL HERE"><img src="PICTURE URL HERE"></a> <a href="FRIEND URL HERE"><img src="PICTURE URL HERE"></a> </marquee> </div> |
|
|
|
CancerHamster DIV Friends Box Jan 22 2008, 02:20 AM
S-Majere Right, with the friends section you will see somet... Jan 22 2008, 04:54 AM
CancerHamster <div class="bg" style="position:... Jan 27 2008, 12:48 AM![]() ![]() |