Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Html Cool Codes?
theillestmc12
post 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 smile.gif anybody????plz...PEAcE!
Go to the top of the page
 
+Quote Post
CrashCore
post 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...
Go to the top of the page
 
+Quote Post
rvalkass
post Jun 17 2005, 05:48 PM
Post #3


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,052
Joined: 28-May 05
From: Hertfordshire, England
Member No.: 7,593
Spam Patrol



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.
Go to the top of the page
 
+Quote Post
theillestmc12
post 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!
Go to the top of the page
 
+Quote Post
Saint_Michael
post 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,304
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



search search search

This post has been edited by Saint_Michael: Jun 24 2005, 09:47 AM
Go to the top of the page
 
+Quote Post
iGuest
post 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
Go to the top of the page
 
+Quote Post
Wetton
post 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.

Notice from rvalkass:

HTML BBCode added around the HTML. Please try to use BBCodes when necessary.
List of BBCodes
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. where did you learn html from?(84)
  2. Html And Xhtml(11)
  3. Html Editor(19)
  4. Do You Know Html?(65)
  5. Html And Javascript(12)
  6. Centering Page Of Html At Various Display Widths(14)
  7. Problem With 'target' In Html(2)
  8. Url Redirection = Javascript+html(4)
  9. Html Question Concerning Pre Tag And Code Tag(8)
  10. Creating Link In Html - Help Me With This!(5)
  11. Have You Used This Html Code?(9)
  12. Error In Css (or Html)(5)
  13. Wanting To Touch Up/learn My Html Again(26)
  14. Having Html Troubles......(0)
  15. Html Query(2)
  1. How To Display Php Code [resolved](8)
  2. Help With Html(11)
  3. Ok Background Help Please(4)
  4. Some More Help With Html(2)
  5. Html Help(6)
  6. Help With Css/html Layout(5)
  7. Wanna Learn Html From Scratch(5)
  8. Login In Using Html(12)
  9. Html Application Form(6)
  10. Best Way To Protect Html Form Fields(3)
  11. Html Div Help [resolved](1)
  12. Html Ascii Codes - A Complete List(3)
  13. Help Making A Web Adress Bar Using Html/js(9)