<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Bb157's site</title>
        <link>http://www.byond.com/members/Bb157</link>
        <description></description>
        <lastBuildDate>Fri, 10 Feb 2012 15:48:34 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>New Page Layout</title>
            <link>http://www.byond.com/members/Bb157?command=view_post&amp;post=99839</link>
            <guid>http://www.byond.com/members/Bb157?command=view_post&amp;post=99839</guid>
            <pubDate>Thu, 05 Aug 2010 03:10:39 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Bb157?command=view_comments&amp;post=99839#comments</comments>
            
            <description>As it says in the title. I've went with the main colour black to represent space and got a magnificent picture of the earth, as if shot from space.&lt;br&gt;
&lt;br&gt;
I was getting bored of the baby blue/dark blueish look on my member page and hopefully the background image attracts you as much as it did for myself.</description>
        </item>
                <item>
            <title>HTML inputing text and submit button for DM</title>
            <link>http://www.byond.com/members/Bb157?command=view_post&amp;post=140119</link>
            <guid>http://www.byond.com/members/Bb157?command=view_post&amp;post=140119</guid>
            <pubDate>Mon, 03 May 2010 12:08:36 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Bb157?command=view_comments&amp;post=140119#comments</comments>
            
            <description>&lt;b&gt;Code:&lt;/b&gt;&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
&lt;span class=&quot;dmkeyword&quot;&gt;proc&lt;/span&gt;&lt;br&gt;    NewChar()&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/char = &lt;span class=&quot;dmstring&quot;&gt;{&amp;quot;&lt;br&gt;            &amp;lt;html&amp;gt;&lt;br&gt;            &amp;lt;head&amp;gt;&lt;br&gt;            &amp;lt;title&amp;gt;Supernova 2&amp;lt;/title&amp;gt;&lt;br&gt;            &amp;lt;STYLE&amp;gt;&lt;br&gt;                BODY {background:#000000;color:white;}&lt;br&gt;                TABLE {background: black;color=white; size=1;}&lt;br&gt;                .:link {text-decoration: none; color: white;}&lt;br&gt;                .:visited {text-decoration: none; color: white;}&lt;br&gt;                .:hover {text-decoration: underline; color: white;}&lt;br&gt;                &amp;lt;/STYLE&amp;gt;&lt;br&gt;            &amp;lt;/head&amp;gt;&lt;br&gt;            &amp;lt;body bgcolor=black&amp;gt;&lt;br&gt;            &amp;lt;center&amp;gt;&lt;br&gt;            &amp;lt;table border=1&amp;gt;&lt;br&gt;            &amp;lt;p&amp;gt;&lt;br&gt;            &amp;lt;img src=http://www.rosnovotech.ru/Images/Supernova.jpg width=200 length=200&amp;gt;&lt;br&gt;            &amp;lt;p&amp;gt;&lt;br&gt;            &amp;lt;br&amp;gt;&lt;br&gt;            &amp;lt;tr&amp;gt;&lt;br&gt;                &amp;lt;td&amp;gt;&lt;br&gt;                    OOC Name:&lt;br&gt;                    &amp;lt;/td&amp;gt;&lt;br&gt;                    &amp;lt;td&amp;gt;&lt;br&gt;                        &amp;lt;input type=&amp;quot;text&amp;quot; &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.OOCname]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.text]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;&amp;quot; /&amp;gt;&lt;br&gt;                    &amp;lt;/td&amp;gt;&lt;br&gt;                &amp;lt;/tr&amp;gt;&lt;br&gt;            &amp;lt;tr&amp;gt;&lt;br&gt;                &amp;lt;td&amp;gt;&lt;br&gt;                    First Name:&lt;br&gt;                    &amp;lt;/td&amp;gt;&lt;br&gt;                    &amp;lt;td&amp;gt;&lt;br&gt;                        &amp;lt;input type=&amp;quot;text&amp;quot; &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.name]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;=&amp;quot;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.text]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;&amp;quot; /&amp;gt;&lt;br&gt;                    &amp;lt;/td&amp;gt;&lt;br&gt;                &amp;lt;/tr&amp;gt;&lt;br&gt;        &amp;lt;/table&amp;gt;&lt;br&gt;        &amp;lt;/center&amp;gt;&lt;br&gt;        &amp;lt;p&amp;gt;&lt;br&gt;        &amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;Submit&amp;quot; /&amp;gt;&lt;br&gt;        &amp;lt;a href=?Continue&amp;gt;Continue&amp;lt;/a&amp;gt;&lt;br&gt;        &amp;lt;/body&amp;gt;&lt;br&gt;            &amp;quot;}&lt;/span&gt;&lt;br&gt;        usr &amp;lt;&amp;lt; browse(char, &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;window=name;display=1;clear=1; size=500x500;border=0;can_close=0; can_resize=1;can_minimize=0;titlebar=0&amp;quot;&lt;/span&gt;)
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
What I am wanting to figure out is what to put in topic to make the submit button work and the input boxes. If you use topic, what would you put in Topic()</description>
        </item>
                <item>
            <title>Mapping</title>
            <link>http://www.byond.com/members/Bb157?command=view_post&amp;post=157449</link>
            <guid>http://www.byond.com/members/Bb157?command=view_post&amp;post=157449</guid>
            <pubDate>Sun, 07 Mar 2010 03:54:35 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Bb157?command=view_comments&amp;post=157449#comments</comments>
            
            <description>How do I fix the image bug for files like .jpeg .bmp .png on the map. Because when you walk away from the master tile(the tile the picture was placed at on the map) well walk away like 4+ tiles the whole image disapers. Also the whole image but the master tile is not dense when you set it to be.</description>
        </item>
            
    </channel>
</rss>


