Log In · Register

 
 
Closed TopicStart new topic
Some Issues, please help
coldheart
post Jun 23 2006, 06:07 PM
Post #1


Member
**

Group: Member
Posts: 11
Joined: Oct 2004
Member No: 55,460



Here's the code :
CODE
<style>
{sets the default style for the body, table data, list data, divisions and text areas}
{ body, well you know what that is}
{ div, p, and xmp are classes}
{ table, tr, td, and th are table properties}
body,div,p,xmp,table,tr,td,th{
background-color:cccccc;
scrollbar-arrow-color:990000;
scrollbar-track-color:cccccc;
scrollbar-shadow-color:999999;
scrollbar-face-color:cccccc;
scrollbar-highlight-color:cccccc;
scrollbar-darkshadow-color:cccccc;
scrollbar-3dlight-color:999999;
font-family:tahoma;
font-size:10px;
color:999999;
border:none;}

input, select, textarea, .textfield, .button {
font-family:tahoma;
font-size:10px;
color:999999;
border: 1px dashed 999999;
background-color:transparent;
text-align:justify;}

{ TEXT DEFAULTS }
.text {
font-family:tahoma;
font-size:10px;
line-height:9px;
color:999999;
text-align:justify;}

b,i,strong,em,u,s {
font-family:tahoma;
font-size:10px;
color:990000;
font-weight:normal;}

{"Blurbs", "About Me", "Who I’d like to Meet", "Friend Space", and "Friend’s Comments" style}
.orangetext15{
font-family:tahoma;
text-transform:lowercase;
font-size:10px;
color:cccccc;
background-color:990000;
border:0px solid FFFFFF;
margin-left: 10px;
padding-left: 2px;
display: block;
width: 300px;
text-decoration:none;
display: none;}

{"General", "Music", "Movies", "Television", "Books", "Heros", "Status", "Here for", "Hometown", "Body Type", "Ethnicity", "Religion", "Sign", "Smoke/Drink", "Children", "Education", "Occupation", and "Income" title style}
.lightbluetext8{
font-family:tahoma;
text-transform:lowercase;
font-size:11px;
color:cccccc;
background-color:990000;
display: block;
width: 100%;
border:0px solid FFFFFF;
text-align:right;}

{"Contacting", "Interests", "Details", and "Schools" title styling}
.whitetext12{
font-family:tahoma;
text-transform:lowercase;
font-size:11px;
color:cccccc;
background-color:990000;
margin-left: 14px;
padding-left: 2px;
display: block;
width: 100%;
border:0px solid FFFFFF;
text-transform:lowercase;}

