Blog Body code |
Blog Body code |
![]()
Post
#1
|
|
![]() what the heck is a custom member title? ![]() ![]() ![]() ![]() Group: Member Posts: 166 Joined: Dec 2004 Member No: 76,834 ![]() |
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?
|
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
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> |
|
|
![]() ![]() |