ok. i'm like desperate to learn how to make my own layouts. i get bored really easy and i really wanna know how! And i have adobe photoshop the old version but i wanna know how the make their pictures all cool n stuff. and where they get their brushes. anddd especaily how they make the layouts! please any sites or how-tos or anything! please! :p
theymos answered Thursday April 12 2007, 3:02 pm: The actual code behind the layout is CSS. It's not really that complex. Learn HTML and CSS at [Link](Mouse over link to see full location) . Then the only other thing(that isn't readily available) you need to know is the Document Object Model for controlling myspace. Here is how you make "extended network", and some other stuff, invisible:
What you want to do to get the text before {visiblity:hidden}, is look at the myspace code and work backwards from the element you want to affect. In this case, the element we want to affect is:
<table id="Table1" ...
So the last item before {visibility:hidden} is table. That table is within TD with "text" class, which is within TR, which is within TABLE(note that you must put "tbody" after every "table" except the last one), which is within TD, which is within TABLE.
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.