External Image Block Issues...
ymmotrojam
Joined: 2005-03-13
Posts: 8 |
Posted: Mon, 2005-03-14 19:54 |
I am using the image block on another part of my site... You can see it here. It's the picture underneath the word "Memories". How can I get rid of that blue border? I kn ow it has to be set in HTML, but what file do I modify to get rid of it? Thanks! :D |
|
Posts: 32509
add css style
img.ImageFrame_none {
border:0;
}
Posts: 8
Thanks.
Posts: 32509
see my edit
Posts: 8
Actually your first one helped me more, but thanks anyways. I don't want any of my images to have that border...
Posts: 25
Which css file did you modify to get rid of the border? I've added this to the theme.css and it doesn't do it. Which file does it belong in?
Posts: 16504
I believe you'd put that in the file where you call the random image block since that's the page it's rendered on. Or in a css file referenced on that page.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 25
I modified the css file which the webpage uses - didn't work
I modified the theme.css file which my default theme uses - didn't work.
I've been searching through all the gallery files to see where this is specified and am having a terrible time locating it. Any help is GREATLY appreciated!
Posts: 134
make sure you get the hierarchy right (aren't there any other img styles defined?)
check also this related post: http://gallery.menalto.com/node/38299#comment-141827
it should be in the theme.css style if it's within G2; if it's an external "image block" image, it's in the corresponding css file of the page.