Log In · Register

 
 
Closed TopicStart new topic
need more help!
iakona
post Dec 26 2003, 08:57 PM
Post #1


The Hawaiian Hulk
***

Group: Member
Posts: 51
Joined: Dec 2003
Member No: 11



haha, im so worthless....what a scrub...lol. anyways, i want to put my entries in solid boxes and then put a picture in the background. so...i already got the picture thing done thanks to jusun, lol (once again, im worthless) but i dont know how to put the text into solid boxes....i used to have this script but tis lost. alright, peace.
 
GinaDaQueen
post Dec 26 2003, 10:36 PM
Post #2


createblog.com
******

Group: Member
Posts: 1,127
Joined: Dec 2003
Member No: 13



I think this is it...
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
table.blogbody {
/* this edits the other the place where the  blog is */
border: 1px solid #000000;
 background-color: #transparent;
 }
</style>
<!-- end code provided by createblog.com -->
 
redderstarr
post Dec 26 2003, 11:29 PM
Post #3


Senior Member
****

Group: Member
Posts: 253
Joined: Dec 2003
Member No: 8



im soooooooo confused wacko.gif
 
iakona
post Dec 27 2003, 02:40 AM
Post #4


The Hawaiian Hulk
***

Group: Member
Posts: 51
Joined: Dec 2003
Member No: 11



haha, sorry for bothering you guys, but im worthless at this xanga stuff (in case you haven't noticed already). Alright, im currently working on a new xanga and im going crazy with the ideas. ok, thanks nariel for the box script (haha, dont know you're name). the box script didn't work quite like i wanted. thanks anyways though. ok, the box i got, from nariel was missing the border line on the left, also, i kind of want the box to be a solid white so that it blocks off the background picture. please help if possible. also, the splash page, is there any way of blocking off the background pic? if you want to work on that and dont get what im talking about.....ill give you a lil sneak preview of my xanga...HAHA...like anyone wants to see it. lol. also, does anyone know how to get rid of the bar on the left? with my picture and stuff? i want to get rid of that and have my entries on the left. jeez, for such a worthless guys...im kind of demanding. lol. thanks if you guys decide to work on this, if not, no biggie i guess cry.gif . haha.
 
micron
post Dec 27 2003, 05:15 AM
Post #5


cb's #1 fan! =)
******

Group: Advisor
Posts: 2,342
Joined: Nov 2003
Member No: 1



Threads merged.

Here's a mod to disable the left column. Lets see what you have so far (the code), it's always easier to get the feel of what you're trying to do when there is code to look at.
 
iakona
post Dec 27 2003, 03:28 PM
Post #6


The Hawaiian Hulk
***

Group: Member
Posts: 51
Joined: Dec 2003
Member No: 11



the code? ok then:

