is it possible for CB4 ? |
is it possible for CB4 ? |
![]()
Post
#1
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 ![]() |
is it possible to put a DIV on your cb profile?
if you put this: CODE <style> /* this code edits the tables*/ .outerbox{border: 3px solid #000000; background-color: #FFFFFF; height: px; width: px; display:none;} .alertbox{background-color: #FFFFFF;} .innerbox{background-color: #FFFFFF; color:#000000; border: 0px #000000 solid;} .linkbox{background-color: #FFFFFF;} .entrybox {background-color: #FFFFFF;} h1, h2, h3 {color:#FFFFFF; background-color:#000000; font: 20px Arial; font-weight: strong;} </style> CODE <style> /* this removes the dropdown menus, login, and createblog logo*/ #header {display:none} </style> it will hide your profile. then put the DIV image with this code: CODE <div style="position:absolute; top:0%;'> <img src="DIV IMAGE URL HERE"> </div> <div class="content" style="align:center; position relative; "> and position the words? JUST WONDERING ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 ![]() |
here you go. to change the width change the container value.
CODE <style>
#header, #footer, .outerbox { display:none; } #container { width:770px; } </style> hello world |
|
|
![]() ![]() |