Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 05-22-2005, 11:07 AM
noodle Offline
forum loafer
 
Join Date: May 2005
Posts: 8
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
Reply With Quote
  #2  
Old 05-22-2005, 11:12 AM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
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.
Reply With Quote
  #3  
Old 05-22-2005, 12:39 PM
noodle Offline
forum loafer
 
Join Date: May 2005
Posts: 8
Oh sorry, I thought, the url was in my profile:
http://www.maersu.com
Reply With Quote
  #4  
Old 05-22-2005, 12:43 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
change

Code:
#image {
    padding:0px;
    background:#fff;
    border:0px; solid #000000
    }
to

Code:
#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.
Reply With Quote
  #5  
Old 05-22-2005, 01:05 PM
noodle Offline
forum loafer
 
Join Date: May 2005
Posts: 8
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?
Reply With Quote
  #6  
Old 05-22-2005, 01:10 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
#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.
Reply With Quote
  #7  
Old 05-22-2005, 01:20 PM
noodle Offline
forum loafer
 
Join Date: May 2005
Posts: 8
Thanks a lot! Now everything's ok and I'm happy
Reply With Quote
  #8  
Old 05-22-2005, 01:42 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
we aim to please!
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 10:16 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs