TD and TR tags |
![]() ![]() |
TD and TR tags |
Jul 16 2007, 02:48 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Mar 2005 Member No: 117,056 |
I can read HTML/CSS well, but unfortunately ive been b.s[ing] my way through these tags. td and tr. i have no idea what they mean...i mean, its for table cells...row...etc. etc. but i'm not sure the proper way to manipulate it. For example, if i wanted to override a default myspace layout or something, i would be incapable. So if someone could explain this to me, that would b great.
----2nd thought---- it gets confusing for me when i have like...this... CODE <style type="text/css"> table td table tr td.text table {visibility:hidden;} table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;} </style> what does it all mean, and how do i know what table it is speaking of? thanks. |
|
|
|
Jul 16 2007, 02:57 AM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
When you say override the myspace default layout. Do you mean like hide the regular myspace profile?
|
|
|
|
Jul 16 2007, 08:03 AM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
To tell you the truth... I wouldn't even try learning it. If I were you, but your priority. Myspace tends to make changes so much that its a waste of time IMO.
Moved to Myspace Support. |
|
|
|
Jul 16 2007, 07:53 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Mar 2005 Member No: 117,056 |
that code can be simplified to this CODE td.text table {visibility:hidden;} td.text table table, td.text td.text {visibility:visible;} it hides the blogs and ext network but it leaves a big gap for better code, use this thank you. |
|
|
|
![]() ![]() |