Jump to content
xisto Community
Sign in to follow this  
theillestmc12

Html Cool Codes?

Recommended Posts

hey guys..whats up..well i ws just wondering if you guys have any cool codes for myspace or something..you know to design a page using html/css codes...see i tried googling around but all the sites had the same thing..they dont have a unique one...i want like games in my page...like my friend he had like tetris in his page..and i want a game// or anything like that to make my page cool :P anybody????plz...PEAcE!

Share this post


Link to post
Share on other sites

Often if you want to customise a JavaScript game, the best way is to simply change the graphics used. For example, a Tetris game uses a background and numerous block images. As long as you keep the new images at the same dimentions as the old ones, and the same names, then it should work.

Share this post


Link to post
Share on other sites

hi guuys..thanks for the reply...well anyway..i just want to put some cool games maybe..or cool designs on my website..:-D what would be really really cool...you know i want to put some moving images or something....and i cant use java..i can only use html and css...you guys know any????thanks again for replying...peaCE!

Share this post


Link to post
Share on other sites

It would help if you were a little more specific. I don't use MySpace but I shouldn't imagine why they wouldn't allow HTML tables.

<table>
In between here Add your Table contents, using:
<tr>=Table Row (new row)
<td>=Table Data (so you type in the table and not around it
<th>Table Heading

</table>

E.G.

<table>
<tr><td><th>Heading</th></td></tr>
<tr><td> Secondary text- appears under heading </td></tr>
<tr><td><th>Different Heading</td></tr></th>
<tr><td> Secondary text- appears under heading </td></tr>
</table>


Adding more/less headings/ secondary text if needed. This helps you to arrange and format your text easily. If you want to put a border round your table, or allign it just change the above codes to:

<table border="1" align="left">
<tr><td><th>Heading</th></td></tr>
<tr><td> Secondary text- appears under heading </td></tr>
<tr><td><th>Different Heading</td></tr></th>
<tr><td> Secondary text- appears under heading </td></tr>
</table>


To align it to the center it may be easier to:

<center><table border="1">
<tr><td><th>Heading</th></td></tr>
<tr><td> Secondary text- appears under heading </td></tr>
<tr><td><th>Different Heading</td></tr></th>
<tr><td> Secondary text- appears under heading </td></tr>
</table></center>


Where it says border="1" thats a 1mm thick border, you can change this if you want it thicker.

Hope that helps.

Thanks.

Notice from rvalkass:

HTML BBCode added around the HTML. Please try to use BBCodes when necessary.
List of BBCodes

Share this post


Link to post
Share on other sites

If html i sallowed on the page then why dont you put miniclip games on your page. Like they have html for a gameroom kinda stuff where a person can select the game and play. Quite nice and cool. You should kind of try their website. IT is miniclip.c o m.You can always add nice twinkling gifs on your page and customize them to make it ultracool

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.