Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
code- how to add so that border is white colour
Old 09-15-2007, 10:02 AM code- how to add so that border is white colour
Super Talker

Posts: 113
Trades: 0
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..
checkmate is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-15-2007, 05:49 PM Re: code- how to add so that border is white colour
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Instead of <img border='1' , use <img style=\"border: 1px solid #FFFFFF;\" . This will apply a CSS class of a 1-pixel solid white border to your image.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to code- how to add so that border is white colour
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.27853 seconds with 12 queries