View Full Version : CSS Noob here, need some noobish help


Cool Guy
04-16-2006, 05:02 AM
So I've decided to make my myspace profile in ways only my creative mind can make it. I've been doing a lot of reading concerning CSS(a lot from this website which is the simplest one so far), attributes, and how the coding works. But unfortunately, i'm still stuck on step 1, sort of.

Anyways, this code is suppose to hide everything on myspace so that I can begin doing my div(I hope i'm using the right terminology) but when I paste it on safe mode and go to preview, there is no "Submit" button to let me proceed. This is the code.

<style type="text/css">table table table table, table table table table td.text, table.contactTable {display:none;}
td.text table, .orangetext15 {visibility:hidden;}
td.text table table {display:inline; visibility:visible;}
td.text td.text table {display:none;}
.whitetext12 {display:none;}
.orangetext12 {display:none;}
div b font font, div font font u {display:none;}
.nametext {display:none;}</STYLE>


Am I using the right code or am I doing something wrong?

Cool Guy
04-16-2006, 10:49 AM
Ok, I was doing a little bit more research and these I was able to completely cover everything with the exception of the ad which is fine. I used these codes:

<style type="text/css"> .Main { position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color: black;} body { background-color:black; } table tr td { background-color:black; } </style>

<DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid black; background-color:black;}"> <tr> <td valign="top">Put whatcha want here.</td> </tr> </table> </DIV>

Here is myspace link to see for yourself.
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=71272630

If anyone could let me know if I did it right or wrong, I would appreciate that. :)

chessiepessie
04-20-2006, 02:33 AM
Hmm... I cant see a problem