View Full Version : Border of pics
noodle
05-22-2005, 11:07 AM
So, my photoblog now looks lot alike I want it to look :wink: But I still have one problem: I would like to have a black border around my pics. But if I set the border "on" in the css-file, it always gets violet (as links usual are...). The problem is: I've set the colors of visited and non-visited links to #000, so there should be a black border, shouldn't it?
Greetings from Switzerland
noodle
Joe[y]
05-22-2005, 11:12 AM
can you link to your site please. so i can look at the code myself.
thanks! I think you probably just need to add a border to the
#image a { } but I can't know this without seeing your code.
noodle
05-22-2005, 12:39 PM
Oh sorry, I thought, the url was in my profile:
http://www.maersu.com
Joe[y]
05-22-2005, 12:43 PM
change
#image {
padding:0px;
background:#fff;
border:0px; solid #000000
}
to
#image {
padding:0px;
background:#fff;
border:1px solid #000;
}
that did the job for me in firefox using the edit css tool... hope it works ok.
noodle
05-22-2005, 01:05 PM
hmm, I still get a blue frame instead of a black... And suddenly now another problem occured: the "post a comment" form now always automaticly appears by opening the site. What can I do there?
Joe[y]
05-22-2005, 01:10 PM
#image a {
padding:0px;
background:#fff;
border:1px solid #000;
}
ok... try that instead then. the other problem is due to you adding a <meta> tag (the one for photoblogs.org) insde the javascript in your header... make sure it's with the other meta tags and seperate from others.
noodle
05-22-2005, 01:20 PM
Thanks a lot! Now everything's ok and I'm happy :D
Joe[y]
05-22-2005, 01:42 PM
we aim to please! :D
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.