MYSPACE Help!!!?
i put avatars on my profile on myspace but there are on top of one another and take up the whole page. I want to make them side by side and have a scrollbar with it, Any HELP?
you need to use CSS to style the table with your friends:
<style type="text/css">
table.friendList {
width:200px;
height:150px;
overflow:scroll;
}
table.friendList td {
width:85px;
height:100%;
}
table.friendlist img{
width:80px;
height:100px;
}
</style>
<table class = "friendlist">
<tr>
<td>
<img src="1stFriend.jpg" /><br />
friend's name
</td>
<td>
...
</td>
</tr>
</table>
<style type="text/css">
table.friendList {
width:200px;
height:150px;
overflow:scroll;
}
table.friendList td {
width:85px;
height:100%;
}
table.friendlist img{
width:80px;
height:100px;
}
</style>
<table class = "friendlist">
<tr>
<td>
<img src="1stFriend.jpg" /><br />
friend's name
</td>
<td>
...
</td>
</tr>
</table>
well 1 , MYSPACE R FOR LONERS!!!!!!
you need to find the html code for that....
http://www.myspacetoolbox.com/ try that
http://www.myspacetoolbox.com/ try that
you need to use CSS to style the table with your friends:
<style type="text/css">
table.friendList {
width:200px;
height:150px;
overflow:scroll;
}
table.friendList td {
width:85px;
height:100%;
}
table.friendlist img{
width:80px;
height:100px;
}
</style>
<table class = "friendlist">
<tr>
<td>
<img src="1stFriend.jpg" /><br />
friend's name
</td>
<td>
...
</td>
</tr>
</table>
<style type="text/css">
table.friendList {
width:200px;
height:150px;
overflow:scroll;
}
table.friendList td {
width:85px;
height:100%;
}
table.friendlist img{
width:80px;
height:100px;
}
</style>
<table class = "friendlist">
<tr>
<td>
<img src="1stFriend.jpg" /><br />
friend's name
</td>
<td>
...
</td>
</tr>
</table>