PDA

View Full Version : Image Centering


BassAngler
Feb-28-2006, 09:29 AM
How do I center the single image within my guestbook? Also, is the a way to change the "gallery comments" title to say "guestbook comments"?

javier.rinaldi
Feb-28-2006, 09:51 AM
How do I center the single image within my guestbook? Also, is the a way to change the "gallery comments" title to say "guestbook comments"?
for the first item this is what I came up with, I don't know much css but I've learned a lot using the Web Devleloper Tool for firefox

#journal .journal_entry .left {
position:relative;
left:25%;
right:25%;
}

BassAngler
Feb-28-2006, 10:50 AM
Thanks! That worked perfectly for centering my image.

Anyone have any ideas on the 2nd part of my question?

javier.rinaldi
Feb-28-2006, 11:54 AM
Thanks! That worked perfectly for centering my image.

Anyone have any ideas on the 2nd part of my question?
I tried doing a javascript similar to the categories title replacement in this post http://www.dgrin.com/showpost.php?p=235109&postcount=9 , however, the container for the title has other html code, and to get to change just to title you have to get to a 'class'object. This is something for someone who knows they're stuff