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?
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?