this goes in my "imput your own header html" box
CODE
<!-- begin code provided by createblog.com -->
</span></center>
<script type='text/javascript'>
function enterSite() {
document.getElementById('splash').style.display = 'none';
var content = document.getElementsByTagName("center");
for (var i=0; i<content.length;i++) {
content[i].style.display = 'block';
}
return false;
}
</script>
<style type='text/css'>
center {display:none;}
.image {border:1px solid #dcdcdc;}
</style>
<table height='100%' width='100%' id='splash'>
<tr>
<td align='center' valign='middle'><a href='#' onclick='return enterSite();'><img src='http://www.imagestation.com/picture/sraid95/pfdbe5176e52ea0d0d3a9125af45ee5c1/fa310d67.jpg' border='0' class='image'></a></td>
</tr>
</table>
<center><span>
<!-- end code provided by createblog.com -->



<!-- begin code provided by createblog.com -->
<style type="text/css">
body {
background-color: #ffffff;
background-image: url("http://www.wapers.com/works/michelangelo/michelangelo11280.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
</style>
<!-- end code provided by createblog.com -->








<!-- begin code provided by createblog.com -->
<style type="text/css">
a:visited, a:active, a:link { font-weight: bold; color: #494949; text-decoration: none; }
a:hover { color: #ffa500; }
body, td, div, p, th, select, input, font { font-family: verdana, arial, sans-serif; font-size: 10px; color: #000; line-height: 18px; }
.banner, #SearchBar1_pnlSearch, hr { display: none; }
.main, .navigation { width: 600px !important; }
.mainleft table { border: 0px; }
.mainleft th.left { padding: 0px 0px 5px 0px; }
.mainleft td.left { padding: 12px 0px 13px 0px; }
.mainleft th.left, .blogheader { font-family: verdana, arial, sans-serif; font-size: 10px; color: #494949; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #494949; margin-bottom: 12px; }
.maincenter td, .maincenter p { text-align: justify; padding: 0px; }
.blogbody { margin-bottom: 10px; margin-left: -5%; }
.blogbody td { padding: 0px 0px 4px 0px; }
.htmleditor { width: 100% !important; }
#pnlEnabled table, .blogheader { width: 95% !important; }
#pnlEnabled table td { text-align: justify; }
#rblEprops td { letter-spacing: -.1em; }
</style>
<!-- end code provided by createblog.com -->




<!-- begin code provided by createblog.com -->
<style type="text/css">
table.blogbody {
/* this edits the other the place where the  blog is */
border: 1px solid #000000;
background-color: #transparent;
}
</style>
<!-- end code provided by createblog.com -->




<!-- begin code provided by createblog.com -->
<style type='text/css'>
.mainleft { display:none; }
</style>
<!-- end code provided by createblog.com -->




and this goes in my website stats box:
CODE
<!-- begin code provided by createblog.com -->
<script language="Javascript">
// original by sean [URL=http://www.xanga.com/seanmeister]http://www.xanga.com/seanmeister[/URL]
var tds = document.getElementsByTagName("td");
for (var i = 0; i < tds.length; i++){
if (tds[i].width == "200"){
tds[i].parentNode.appendChild(tds[i].cloneNode(true));
tds[i].parentNode.removeChild(tds[i]);
break;
}}
</script>
<!-- end code provided by createblog.com -->




<!-- begin code provided by createblog.com -->
</td></tr></table></body></html><noscript>
<!-- end code provided by createblog.com -->




<!-- begin code provided by createblog.com -->
<script type="text/javascript">
document.write('<style type=text/css> table.' + 'banner { display: none !important; } </style></td></tr></table></body></html><no' + 'script>');
</script>
<!-- end code provided by createblog.com -->
 
GinaDaQueen
post Dec 27 2003, 03:48 PM
Post #7


createblog.com
******

Group: Member
Posts: 1,127
Joined: Dec 2003
Member No: 13



CODE
<!-- begin code provided by createblog.com -->
</span></center>
<script type='text/javascript'>
function enterSite() {
document.getElementById('splash').style.display = 'none';
var content = document.getElementsByTagName("center");
for (var i=0; i<content.length;i++) {
content[i].style.display = 'block';
}
return false;
}
</script>
<style type='text/css'>
center {display:none;}
.image {border:1px solid #dcdcdc;}
</style>
<table height='100%' width='100%' id='splash'>
<tr>
<td align='center' valign='middle'><a href='#' onclick='return enterSite();'><img src='http://www.imagestation.com/picture/sraid95/pfdbe5176e52ea0d0d3a9125af45ee5c1/fa310d67.jpg' border='0' class='image'></a></td>
</tr>
</table>
<center><span>
<!-- end code provided by createblog.com -->



<!-- begin code provided by createblog.com -->
<style type="text/css">
body {
background-color: #ffffff;
background-image: url("http://www.wapers.com/works/michelangelo/michelangelo11280.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
</style>
<!-- end code provided by createblog.com -->








<!-- begin code provided by createblog.com -->
<style type="text/css">
a:visited, a:active, a:link { font-weight: bold; color: #494949; text-decoration: none; }
a:hover { color: #ffa500; }
body, td, div, p, th, select, input, font { font-family: verdana, arial, sans-serif; font-size: 10px; color: #000; line-height: 18px; }
.banner, #SearchBar1_pnlSearch, hr { display: none; }
.main, .navigation { width: 600px !important; }
.mainleft table { border: 0px; }
.mainleft th.left { padding: 0px 0px 5px 0px; }
.mainleft td.left { padding: 12px 0px 13px 0px; }
.mainleft th.left, .blogheader { font-family: verdana, arial, sans-serif; font-size: 10px; color: #494949; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #494949; margin-bottom: 12px; }
.maincenter td, .maincenter p { text-align: justify; padding: 0px; }
.blogbody { margin-bottom: 10px; margin-left: 0%; }
.blogbody td { padding: 0px 0px 4px 0px; }
.htmleditor { width: 100% !important; }
#pnlEnabled table, .blogheader { width: 95% !important; }
#pnlEnabled table td { text-align: justify; }
#rblEprops td { letter-spacing: -.1em; }
</style>
<!-- end code provided by createblog.com -->




<!-- begin code provided by createblog.com -->
<style type="text/css">
table.blogbody {
/* this edits the other the place where the  blog is */
border: 1px solid #000000;
background-color: #FFFFFF;
}
</style>
<!-- end code provided by createblog.com -->




<!-- begin code provided by createblog.com -->
<style type='text/css'>
.mainleft { display:none; }
</style>
<!-- end code provided by createblog.com -->


Copy the new code, it should work
 
iakona
post Dec 27 2003, 05:38 PM
Post #8


The Hawaiian Hulk
***

Group: Member
Posts: 51
Joined: Dec 2003
Member No: 11



muchos gracias, but the box is still se through, any way to get rid of it?
 
GinaDaQueen
post Dec 27 2003, 07:18 PM
Post #9


createblog.com
******

Group: Member
Posts: 1,127
Joined: Dec 2003
Member No: 13



Okay, I changed the code... I didn't know you wanted a white background, sorry your post was a bit confusing. happy.gif
 
iakona
post Dec 27 2003, 08:14 PM
Post #10


The Hawaiian Hulk
***

Group: Member
Posts: 51
Joined: Dec 2003
Member No: 11



QUOTE(GinaDaQueen @ 12-27-2003, 07:18 PM)
Okay, I changed the code... I didn't know you wanted a white background, sorry your post was a bit confusing. happy.gif

haha, sorry for the confusingness....yes...im an idiot. lol. thanks again!
 
redderstarr
post Dec 28 2003, 12:50 AM
Post #11


Senior Member
****

Group: Member
Posts: 253
Joined: Dec 2003
Member No: 8



wacko.gif
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: