See the table below it's a basic table and can be used on top of backgrounds in marasite web pages
there will be coding below it that will help you to set up the same table.
Using the HTML tags provided you should be able to have a table in mins
try it :D
|
A one Celled table with a white background
to adjust how wide it is look at the 'width' command in the coding you can make that number as large or as small as you want
|
This one will make a 1 celled table
This is just a basic table there are more complex ones comming up...don't get nervous now it's really easy
Now you may notice some
tables have wider borders ect
this is done with cell padding and spacing, the next table
Is a two celled table with a thinner boarder. take a look
|
This is a two celled table with a white background |
you can add images to this table music and tons more, to make it larger look for the 'width' command in the coding and make that number as big or as small as you want |
See the results cool eh!
Now you try :D
As you may have noticed this one is pretty small but if you change
the area that says '150' in the coding it can make it larger or smaller to suit your screen!
Now I'm going to show you have to make a wider
border in your table this one is pretty simple :D all you do is change the cell spacing,
and also you can make the table larger so your info does'nt
bunch up which isn't a pretty sight
EAXMPLE BELOW:
|
This is a cool type of table :D see something neat?
|
This is a two celled table that has larger cell borders! Once again to make it larger look for the 'width' command and change the number to how big you want it the larger the number the wider your table
|
Now the background=(BG) in this table can look really cool and will if you add color
so thats the next thing we will learn
how to add color to your tables background
The BGcolor command is what controls the tables coloring with a hex color,
remember you need to have your chosen color 'hatched' for it to work.
|
This is a cool type of table :D see something neat?
|
This is a two celled table that has a colored background! Once again to make it larger look for the 'width' command and change the number to how big you want it the larger the number the wider your table
|
This info below shows you how to color the background of any given table. Now in the quoted
area where it says bgcolor=''#color'' you need to change the command to background='url of image' but with double quotes,
the coding will be below to get the feel of it
you can now add an image instead of a color just by putting the URL of any image that you want to
put in it. not to hard just don't forget the quotes (I'm using the apostrophy as the quotes won't show on the pages)
Here's an example ok try it out the coding is located under it
|
OMG WICKED!!! a table with a background how cool is that!!
|
This table contains a background tiling that will stretch to fit the full table background no matter how big or small it is :D to change the width of the table look for the 'width' command in the coding and make it how ever large or small you want it, remember the larger the number the bigger it will be :D
|
It's very easy once it's figured out :D If you need the hex codes click HERE.
Now if you don't want borders around your tables it's easy enough to remove them by changing the border command values to 0.
Or you can make them larger by making the number larger it's all up to you!
..ok any questions? yes...? ok
QUESTIONS
can I make a table in a table? This is the most common question I get when it comes to tables, the answer is yes,
just code one table and add your second where ever you want it to show
here's the second, ok what are the things I can add to
a td/tr HTML commands in my table?...
the colspan tag can be added this tells the top part of a table how many cells to span over, like this one which spans 2 lower cells with a topper 'welcome' area.