Help - Search - Members - Calendar
Full Version: Blog Body code
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
uglyduckie89
in the how to make a skin tutorial there is one part in the code that's for ure blogbody
I was wondering if there was a way where i could just use that part of the code and not that whole long code with the scrollbar, links etc. i tried just copying and pasting the part of the code but it didnt work...so what do i do?
Kenado
Do you mean by transferring a part from the blogbody provided by createBlog then adding it to your table.blogbody? And if so waht part?
uglyduckie89
huh?? i dont get what ure asking. but what im asking is i want to take PART of the code out from the WHOLE code provided by the tutorial.
Kenado
Oh so you just want this part?

CODE
table.blogbody {
/* this edits the other the place where the  blog is */
background-color:transparent;
family-font: FONT FAMILY;
BORDER: #COLOR CODE #px solid;
width:###px;} /* <-- The width for this should be around 5-15 pixels less then the width for your blog's div layer. */

?

Is what you're asking.

Simple then just put style tags around it.

CODE
<style type="text/css">table.blogbody {
/* this edits the other the place where the  blog is */
background-color:transparent;
family-font: FONT FAMILY;
BORDER: #COLOR CODE #px solid;
width:###px;} /* <-- The width for this should be around 5-15 pixels less then the width for your blog's div layer. */</style>
uglyduckie89
thanks, you rock ^o^
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.