My New Photoblog

djaphoto

Suspended / Banned
Messages
2,528
Name
Dan
Edit My Images
Yes
I had a blog before and scrapped it after a while, but now the summer is here I find myself in the garden with the cam and so want to start again.

I opted for the Pixelpost software, and installed it with ease.

This is my new photoblog site, hope you like

http://www.djaphoto.co.uk/photoblog/index.php

Take note of the rather neat slide down the bottom of the page that shows certain images in a nice bat :)
 
Lovely jubbly, I'll add it to my RSS reader now :)
 
Actually I wont :p I dont see an RSS feed lol
 
This looks very nice ... some cracking images there too.

Fancy explaining to a noob how to do something similar?! :bang:
 
Marcel: Sorry bout the RSS lol

Grantsteve: Thanks for the kind words. First off oyu need some web hosting, that has php and mysql at your disposal. The rest is qutie easy to sort out from the website that supply the software.

I found this sexy template on the support forums, with a bit of editing you can get it to how you want it ;)
 
Marcel: Sorry bout the RSS lol

Grantsteve: Thanks for the kind words. First off oyu need some web hosting, that has php and mysql at your disposal. The rest is qutie easy to sort out from the website that supply the software.

I found this sexy template on the support forums, with a bit of editing you can get it to how you want it ;)

Thanks - all sounds a bit too technical for me :thinking: Think I'll make do with Flickr for now :lol:
 
There is a way to get rid of the dotted line that appears when you click the back/forward links on pictures. I can't remember how off the top of my head though :p
 
There is a way to get rid of the dotted line that appears when you click the back/forward links on pictures. I can't remember how off the top of my head though :p

Now I don't get that on mine, but I saw someone else's gallery that had this template and it happened on theirs lol

Are you seeing it on my images then?
 
i'm looking through the CSS/HTML/PHP of my site and i cant see anything yet :p
 
Ooh I like the look of it. Nice and crisp with good pics !
One quibble though, what's with the horizontal scrolling ?? All the images have dead space of 800 pixels to the right ? Style sheet prob ?
 
Cheers Puz,

Not quite sure about the reasoning behind the huge empty space to the right...bit weird I thought myself lol


Well from what I can tell, 1/2 your stylesheet is missing. You've got div id's mentioned with no corresponding style. Also if you remove your thumbnails at the bottom the width corrects itself. So i'd start on that div to try and fix it ! :)
 
Thanks very much Jay, there was no icon so I assumed the RSS had been disabled. I didn't think of looking for the default RSS URL for pixelpost :thumbs:

Duly added to my Bloglines :)
 
There is a way to get rid of the dotted line that appears when you click the back/forward links on pictures. I can't remember how off the top of my head though :p

Code:
foo { outline:none; }

I believe it's that, anyway. It's CSS3 only, and you'll probably want to apply it to a:active.
 
Back
Top