PDA

View Full Version : Help Please!!



samsaBEAR
14-11-2005, 09:23 PM
I'm making a Blog for my band, and if anyone could help me, it would be great!
I want the context boxes transparent, anyone know how? The blog is hosted at LiveJournal, here's a Link:
Click Here! (http://www.livejournal.com/users/lyricstheband)

Help would be great, and +Rep to everyone who tries to help.

Wizzdom
14-11-2005, 09:24 PM
type tutorials on html on google...many good sites there!

Dan Williamson
14-11-2005, 09:25 PM
Do you mean transparent so you can't see the white behind the textbox?

If so you can set the background as transparent i think theres a CSS code.

if not tell me what you mean :)

- Dan

Rou
14-11-2005, 09:26 PM
Css needs editing ?

samsaBEAR
15-11-2005, 04:47 PM
Here's the code, all I did was edit the Background image, Table Border and the Box's width:


<!-- begin code provided by createblog.com -->
GLOBAL_HEAD<=
<style type="text/css">

<!--
body, td, font, div, p {
font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
font-size: 7.5pt;
}
-->

<!--
body {
scrollbar-base-color: #000000;
scrollbar-track-color: #000000;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #F8AE43;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #00B5C0;
scrollbar-arrow-color: #FF003C;
}
-->

<!--
/* change these numbers, make them add up to 100 or less*/
table {
width: 30%;
margin-left: 27%;
margin-right: 20%;
}
/* don't change these numbers */
table table {
width: 100%;
margin:0;
}
table table table {
width: 0;
}
>-->

<!--
table {
border: 7px dashed #FF003C;
}
table table {
border: 0;
}
-->

<!--
body {
background-color: #000000;
background-image: url(http://images.cbimg3.com/livejournal/10/2325.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom left;
}
-->

</style>
<=GLOBAL_HEAD
<!-- end code provided by createblog.com -->

Want to hide these adverts? Register an account for free!