| Author |
How to mix CSS and Tables
|
|
| SnakeFAMU 2005-09-15, 7:19 pm |
| I am trying to get this CSS thing down, what I need to know is can you mix CSS
with tables, and if so how do you do it? If anyone has a tutorial you can point
me to or if you have a template that show it I would appreciate it.
Thank you
| |
|
|
| Michael Fesser 2005-09-15, 7:21 pm |
| ..oO(SnakeFAMU)
>I am trying to get this CSS thing down, what I need to know is can you mix CSS
>with tables, and if so how do you do it?
Not really sure what the problem is. Tables are HTML, and of course you
can mix HTML with CSS ...
You should be a bit more specific.
Micha
| |
|
|
| Thierry | www.TJKDesign.com 2005-09-15, 7:24 pm |
| SnakeFAMU wrote:
> I am trying to get this CSS thing down, what I need to know is can
> you mix CSS with tables, and if so how do you do it? If anyone has a
> tutorial you can point me to or if you have a template that show it I
> would appreciate it.
http://icant.co.uk/csstablegallery/index.php?css=24
The left column of this table links to different styles sheets. The CSS
always applies to the exact same markup.
You can download these sheets to better understand how the table elements
are styled.
HTH,
--
Thierry | http://www.TJKDesign.com | CSS-P Templates + Articles:
CSS Popups, CSS 3 Column Layout, CSS Tabs, CSS Dropdown Menu,
TIP Method, Sliced Images, Clean Popup Windows, Easy Maintenance.....
| |
| SnakeFAMU 2005-09-16, 4:18 am |
| Thanks guys appreciate the help.
| |
| Studiomex 2005-09-16, 7:37 pm |
| give your table and id: example <table border="0" cellspacing="0"
cellpadding="0" id="mex"> and on your css you cand do:
table#mex {
styel your table
}
table#mex th {
style your ths
}
table#mex td {
style your td
}
table#mex tr.pad {
even style your tr
}
I think you got the picture is you know css attributes and want to mix it up
with a table
Gool luck!
| |
| Studiomex 2005-09-16, 7:37 pm |
| give your table and id: example <table border="0" cellspacing="0"
cellpadding="0" id="mex"> and on your css you cand do:
table#mex {
styel your table
}
table#mex th {
style your ths
}
table#mex td {
style your td
}
table#mex tr.pad {
even style your tr
}
I think you got the picture is you know css attributes and want to mix it up
with a table
Gool luck!
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |