Myspace problem - Printable Version
-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Myspace problem (/showthread.php?tid=71356)
Myspace problem by Vimto on 02-03-2007 at 10:41 PM
My friends asked me to do her profile on myspace Ive made it all on a online generator but it didnt make a certain part (see picture) can anybody do this please? But with the font black and not the blue background bit.. I will be so greatfull..
RE: Myspace problem by Zahid™ on 02-04-2007 at 10:37 AM
So do you want that image edited or do you want it coded? I think it would help if you post a link to the page aswell.
RE: Myspace problem by RebelSean on 02-04-2007 at 10:52 AM
I'm not sure what the problem is with that picture. The navigation panel looks correct to me. What exactly is wrong with it ?
RE: RE: Myspace problem by Vimto on 02-04-2007 at 11:37 AM
quote: Originally posted by Zahid™
So do you want that image edited or do you want it coded? I think it would help if you post a link to the page aswell.
Coded.. The link to their actual myspace page?
RE: Myspace problem by haydos on 02-04-2007 at 11:59 AM
Or at least what the current code is...
RE: Myspace problem by Vimto on 02-04-2007 at 12:04 PM
<style type="text/css">
body {background-color:; background-image:url(http://img201.imageshack.us/img201/3325/myspacecodesbackgroundsgs6.gif); background-position:Top Left; background-attachment:fixed; background-repeat:repeat;}
Table, Td { background-color:transparent; border-style:none; }
table table td { width:100%; }
table table table table td { width:auto; }
table table table {background-color:FFCCFF ; background-image:url(); background-position:Top Center; background-repeat:no-repeat; border-color:FF66FF ; border-style:solid; border-width:3px; padding:4px;}
table table table table{ background-image:none; background-color:transparent; border-style:none; }
.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext {color:000000; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color:000000; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited {color:000000; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active {color:FFFFFF; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
</style>
<style type=text/css>
BODY {
scrollbar-3dlight-color:ff8fff;
scrollbar-shadow-color:ff48ff;
scrollbar-face-color:ff8fff;
scrollbar-darkshadow-color:000000;
scrollbar-track-color:60ffff;
scrollbar-arrow-color:68fffc;
scrollbar-highlight-color:bf50ff;
}
</style>
<style type="text/css">table table table td.text div img {visibility:hidden;} table table table td.text div { background-image:url("http://www.htmate.com/onlineicon/totallyloveable1ho1uf.gif"); background-repeat:no-repeat;} table table table td.text table table div img {visibility:visible;} table table table td.text table table div { background-image:none;}</style>
RE: Myspace problem by haydos on 02-04-2007 at 12:39 PM
2nd paragraph:
code: .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext {color:000000; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color:000000; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited {color:000000; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active {color:000000; font-size:10pt; font-style:normal; font-family:,arial,verdana,sans-serif;}
</style>
At a guess, I would change the bolded bit to show as above. That might make the text black - but I don't know what you mean about the blue background comment...
RE: Myspace problem by Vimto on 02-04-2007 at 01:11 PM
This is what it is currently, I want it like this but I don't know the coding to do it.
but with black text
RE: Myspace problem by Zahid™ on 02-04-2007 at 07:41 PM
Put this in the css:
code: <style type="text/css">
body {
margin:0px;
text-align:center;
background: #FFFFFF;
font:.8em "Trebuchet MS", sans-serif;
color:#000000;
}
.mainbox {
margin:0px auto;
width:800px;
background:#FFBBFF;
border: 2px solid #FF00FF; border-width: 2px 2px 2px 2px;
text-align:center;
font:14px "Trebuchet MS", sans-serif;
color:#000000;
padding:10px; }
</style>
Put this in the actual page:
code: <body>
<div align="center"><div class="mainbox">
Home | Browse | Search | etc etc
</div>
</div>
</body>
</html>
I think it might work.
RE: Myspace problem by vaccination on 02-04-2007 at 07:43 PM
It's myspace, there isn't a 'CSS bit' and a 'HTML bit'
RE: Myspace problem by Zahid™ on 02-04-2007 at 07:44 PM
quote: Originally posted by vaccination
It's myspace, there isn't a 'CSS bit' and a 'HTML bit'
Oh never knew cuz never used it .
RE: Myspace problem by Stigmata on 02-04-2007 at 08:52 PM
you're all noobs.
Add this to the end of your code:
code: <style type=text/css>
div table table td {background-color:FFBBFF; color:000000; border: 2px solid FF00FF; font-size:8pt;}
a.navbar, a.navbar:link, a.navbar:visited {color:000000;}
</style>
RE: Myspace problem by Vimto on 02-05-2007 at 12:54 AM
Thank you Stigmata you are god
Thanks everyone for trying to help also
|