Help - Search - Members - Calendar
Full Version: blog layout help!
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
REDcarpetROSE
does anyone know how to get a blog layout code in a textarea box so people can copy the code and use the layout bcause everytime i put the code in a textarea box this appears between the codes: < br >
and that messes up the code, i tryed < style > </ style > but its not helping!
this is the code if it helps:
CODE
.profile {width:100px!important;font:normal 7pt arial !important; text-transform:lowercase!important;line-height:90%!important; border:0px solid!important; border-color:000!important;background-color:ffffff!important;letter-spacing: 1px !important;}

.blogcomments, .blogcommentsprofile {background-color:ffffff!important;}.main{width:200px!important;border:1px dotted!important;border-color:000!important;background-color:ffffff!important;}body{background-color:ffffff!important;}

.nav, .spacer, .blogTimeStamp, .googleafc, .commentspacer, hr {display:none;}

.blogSubject {font: normal 7pt arial !important; letter-spacing: 10px; color:000000 !important; display: block !important; text-align: left !important} .blog {width: 300px !important; background-color: ffffff !important}

textarea {
font-family:arial;
font-size:7pt;
line-height:90%;
font-weight:normal;
text-transform: lowercase;
letter-spacing: 1px;
overflow: scroll;
color:000000;
width: 300px;
height: 40px;
background-color:ffffff!important;
border:1px dotted; border-color:000000;}

table, tr, td, li, p, div, body, font, .text { font: normal 7pt arial !important; letter-spacing: 1px; color: none !important; line-height: 90% !important; text-transform: lowercase !important; } b, strong { color: 000000 !important; line-height: 90% !important; font: 7pt arial !important; letter-spacing: 1px !important; text-transform: lowercase !important; line-height: 90% !important; }

a:active, a:visited, a:link, a:link b, a:visited b, a:active b { font: normal 7pt arial !important; letter-spacing: 1px; color: 000000 !important; line-height: 90% !important; text-decoration: none !important; text-transform: lowercase !important; } a:hover, a:hover b { font: normal 8pt arial !important; letter-spacing: 1px; color: 000000 !important; line-height: 90% !important; text-decoration: none !important; text-transform: lowercase; }
tokyo-rose
All you have to do is use textarea tags, haha.

CODE
<textarea></textarea>
REDcarpetROSE
QUOTE(Synesthesia @ Mar 24 2008, 03:46 PM) *
All you have to do is use textarea tags, haha.

CODE
<textarea></textarea>


yes i did stubborn.gif but no its not working, on profile layouts it works yes but not with this blog layout:/ the code is changing when its in a textarea box, < br > appears in the code and that messes up the whole code, u get it ?
MissHygienic
Try using DIV boxes.

CODE
<div style="width: 210px; height: 125px; background-color: transparent;"
Text area, text area, text area, text area.
</div>
REDcarpetROSE
QUOTE(MissHygienic @ Mar 25 2008, 11:31 AM) *
Try using DIV boxes.

CODE
<div style="width: 210px; height: 125px; background-color: transparent;"
Text area, text area, text area, text area.
</div>


thx! im gonna try this biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.