PHP Code:
<script language="JavaScript" type="text/javascript">
var today = new Date();
var day = today.getDay();
var arday = new Array("sunday4.jpg", "monday4.jpg", "tuesday4.jpg","wednesday4.jpg", "thursday4.jpg", "friday4.jpg",
"saturday4.jpg");
//var Darshan = arday[day];
document.write("<p align='center'>")
document.write("<a href=/daily_darshan.php'> <img border='1' src=/Dailydarshan/darshan/" + arday[day] + "'width='120' height='160'></a>");
</SCRIPT>
above is a code that i use for my site i was wondering how can i add in their so that the image has border as it states and colour attritbute?
Last edited by checkmate; 09-15-2007 at 10:03 AM..
|