|
#1
|
|||
|
|||
|
Border of pics
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 |
|
#2
|
||||
|
||||
|
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.
__________________
Affordable Website Design in North Wales |
|
#3
|
|||
|
|||
|
Oh sorry, I thought, the url was in my profile:
http://www.maersu.com |
|
#4
|
||||
|
||||
|
change
Code:
#image {
padding:0px;
background:#fff;
border:0px; solid #000000
}
Code:
#image {
padding:0px;
background:#fff;
border:1px solid #000;
}
__________________
Affordable Website Design in North Wales |
|
#5
|
|||
|
|||
|
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?
|
|
#6
|
||||
|
||||
|
#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.
__________________
Affordable Website Design in North Wales |
|
#7
|
|||
|
|||
|
Thanks a lot! Now everything's ok and I'm happy
|
|
#8
|
||||
|
||||
|
we aim to please!
__________________
Affordable Website Design in North Wales |
| Post Reply |
| Thread Tools | |
|
|