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".
http://rvrworkers.com

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

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2005-03-14 20:26

add css style

img.ImageFrame_none {
border:0;
}

 
ymmotrojam

Joined: 2005-03-13
Posts: 8
Posted: Mon, 2005-03-14 20:30
valiant wrote:
add css style

img {
border:0;
}

Thanks.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2005-03-14 20:32

see my edit

 
ymmotrojam

Joined: 2005-03-13
Posts: 8
Posted: Mon, 2005-03-14 20:55
valiant wrote:
see my edit

Actually your first one helped me more, but thanks anyways. I don't want any of my images to have that border... :)

 
PnL

Joined: 2005-03-21
Posts: 25
Posted: Tue, 2005-11-22 06:36

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?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2005-11-22 06:47

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

 
PnL

Joined: 2005-03-21
Posts: 25
Posted: Tue, 2005-11-22 17: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!

 
peter_k

Joined: 2005-09-15
Posts: 134
Posted: Tue, 2005-11-22 17:34

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.