|
|
|
|
![]() ![]() |
Jun 17 2005, 05:09 PM
Post
#1
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 85 Joined: 16-June 05 Member No.: 8,306 |
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
|
|
|
|
Jun 17 2005, 05:29 PM
Post
#2
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 225 Joined: 8-April 05 Member No.: 5,385 |
Ask for a specific feature and maybe I/we could help. Was the game java? Javascript? Flash? etc...
|
|
|
|
Jun 17 2005, 05:48 PM
Post
#3
|
|
|
apt-get moo ![]() Group: [MODERATOR] Posts: 2,156 Joined: 28-May 05 From: Devon, England Member No.: 7,593 ![]() |
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.
|
|
|
|
Jun 24 2005, 05:42 AM
Post
#4
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 85 Joined: 16-June 05 Member No.: 8,306 |
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!
|
|
|
|
Jun 24 2005, 09:46 AM
Post
#5
|
|
|
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 6,559 Joined: 21-September 04 From: 9r33|\| 399$ 4|\|D 5P4/\/\ Member No.: 1,218 ![]() |
search search search
This post has been edited by Saint_Michael: Jun 24 2005, 09:47 AM |
|
|
|
Mar 30 2008, 08:26 PM
Post
#6
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
Replying to theillestmc12
Check this out: Thepcmanwebsite.Com/affiliate_games.Shtml I got some games from there for my site (www.Tronners_with_honor.Webs,com) There are SO MANY choices. ENJOY! -reply by =+Baker |
|
|
|
Apr 27 2008, 08:00 PM
Post
#7
|
|
|
Newbie [Level 2] ![]() ![]() Group: [HOSTED] Posts: 34 Joined: 27-April 08 From: Behind You! Member No.: 61,399 |
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. HTML <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: HTML <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: HTML <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. |
|
|
|
![]() ![]() |
Similar Topics
![]() |