Forum Moderators: coopster

Message Too Old, No Replies

thumbnail!

         

ayushchd

4:59 pm on May 3, 2007 (gmt 0)

10+ Year Member



Hi all....I have a div wid the following style...

<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

dreamcatcher

5:01 pm on May 3, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<img src="close.jpg" style="border:0">

dc

ayushchd

5:06 pm on May 3, 2007 (gmt 0)

10+ Year Member



Hi dc,

How silly of me to not know that!

Anyways Thanks A LOT!
This forums is a great one!
Regards,
Ayush

dreamcatcher

5:25 pm on May 3, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You`re welcome Ayush, and nice of you to say so. You could also have used border="0", but as this is deprecated in XHTML strict, best to use the style tag.

dc

ayushchd

5:35 pm on May 3, 2007 (gmt 0)

10+ Year Member



DC, Thanks Again For The Info...

I shall get back to this forum wheneva i have a problem and i have many of those....actually m into a big project...and to ur surprise m only 15 yrs old...m damn interested in programming....and designing...

Regards,
Ayush