{Stylizing of your name above your picture; appears you can’t change the color of your name from here. Suggestions?}
.nametext{
font-family:tahoma;
font-size:14px;
color:cccccc;
border:none;
background-color: 990000;
margin-top: 5px;
margin-left: 10px;
padding-left: 2px;
display: block;
width: 100%;
text-transform:lowercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a, a:link,a:active,a:visited{
font-family:tahoma;
font-size:10px;
line-height:9px;
color:999999;
text-decoration:none}
a:hover{
border-bottom:1px dashed 990000;
font-family:tahoma;
font-size:10px;
line-height:9px;
color:990000;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar,a.navbar:link,a.navbar:active,a.navbar:visited{
font-family:tahoma;
font-size:10px;
line-height:9px;
color:999999;
text-decoration:none}
a.navbar:hover{
border-bottom:1px dashed 990000;
font-family:tahoma;
font-size:10px;
line-height:9px;
color:990000;}

{ btext used for "latest blog entry" and "USERNAME has * friends"}
.btext, .itext{
font-family:tahoma;  
font-size:10px;
line-height:9px;
color:999999;
border:0px solid FFFFFF;}

{"Help" and "Signout" in very top in right corner}
a.man,a:link,a:active,a:visited{
font-family:tahoma;
font-size:10px;
line-height:9px;
color:999999;
text-decoration:none}
a:hover{
border-bottom:1px dashed 990000;
font-family:tahoma;
font-size:10px;
line-height:9px;
color:990000;}

table, tr, td {
  border: none;
  background-color: transparent;
  padding: 0;}
table {
  border: none;
  background-color: transparent;
  direction: rtl;}
table table {
  border: none;
  border-color: none;
  background-color: transparent;}
table table table {
  border: 2px solid;
  border-color:999999;
  background-color: dddddd;
  width: 430px;
  padding: 0;
  direction: ltr;}
table table table table {
  border: none;
  border-color: none;}

/*CONTACT*/
.contactTable {
width:430px !important;
height:150px !important;
padding:0px !important;
background-image:url("http://img368.imageshack.us/img368/8106/contact3tt.jpg");
background-attachment:scroll;
background-position:center center;
background-repeat:no-repeat;
background-color:transparent;}

.contactTable table, table.contactTable td {
padding:0px !important;
background-color:transparent;
background-image:dddddd;}

.contactTable a img {visibility:hidden; border:0px;}
.contactTable a {display:block; height:28px; width:115px; align: center;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}

/*NETWORK*/
table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("http://img374.imageshack.us/img374/3720/network8go.jpg");
background-repeat:no-repeat;
background-position:center center;
border: 1px solid;
border-color: 999999;
font-size:0px; letter-spacing:-0.5px;
width:430px; height:150px; display:block !important; }
span.blacktext12 img {display:none;}

td.text td.text table table table,
td.text td.text table br,
td.text td.text table .orangetext15,
td.text td.text .redlink,
td.text td.text span.btext
{display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
td.text td.text table td {font-size:0pt;}
td.text td.text {height:0;}
td.text td.text table b, td.text td.text table table td {font-size:10px;}

/*BOTTOM*/
table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;}
table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;}

/*IMAGE RESIZE*/
td.text a img {
width: 100px !important;
padding-left: 10px !important;}
td.text td.text a img {
width: 50px !important;}

</style>



Issue's At Hand
- the widths for the "extended network" "blogs" "about me" "who I'd like to meet" "friends" and "comments" aren't matching up, and I'm not quite sure on how to fix this problem. I'd like them all to be aligned up if possible
- is there a way to stylize the header for "blogs" and "url"
- i got rid of the "friends" section but there's still a table of where it would be, I want to get rid of it completely, can someone point out the code that's causing the error?

If you have enough free time, it's easier to keep this at faster via AIM or MSN or gTalk
AIM] saf3ands0und
MSN] kristopherlouie@hotmail.com
gTalk] coldheart.lethyl@gmail.com

Thanks,
KRIS
 
freeflow
post Jun 23 2006, 06:16 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Link to your myspace for the first two problems.
The only way to edit teh color for url may be to edit the color for all bold text.
To hide your friends completey: http://img212.imageshack.us/img212/3834/button4mr.jpg

Other than that, you kind of have to hide your comments. The code works for some and not for others weird.
 
coldheart
post Jun 23 2006, 06:18 PM
Post #3


Member
**

Group: Member
Posts: 11
Joined: Oct 2004
Member No: 55,460



I knew I forgot something >.>

http://myspace.com/lethyl
 
coldheart
post Jun 23 2006, 10:11 PM
Post #4


Member
**

Group: Member
Posts: 11
Joined: Oct 2004
Member No: 55,460



This didn't die yet >.>
 
coldheart
post Jun 24 2006, 09:51 AM
Post #5


Member
**

Group: Member
Posts: 11
Joined: Oct 2004
Member No: 55,460



-poke-
 
freeflow
post Jun 24 2006, 12:58 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Please be patient and don't bump your topics until its been 2-3 days. Thankyou.


Try this script. (Even though it says tiny profile you can make the tables big)
http://www.createblog.com/scripts/download.php?id=198

See if it evens it up.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: