| View previous topic :: View next topic |
| Author |
Message |
Solar42693

Joined: 11 Jul 2006 Posts: 35
|
Posted: Thu Jul 13, 2006 12:57 am Post subject: is this javascript...and if it is |
|
|
On a website like this one, how everything is centered and how the tables and stuff have all different colors like when your browsing the forum, is that javascript? And if it is, could someone tell me how to do something like that?
Thanks |
|
| Back to top |
|
 |
|
|
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Thu Jul 13, 2006 1:37 am Post subject: Re: is this javascript...and if it is |
|
|
to center something...
| Code: |
| <center>TEXT</center> |
and colors are coded in html... |
|
| Back to top |
|
 |
Solar42693

Joined: 11 Jul 2006 Posts: 35
|
Posted: Thu Jul 13, 2006 2:34 am Post subject: Re: is this javascript...and if it is |
|
|
| ok thanks |
|
| Back to top |
|
 |
nighthawk 250+ Club

Joined: 11 Jun 2006 Posts: 415 Location: SFRJ
|
Posted: Thu Jul 13, 2006 10:00 pm Post subject: Re: is this javascript...and if it is |
|
|
| You can't use this in xhtml, you need to specify alignement in css |
|
| Back to top |
|
 |
Samuel Rounce 100+ Club

Joined: 30 Oct 2005 Posts: 116 Location: London, UK
|
Posted: Mon Aug 07, 2006 10:24 pm Post subject: Re: is this javascript...and if it is |
|
|
| Or you can put everything in a div and set the align attribute if you're lazy but doing this with relative CSS positioning sometimes messes things up. |
|
| Back to top |
|
 |
Solar42693

Joined: 11 Jul 2006 Posts: 35
|
Posted: Sat Aug 19, 2006 3:01 am Post subject: Re: is this javascript...and if it is |
|
|
| yea i was wanting css and figured it out pretty simply but thanks anyways |
|
| Back to top |
|
 |
|