Pixelpost

Authentic Photoblog Flavour


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

Post Reply
 
Thread Tools
  #1  
Old 02-01-2008, 08:24 PM
ctfoto's Avatar
ctfoto Offline
pp veteran
 
Join Date: Nov 2005
Location: athens, georgia
Posts: 76
Firefox...

just got my shiny new PP 1.7 up and running, hooked Delicious right up and it looks killer in Safari... but i open it in FireFox and it looks like, well, see for yourself:

http://ctfoto.com/pups.pdf

...i'm not really experienced with this, so i'm not sure how to fix it. i know it should work on FireFox, because this guy's seem to be working just fine on my FireFox: www.canelson.com.ar

is this an easy answer?


thanks,
__________________
ct
Reply With Quote
  #2  
Old 02-02-2008, 12:07 AM
dakwegmo's Avatar
dakwegmo+ Offline
Team Pixelpost
 
Join Date: Jul 2005
Location: West of Between
Posts: 689
Looking at your site in FF2 on XP, it fine except your logo is missing.

I see that you've removed the style switcher links. If you visited the site in FF before you removed these, then you probably just need to clear your cache, or delete the style cookie that was set for the script.
__________________
My Photoblog
If you find my help useful please consider feeding the PixelPost Kitty
If you're short on cash just feed my ego
Reply With Quote
  #3  
Old 02-02-2008, 12:26 AM
ctfoto's Avatar
ctfoto Offline
pp veteran
 
Join Date: Nov 2005
Location: athens, georgia
Posts: 76
might that logo be missing because it's a tiff?

i had to save it as a tiff to maintain the transparency around the text. any way around this?

thanks dakwegmo+

cheers,
__________________
ct
Reply With Quote
  #4  
Old 02-02-2008, 01:11 AM
dakwegmo's Avatar
dakwegmo+ Offline
Team Pixelpost
 
Join Date: Jul 2005
Location: West of Between
Posts: 689
Save it as a gif if you want it to look right for IE6 users. Otherwise, save it as a gif. The logo isn't so complex as to require the photo quality that tiffs offer, and both gifs and pngs support transparent backgrounds.
__________________
My Photoblog
If you find my help useful please consider feeding the PixelPost Kitty
If you're short on cash just feed my ego
Reply With Quote
  #5  
Old 02-02-2008, 03:08 AM
ctfoto's Avatar
ctfoto Offline
pp veteran
 
Join Date: Nov 2005
Location: athens, georgia
Posts: 76
ok. got it working as a gif... kinda.

now everything looks fines in FF, but there's a white border around the logo.

??

also, i notice the general font, like in the navigation bar, seems a little sloppier on FF than on Safari. why is that?

www.ctfoto.com/pets/

thanks,
__________________
ct
Reply With Quote
  #6  
Old 02-02-2008, 08:04 AM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
you can try the attribute
border="0"
within the <img src...> of your logo

The link in the logo is not working
__________________
Uh!log Photoblog
My Addons
Reply With Quote
  #7  
Old 02-02-2008, 09:23 PM
ctfoto's Avatar
ctfoto Offline
pp veteran
 
Join Date: Nov 2005
Location: athens, georgia
Posts: 76
here's my script for that logo as it has been:

<a title="back to ctfoto.com" href="http://ctfoto.com/"><img
src='http://ctfoto.com/logo.02.gif'/></a>

...not sure why the link isn't working.
how should i incorporate border="0" into that?

sorry. as much as i enjoy messin around with HTML/CSS, i'm not yet very good with it...

anyway, thanks for y'all's help.

cheer,
__________________
ct

Last edited by ctfoto; 02-02-2008 at 09:24 PM. Reason: spelling!
Reply With Quote
  #8  
Old 02-02-2008, 09:30 PM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
HTML Code:
<a href="http://ctfoto.com/" title="back to ctfoto.com"><img src="http://ctfoto.com/logo.02.gif" border="0" /></a>


OR CSS would be better:

Code:
a img {
     border: none;
}
Reply With Quote
  #9  
Old 02-02-2008, 09:58 PM
ctfoto's Avatar
ctfoto Offline
pp veteran
 
Join Date: Nov 2005
Location: athens, georgia
Posts: 76
YES!

thanks deewilkinsjuniorplus!

is your script automatically colored like that when you type it, or did you change it for my benefit?

sure would be easier to find stuff when it's written like that!
anyway, thanks again...

cheers,
__________________
ct
Reply With Quote
  #10  
Old 02-02-2008, 10:29 PM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
You can download editors that highlight syntax when working with code.

I believe Notepad++ for Windows does this and is free. If you are on a MAC, there must be some free editors but since I use BBEdit and Textmate, I wouldn't know.

If you are talking about on the forum, you can highlight your code by wrapping it in [html][/html] or [php][/php] BBcode tags.
You can also use [code][/code] for non PHP / HTML code but the syntax will not be highlighted/formated.
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 04:57 PM.

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