View Full Version : Colored bold font & heading-thingy


InSANEmUfasa394
08-04-2004, 08:40 PM
What's the code for everytime you type something bold, it comes out a different color? And what's the code for the header-thing at the top of a website? like on www.xanga.com/x0xtwilitex0x her header is --->>[[:+:michy((poo)):+:]] how do you get that?

smileygurl119
08-04-2004, 08:42 PM
header: <script language=javascript>
document.title=(' TEXT HERE ')
</script>

bold:

<style>
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #FF3399;}
</style>

InSANEmUfasa394
08-04-2004, 08:44 PM
thank youu!

smileygurl119
08-04-2004, 08:47 PM
you`re welcome