The iframe works but experiencing technical difficulties with height. If anyone has suggestions please do not hesitate.
index.html
<!--//index.html--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>The Bit Company | Home</title> </head> <body link="#FFFF00" alink="#FFFF99" vlink="#FFEE00"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"bgcolor="#999999" style="text-align: center"><a href="index.html"><img src="http://i48.tinypic.com/2gxmb2d.png" border="0" alt="The Bit Company"/></a></td> </tr> <tr height="100%"> <td rowspan="2"width="20%" bgcolor="#0099FF"> <table width="100%" height="100%"border="0" cellspacing="0" cellpadding="0"> <tr> <td height="30" style="color: #FFF;">Welcome!</td> </tr> <tr> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/home.html" target="main_frame">Home</a></td> </tr> <tr> <td><hr/></td> </tr> <tr> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">Our Forums Page</a></td> </tr> <tr height="100%"></tr> </table> </td> <td> <!--Begin Content Area--> <iframe width="100%" name="main_frame" src="frame/home.html" height="100%"></iframe> <!--End Content Area--> </td> </tr> <tr> <td colspan="2" bgcolor="#0099FF" style="font-size: 10px">© 2012 <a href="index.html">The Bit Company</a></td> </tr> </table> </body> </html>
frame/main.html
<!--//frame/main.html--> <h1 style="font-family:sans-serif;">The Bit Company</h1> <p style="font-family:sans-serif;"> The Bit Company is a company that specializes in programming and graphics. We like to make awesome platformers and games. It was founded by ftf841. </p> <h2 style="font-family:sans-serif;">Current projects:</h2> <p style="font-family:sans-serif;"> Our most recent project is an OS named Bit OS. It was released on July 11, 2012. <span style="font-size: 10px">(shift+click the arrows in the top-left corner to go fullscreen)</span></p> <p align="center" id="gamebox"><button onclick="replacePlaceholderImage();"><img width="483" height="387" src="http://i48.tinypic.com/1znc5cj.png" /></button> <script type="text/javascript"> var flashEmbedHtml = '<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="flashvars" value="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=3"><embed src="http://scratch.mit.edu/static/misc/PlayerOnly.swf" width="483" height="387" allowscriptaccess="always" allowfullscreen="true" flashvars="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=3"></object>'; function replacePlaceholderImage() { document.getElementById('gamebox').innerHTML = flashEmbedHtml; }; </script> </p>
I'm working on the sizing problems.
Offline
New code - iframe still not working but now at a fixed (larger) size
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>The Bit Company | Home</title> </head> <body link="#FFFF00" alink="#FFFF99" vlink="#FFEE00"> <table width="100%" height="100%" border="5" cellspacing="0" cellpadding="0"><tr><td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="108" colspan="2"bgcolor="#404040" style="text-align: center"><a href="index.html"><img src="http://i48.tinypic.com/2gxmb2d.png" border="0" alt="The Bit Company"/></a></td> </tr> <tr height="100%"> <td width="20%" height="100%" bgcolor="#0099FF"> <table width="100%" height="100%"border="0" cellspacing="0" cellpadding="0"> <tr> <td height="30" style="color: #FFF;">Welcome!</td> </tr> <tr> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/home.html" target="main_frame">Home</a></td> </tr> <tr> <td><hr/></td> </tr> <tr> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">Our Forums Page</a></td> </tr> <tr height="100%"></tr> </table> </td> <td height="100%"> <!--Begin Content Area--> <iframe width="100%" name="main_frame" src="frame/home.html" height="500"></iframe> <!--End Content Area--> </td> </tr> <tr> <td colspan="2" bgcolor="#0099FF" height="11" style="font-size: 10px">© 2012 <a href="index.html">The Bit Company</a>. Our website is under development. Questions? Suggestions? See <a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">our forums page</a> or <a href="mailto:scratchtbc@gmail.com?subject=Your awesome website&body=Remember, our site is still under development and may not be complete yet. Any questions/comments emailed to us are posted directly to the forums.">email</a> us.</td> </tr> </table> </td> </tr> </table> </body> </html>
frame/main.html
<h1 style="font-family:sans-serif;">The Bit Company</h1> <p style="font-family:sans-serif;"> The Bit Company is a company that specializes in programming and graphics. We like to make awesome platformers and games. It was founded by ftf841. </p> <h2 style="font-family:sans-serif;">Current projects:</h2> <p style="font-family:sans-serif;"> Our most recent project is an OS named Bit OS. It was released on July 11, 2012. <span style="font-size: 10px">Newest version: 4.0 (shift+click the arrows in the top-left corner to go fullscreen)</span></p> <p align="center" id="gamebox"><button onclick="replacePlaceholderImage();"><img width="483" height="387" src="http://i48.tinypic.com/1znc5cj.png" /></button> <script type="text/javascript"> var flashEmbedHtml = '<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="flashvars" value="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=3"><embed src="http://scratch.mit.edu/static/misc/PlayerOnly.swf" width="483" height="387" allowscriptaccess="always" allowfullscreen="true" flashvars="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=3"></object>'; function replacePlaceholderImage() { document.getElementById('gamebox').innerHTML = flashEmbedHtml; }; </script> </p>
Offline
jTron_TBC wrote:
New code - iframe still not working but now at a fixed (larger) size
index.htmlCode:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>The Bit Company | Home</title> </head> <body link="#FFFF00" alink="#FFFF99" vlink="#FFEE00"> <table width="100%" height="100%" border="5" cellspacing="0" cellpadding="0"><tr><td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="108" colspan="2"bgcolor="#404040" style="text-align: center"><a href="index.html"><img src="http://i48.tinypic.com/2gxmb2d.png" border="0" alt="The Bit Company"/></a></td> </tr> <tr height="100%"> <td width="20%" height="100%" bgcolor="#0099FF"> <table width="100%" height="100%"border="0" cellspacing="0" cellpadding="0"> <tr> <td height="30" style="color: #FFF;">Welcome!</td> </tr> <tr> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/home.html" target="main_frame">Home</a></td> </tr> <tr> <td><hr/></td> </tr> <tr> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">Our Forums Page</a></td> </tr> <tr height="100%"></tr> </table> </td> <td height="100%"> <!--Begin Content Area--> <iframe width="100%" name="main_frame" src="frame/home.html" height="500"></iframe> <!--End Content Area--> </td> </tr> <tr> <td colspan="2" bgcolor="#0099FF" height="11" style="font-size: 10px">© 2012 <a href="index.html">The Bit Company</a>. Our website is under development. Questions? Suggestions? See <a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">our forums page</a> or <a href="mailto:scratchtbc@gmail.com?subject=Your awesome website&body=Remember, our site is still under development and may not be complete yet. Any questions/comments emailed to us are posted directly to the forums.">email</a> us.</td> </tr> </table> </td> </tr> </table> </body> </html>frame/main.html
Code:
<h1 style="font-family:sans-serif;">The Bit Company</h1> <p style="font-family:sans-serif;"> The Bit Company is a company that specializes in programming and graphics. We like to make awesome platformers and games. It was founded by ftf841. </p> <h2 style="font-family:sans-serif;">Current projects:</h2> <p style="font-family:sans-serif;"> Our most recent project is an OS named Bit OS. It was released on July 11, 2012. <span style="font-size: 10px">Newest version: 4.0 (shift+click the arrows in the top-left corner to go fullscreen)</span></p> <p align="center" id="gamebox"><button onclick="replacePlaceholderImage();"><img width="483" height="387" src="http://i48.tinypic.com/1znc5cj.png" /></button> <script type="text/javascript"> var flashEmbedHtml = '<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="flashvars" value="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=3"><embed src="http://scratch.mit.edu/static/misc/PlayerOnly.swf" width="483" height="387" allowscriptaccess="always" allowfullscreen="true" flashvars="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=3"></object>'; function replacePlaceholderImage() { document.getElementById('gamebox').innerHTML = flashEmbedHtml; }; </script> </p>
should I update the website with this? if yes, then what should the name of the second page be?
Offline
wolfdude999 wrote:
jTron_TBC wrote:
{removed to avoid page-stretching}
should I update the website with this? if yes, then what should the name of the second page be?
Yes - the newest version. The filenames are there - save the first as //index.html and the other as //frame/main.html . no editing required.
Offline
jTron_TBC wrote:
wolfdude999 wrote:
jTron_TBC wrote:
{removed to avoid page-stretching}
should I update the website with this? if yes, then what should the name of the second page be?
Yes - the newest version. The filenames are there - save the first as //index.html and the other as //frame/main.html . no editing required.
More pages - I'm working on it! - should be here soon.
Offline
You might want to look at the website... it's not right. MESSED UP!
Offline
jTron_TBC wrote:
wolfdude999 wrote:
jTron_TBC wrote:
{removed to avoid page-stretching}
should I update the website with this? if yes, then what should the name of the second page be?
Yes - the newest version. The filenames are there - save the first as //index.html and the other as //frame/main.html . no editing required.
Whoops, sorry, should be home.html .
Offline
jTron_TBC wrote:
jTron_TBC wrote:
wolfdude999 wrote:
should I update the website with this? if yes, then what should the name of the second page be?Yes - the newest version. The filenames are there - save the first as //index.html and the other as //frame/main.html . no editing required.
Whoops, sorry, should be home.html .
For which one?
Offline
wolfdude999 wrote:
jTron_TBC wrote:
jTron_TBC wrote:
Yes - the newest version. The filenames are there - save the first as //index.html and the other as //frame/main.html . no editing required.Whoops, sorry, should be home.html .
For which one?
frame/main.html should be frame/home.html
Offline
OK. LOTS of new code. Here goes:
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>The Bit Company | Home</title> </head> <body link="#FFFF00" alink="#FFFF99" vlink="#FFEE00"> <table width="100%" height="100%" border="5" cellspacing="0" cellpadding="0"><tr><td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="108" colspan="2"bgcolor="#404040" style="text-align: center"><a href="index.html"><img src="http://i48.tinypic.com/2gxmb2d.png" border="0" alt="The Bit Company"/></a></td> </tr> <tr height="100%"> <td width="20%" height="100%" bgcolor="#0099FF"> <table width="100%" height="100%"border="0" cellspacing="0" cellpadding="0"> <tr> <td height="30" style="color: #FFF;">Welcome!</td> </tr> <tr><!--This is a standard menu item--> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/home.html" target="main_frame">Home</a></td> </tr><!--(end)--> <tr><!--This is a standard menu item--> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/about.html" target="main_frame">About</a></td> </tr><!--(end)--> <tr><!--This is a standard menu item--> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/bitos.html" target="main_frame">Bit OS</a></td> </tr><!--(end)--> <tr> <td><hr/></td> </tr> <tr> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">Our Forums Page</a></td> </tr> <tr height="100%"></tr> </table> </td> <td height="100%"> <!--Begin Content Area--> <iframe width="100%" name="main_frame" src="frame/home.html" height="500"></iframe> <!--End Content Area--> </td> </tr> <tr> <td colspan="2" bgcolor="#0099FF" height="11" style="font-size: 10px">© 2012 <a href="index.html">The Bit Company</a>. Our website is under development. Questions? Suggestions? See <a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">our forums page</a> or <a href="mailto:scratchtbc@gmail.com?subject=Your awesome website&body=Remember, our site is still under development and may not be complete yet. Any questions/comments emailed to us are posted directly to the forums.">email</a> us.</td> </tr> </table> </td> </tr> </table> </body> </html>
frame/about.html
<h1 style="font-family:sans-serif;">The Bit Company</h1> <p style="font-family:sans-serif;"> The Bit Company is a company that specializes in programming and graphics. We like to make awesome platformers and games. It was founded by ftf841. </p> <h2 style="font-family:sans-serif;">Current projects:</h2> <p style="font-family:sans-serif;"> Our most recent project is an OS named Bit OS. It was released on July 11, 2012. <span style="font-size: 10px">Newest version: 4.0 (shift+click the arrows in the top-left corner to go fullscreen)</span></p> <p align="center" id="gamebox"><button onclick="replacePlaceholderImage();"><img width="483" height="387" src="http://i48.tinypic.com/1znc5cj.png" /></button> <script type="text/javascript"> var flashEmbedHtml = '<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="flashvars" value="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=4"><embed src="http://scratch.mit.edu/static/misc/PlayerOnly.swf" width="483" height="387" allowscriptaccess="always" allowfullscreen="true" flashvars="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=3"></object>'; function replacePlaceholderImage() { document.getElementById('gamebox').innerHTML = flashEmbedHtml; }; </script> </p>
frame/about.html
<h1 style="font-family:sans-serif;">About The Bit Company</h1> <p style="font-family:sans-serif;"> The Bit Company is a company that specializes in programming and graphics. We like to make awesome platformers and games.</p> <h2 style="font-family:sans-serif;">What are we doing now?</h2> <p>Right now we are running two projects at the same time. The president, <a href="http://scratch.mit.edu/users/ftf841" target="_blank">ftf841</a>, will be running <a href="frame/bitos.html">our OS</a> as the leader. <a href="http://scratch.mit.edu/users/Borrego6165" target="_blank">Borrego6165</a>, the vice president will be leading a futuristic rpg/platformer game in which you will move between 6 time zones: Prehistoric, Egyptian, Medieval, Victorian, Modern, and Future! <p>So let's make an awesome OS and an epic rpg! If you'd like to join our team, see <a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">our forums page</a>. <table width="100%" border="5" cellspacing="0" cellpadding="0"> <tr> <th>Members:</th> <th>Projects:</th> </tr> <tr> <td style="text-align:center"><table width="100%" border="1" cellspacing="0" cellpadding="5"> <tr> <td colspan="2" style="text-align: center"><p><a href="http://scratch.mit.edu/users/TheBitCompany"><img src="http://blocks.scratchr.org/API.php?user=TheBitCompany&action=onlineStatus" /><br/>TheBitCompany</a></p></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/ftf841"><img src="http://blocks.scratchr.org/API.php?user=ftf841&action=onlineStatus" /><br/>ftf841</a></td> <td style="text-align: center"><a href="http://scratch.mit.edu/users/Borrego6165"><img src="http://blocks.scratchr.org/API.php?user=Borrego6165&action=onlineStatus" /><br/>Borrego6165</a></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/ScratcherXPrime"><img src="http://blocks.scratchr.org/API.php?user=ScratcherXPrime&action=onlineStatus" /><br/>ScratcherXPrime</a></td> <td style="text-align: center"><a href="http://scratch.mit.edu/users/wolfdude999"><img src="http://blocks.scratchr.org/API.php?user=wolfdude999&action=onlineStatus" /><br/>wolfdude999</a></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/Ludburghmdm"><img src="http://blocks.scratchr.org/API.php?user=Ludburghmdm&action=onlineStatus" /><br/>Ludburghmdm</a></td> <td style="text-align: center"><a href="http://scratch.mit.edu/users/td76"><img src="http://blocks.scratchr.org/API.php?user=td76&action=onlineStatus" /><br/>td76</a></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/8Bits"><img src="http://blocks.scratchr.org/API.php?user=8Bits&action=onlineStatus" /><br/>8Bits</a></td> <td style="text-align: center"><a href="http://scratch.mit.edu/users/bluecat600"><img src="http://blocks.scratchr.org/API.php?user=bluecat600&action=onlineStatus" /><br/>bluecat600</a></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/coolhogs"><img src="http://blocks.scratchr.org/API.php?user=coolhogs&action=onlineStatus" /><br/>coolhogs</a></td> <td style="text-align: center"><a href="http://scratch.mit.edu/users/jTron"><img src="http://blocks.scratchr.org/API.php?user=jTron_TBC&action=onlineStatus" /><br/>jTron_TBC</a></td> </tr> </table></td> <td style="text-align:center"><p><a href="bitos.html">Bit OS</a></p> <p>RPG/Platformer</p></td> </tr> </table> <p> </p>
frame/bitos.html
<h1 style="font-family:sans-serif;">Bit OS</h1> <p style="font-family:sans-serif;"> One of our current projects is an OS named Bit OS. It was released on July 11, 2012. <span style="font-size: 10px">Newest version: 4.0 (shift+click the arrows in the top-left corner to go fullscreen)</span></p> <p align="center" id="gamebox"><object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="flashvars" value="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=4"><embed src="http://scratch.mit.edu/static/misc/PlayerOnly.swf" width="483" height="387" allowscriptaccess="always" allowfullscreen="true" flashvars="project=http://scratch.mit.edu/static/projects/TheBitCompany/2667772.sb?version=3"></object> </p>
Hopefully this works.
Offline
Updated. Also, the about page is wrong. I am the vp and I think that borrego kinda quit...
Offline
jTron_TBC wrote:
WOAH wierd I think you pasted the index.html twice (cool effect though )
Yeah, I did but now its deleted.
Offline
new /frame/about.html
<h1 style="font-family:sans-serif;">About The Bit Company</h1> <p style="font-family:sans-serif;"> The Bit Company is a company that specializes in programming and graphics. We like to make awesome platformers and games.</p> <h2 style="font-family:sans-serif;">What are we doing now?</h2> <p>Right now we are running two projects at the same time. The president, <a href="http://scratch.mit.edu/users/ftf841" target="_blank">ftf841</a>, will be running <a href="frame/bitos.html">our OS</a> as the leader. <a href="http://scratch.mit.edu/users/wolfdude999">wolfdude999</a><a href="http://scratch.mit.edu/users/Borrego6165" target="_blank"></a>, the vice president will be leading a futuristic rpg/platformer game in which you will move between 6 time zones: Prehistoric, Egyptian, Medieval, Victorian, Modern, and Future! <p>So let's make an awesome OS and an epic rpg! If you'd like to join our team, see <a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">our forums page</a>. <table width="100%" border="5" cellspacing="0" cellpadding="0"> <tr> <th>Members:</th> <th>Projects:</th> </tr> <tr> <td style="text-align:center"><table width="100%" border="1" cellspacing="0" cellpadding="5"> <tr> <td colspan="2" style="text-align: center"><p><a href="http://scratch.mit.edu/users/TheBitCompany" target="_blank"><img src="http://blocks.scratchr.org/API.php?user=TheBitCompany&action=onlineStatus" /><br/>TheBitCompany</a></p></td> </tr> <tr> <td style="text-align: center" width="50%"><a href="http://scratch.mit.edu/users/ftf841" target="_blank"><img src="http://blocks.scratchr.org/API.php?user=ftf841&action=onlineStatus" /><br/>ftf841</a></td> <td style="text-align: center" width="50%"><a href="http://scratch.mit.edu/users/wolfdude999"><img src="http://blocks.scratchr.org/API.php?user=wolfdude999&action=onlineStatus" /><br/>wolfdude999</a></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/ScratcherXPrime" target="_blank"><img src="http://blocks.scratchr.org/API.php?user=ScratcherXPrime&action=onlineStatus" /><br/>ScratcherXPrime</a></td> <td style="text-align: center"><a href="http://scratch.mit.edu/users/jTron" target="_blank"><img src="http://blocks.scratchr.org/API.php?user=jTron_TBC&action=onlineStatus" /><br/>jTron_TBC</a></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/Ludburghmdm" target="_blank"><img src="http://blocks.scratchr.org/API.php?user=Ludburghmdm&action=onlineStatus" /><br/>Ludburghmdm</a></td> <td style="text-align: center"><a href="http://scratch.mit.edu/users/td76" target="_blank"><img src="http://blocks.scratchr.org/API.php?user=td76&action=onlineStatus" /><br/>td76</a></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/8Bits" target="_blank"><img src="http://blocks.scratchr.org/API.php?user=8Bits&action=onlineStatus" /><br/>8Bits</a></td> <td style="text-align: center"><a href="http://scratch.mit.edu/users/bluecat600"><img src="http://blocks.scratchr.org/API.php?user=bluecat600&action=onlineStatus" /><br/>bluecat600</a></td> </tr> <tr> <td style="text-align: center"><a href="http://scratch.mit.edu/users/coolhogs" target="_blank"><img src="http://blocks.scratchr.org/API.php?user=coolhogs&action=onlineStatus" /><br/>coolhogs</a></td> <td style="text-align: center; font-size: 12px;"><a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">Wanna see your name here?</a></td> </tr> </table></td> <td style="text-align:center"><p><a href="bitos.html">Bit OS</a></p> <p>RPG/Platformer</p></td> </tr> </table> <p> </p>
Offline
@jtron, you might also want to add a background or something to the table on the about page because right now it doesn't look very good.
Offline