View Single Post
  #1  
Old 23rd February 2013, 14:41
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default 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;



__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote