Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Shoutbox Background (http://www.bvlist.com/showthread.php?t=8907)

Chez 23rd February 2013 14:41

Shoutbox Background
 
Thanks to nicky for this code
To add a pic background in shoutbox, after this in shoutbox.php

PHP Code:

?>
<html><head>
<title>ShoutBox</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="30; url=shoutbox.php" />
<style type="text/css">
background:#FFFFFF;
A {color: #000000; font-weight: bold; }
A:hover {color: #FF0000;}
.small {font-size: 9pt; font-family: tahoma; }
.date {font-size: 9pt;}
</style>
</head> 

ADD

PHP Code:

<body background="pic/example.jpg"style"=background-repeat:repeat-no repeat;background-attachment:-fixed;"

attention

Attention

If you dont need fixed in it ,remove ,
background-attachement:-fixed;




DND 23rd February 2013 15:16

bad idea to add a pic into background, any background it will be.


All times are GMT +2. The time now is 17:20.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.