PDA

View Full Version : Cutenews



Matty
07-04-2005, 09:25 PM
Hey i need the text and the title and the person who postewd and date turned to white and the background black.
if you goto www.habbopost.com click news you can see it's red i did this on purpose to stand out
i know the background isthis
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style>[white]
but now i need the above in white

Mentor
07-04-2005, 09:55 PM
to chnage text and link color as well to white (bakcgroiund still black)
use this



<style type="text/css">
<!--
body,td,th {
color: #FFFFFF;
}
body {
background-color: #000000;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
-->
</style>


just chnage the hex for other colours

scottish
07-04-2005, 09:58 PM
yeh i was gna say that change From #000000 To #FFFFFF :p

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