Runescape Bits & Bytes
https://www.rsbandb.com/forums/

How do you do this?
https://www.rsbandb.com/forums/viewtopic.php?f=14&t=54224
Page 1 of 1

Author:  Zac [ July 14th, 2007, 1:17 pm ]
Post subject:  How do you do this?

Image

How do you do this on myspace? I mean like the scrolling boxes.
~Zac

Author:  Adbot [ July 14th, 2007, 1:17 pm ]
Post subject:  Register and login to get these in-post ads to disappear


Author:  Gzpro [ July 14th, 2007, 7:56 pm ]
Post subject: 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Scroll Box</title>

</head>
<body>
<div style="overflow:auto; height:300px; width:300px">
<table cellpadding="0" cellspacing="0" style="width:250px;">
<tr>
<td> stuff here</td>
</tr>
</table>
</div>
</body>
</html>

Author:  Zac [ July 14th, 2007, 8:53 pm ]
Post subject: 

I tried it but it came out like this.
Image

Author:  Chief Snake [ July 14th, 2007, 10:16 pm ]
Post subject: 

<iframe height="300" width="300" frameborder="0" scrolling="yes">
All your stuff here...
</iframe>

But I'll have you know, iframes are a bad practice so don't get into the habit of using them too much. :P

You can add styling to them too though, if you know CSS, or if you can pinch someone else's CSS...
For example:

<iframe style="color: white; border: 2px solid black; background: url("http://URL to a background image"); font-family: Verdana; font-size: 10px" height="300" width="300" frameborder="0" scrolling="yes">
All your stuff here!
</iframe>

Edit: If that doesn't work, can you PM me the link to that Myspace page? I might be able to help you out more easily then. Just remember to PM it to me otherwise it will come under rule against advertising.

Page 1 of 1 All times are UTC - 7 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/