how to make your site awesome. tips and tricks by effectsdude79
tip: add a chat room! the chat room should always be embeded in your site or it looks like a scam. to get a free, easy to use chat room for your website, click here
custom html!!!: you can add a scrolling marque to your site (like on my homepage) to inform your viewers what they are visiting and how to find there way around. just copy and paste the following html into your website creator and customize it by looking for the words: "your text here" and entering your own text.
you can also change the text after "bgcolor" right now it is set to orange but you can type in any color you want, or a color number. it should show up like this in the browser:
tip: add a feedback page! everyone has diffrent ideas about what is cool. if you add a feedback page your sure to have what everyone needs!!! to set a feedback page up, you will need knowladge of html or a website creating site, like weebly. i will save you a bit of time with the html by giving yu a form i wrote using html, just copy and paste it into your website creation tool. (ex: dreamweaver)
<form method="post" action="mailto:YOUR EMAIL HERE"> email: <input size="10" maxlength="40" name="email" type="text"> your name: <input size="10" maxlength="10000" name="name" type="text"> <br>what do you want to let us know?: <input size="10" maxlength="10" name="password" type="password"> <input name="recive emails?" value="email?" type="checkbox">would you like me to respond to you? <br><input value="Send" type="submit"></form>
make sure you change "YOUR EMAIL HERE" to your email address. the message you will recive is a bit odd but here is how to decode it: