Endeavor Modifications

Please Help Support E-Mods.net by Donating


News:

Looking for Video Tutorials? Check out the Open Nod Development section of e-mods.net.

E-Mods.net also has CryEngine tutorials! Check out the Open CryEngine Development section too.

Author Topic: Need help in myspace html code  (Read 570 times)

Offline EtaYorius

  • Jewish Gothic Chef
  • Member
  • *
  • Posts: 539
  • Karma: 3
  • EtaYorius Mystic
    • CLICK HERE TO VISIT MYSPACE SITE.
Need help in myspace html code
« on: 2007-04-24, 15:46:32 »
Ok, heres myspace http://www.myspace.com/etayorius and this is the html code im using:

<STYLE TYPE="text/css">
BODY, HTML{
 background-image:  url('http://i19.tinypic.com/2vd1k79.jpg');
 background-attachment: fixed;
 background-position: center center;
 background-repeat: no-repeat;
 background-color: &&#035;000000;
 border-color: &&#035;000000;
 } 
.x{This defines the tables.}
table table table {
background-image:  url('http://IMAGE.com');
;
background-color:&#035;000000;
border:2px solid black;
}


.x{This section defines the text.}
td,
.whitetext12,
.lightbluetext8,
.blacktext12,
.btext,
.blacktext10,
.text,
.orangetext15,
.nametext,
.redbtext,
.redtext,
A:link,
A:visited,
A:active,
A:hover,
a.navbar,
a.navbar:link,
a.navbar:active,
a.navbar:visited,
a.navbar:hover,
a.redlink:link,
a.redlink:active,
a.redlink:visited,
a.redlink:hover,
a.searchlinksmall:link,
a.searchlinksmall:active,
a.searchlinksmall:visited,
a.searchlinksmall:hover,
a.font,
table td div div font,
div table tr td font
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:8pt;
color:9966CC;

}

.x{Comment Text; makes it look neater.}
.blacktext10 {
font-size:8pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border:0px;
border-top:2px solid black;
display:block;
width:260px;
}


.x{You shouldn't change anything past here unless you know what you're doing.}
input {background-color:white;}
img{border:0px}

table, tr, td {background:transparent;border:0px;}
table table table table {border:0px;}
table table td.text table, table table td.text table td {width:100%;}
table table table table div {width:298px;}


td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:100px;}
* html td.text td.text table table td a img {width:80px;}
* html td.text td.text table table td div img {width:80px;}



</style>


Anyway, i dont know what i am doing wrong, seems i get this white borders on the bottom, left and right sides of the page... and i think they suck... does anyone knows what am i missing to fill that border of pure black or purple?
Victims... arent we all?

Offline Ezykeyal

  • Member
  • *
  • Posts: 48
  • Karma: 0
Re: Need help in myspace html code
« Reply #1 on: 2007-04-24, 15:49:48 »
I know nothing of this coding mumbo jumbo so I use this instead:

http://www.mygen.co.uk/index.php?page=create

Offline EtaYorius

  • Jewish Gothic Chef
  • Member
  • *
  • Posts: 539
  • Karma: 3
  • EtaYorius Mystic
    • CLICK HERE TO VISIT MYSPACE SITE.
Re: Need help in myspace html code
« Reply #2 on: 2007-04-24, 16:52:02 »
Seems i fix it... but still dont like it much, what i did was to change:

 background-repeat: no-repeat;

To

background-repeat: repeat;

Now the background repeats itself filling the sides and bottom of the page... but still i wish i didnt need to repeat the background and fil that part with plain black.

(EDIT)

Sweet, i did it! Seems the error was this:

background-color: &&#035;000000;
 border-color: &&#035;000000;

Changed to

background-color:000000;
 border-color:000000;

Hehe.
« Last Edit: 2007-04-24, 16:59:44 by DarkLobo »
Victims... arent we all?