Forum Moderators: coopster
<div id="buyform<?php echo $new_count;?>" style="display:none; background-color:#6A6E84; font-size: 100%;font-weight: 900;border: dotted 1px Black;margin-left: 15%;margin-right: 15%;">
<div align = "right"><a href="javascript: hidediv('buyform<?php echo $new_count;?>')"><img src="close.jpg"></a></div>The Form For Selling Shares Goes Here....</div></p>
now, u must have notice an image with a link to a js function...Everything is working fine, juss that there a blue border (thumbnail) around the image....i don want it to be there...it does not go wid the theme of my site :(
Please suggest methods to remove that blue thumbnail....
Or If u cud tell me, how do i define this in dreamweaver
#buyform a {
style
}
I can't define this in da css coz the buyform has a php loop.....I tried it this way :
<div id="buyform<?php echo $new_count;?> a" style"blah!"><img.....
Din Work!
Please Help