Thread: Want Separate Tables
Results 1 to 3 of 3
Related
-
TABLES- can any one help me stop the text streching the tables. Forum: HTML Forum
Replies: 2 -
JS in a separate file? Forum: Javascript Forum
Replies: 4 -
Separate arrays and insert in html placeholders Forum: CGI Perl Forum
Replies: 0 -
Avoiding nested tables or grouping separate tables in chunks Forum: HTML Forum
Replies: 2 -
help with tables! Forum: HTML Forum
Replies: 2
-
02-24-2007, 08:37 PM #1
Want Separate Tables
I made a new layout using the icon generator at my wacko myspace.... We've used it in the past & it worked well. I just changed the icons recently... & now when you first access the page u can see the icon background, but then it is completely covered by the white myspace page. Each table section was separate before and you could see the icon background all over the page. How do I get it to be that way again... Ive been working on this all day. Any help will be GREATLY appreciated. Thx!
-
06-25-2007, 02:23 PM #2
Re: Want Separate Tables
This layout generator I use
has seperate tables. I don't
like seperate tables though but,
you seem you want that.
But also maybe you have to much
imgs/videos on your page that
makes the tables fat, so try to
delete the not really important
things that are on your page..
or you can re-size.
but the site I use is PicsGames.
try searching that or just
plainly search layout generator!
Remy
-
10-12-2008, 06:22 AM #3
Re: Want Separate Tables
this will make all of your tables transparent and the background will shine through the tables.
.notes {make background of tables transparent}
Table Td { background-color:transparent; }
this will make the bottom links background transparent.
.notes{bottom links background transparent}
tr {background-color:transparent}
both of these must go inside style tags