PDA

View Full Version : Guestbook clean up...................


ramdisk
May-01-2006, 04:55 PM
Hey Andy I sure do like the way your Guestbook looks, How about telling us how clean it up and give it that polished look. :thumb

Andy
May-01-2006, 05:02 PM
I won't do it for you but I can give you inspiration, how's that :D



Guest Book, the easy way:
1. make a new gallery, force to journal style
2. load up a photo
3. put your words in the caption area.


Guest Book, pimp-ness:
http://www.dgrin.com/showthread.php?t=27392&highlight=pimp+ride

DanielB
May-01-2006, 06:46 PM
Guest Book, the easy way:
1. make a new gallery, force to journal style
2. load up a photo
3. put your words in the caption area.


in addition to that you wanna disable Photo purchasing in that gallery and i used coding to get rid of those dotted lines.:thumb

ivar
May-02-2006, 12:39 AM
in addition to that you wanna disable Photo purchasing in that gallery and i used coding to get rid of those dotted lines.:thumbDaniel, question: was it intentional that you have removed the .boxTop so you cannot see who wrote the comments? It looks a little awkward to me...

ivar
May-02-2006, 12:47 AM
Hey Andy I sure do like the way your Guestbook looks, How about telling us how clean it up and give it that polished look. :thumbYou'll be wanting to remove alot of nicks and nacks from your guestbook page, got Mozilla Firefox (http://www.mozilla.com/firefox) & Web Developer Extension (http://chrispederick.com/work/webdeveloper)? makes life alot easier for things like this. There is a little tutorial as a sticky in this forum.

I'll give you an example, see how far you can get with it.

To remove the navigation thing from your guestbook ( ramdisk > other > guestbook ) use this.gallery_1410884 #breadcrumb {
display: none;
}i got the id (breadcrumb) from the element from the Web Developer Extension. See how far you can get with the rest.

ramdisk
May-02-2006, 02:20 PM
You'll be wanting to remove alot of nicks and nacks from your guestbook page, got Mozilla Firefox (http://www.mozilla.com/firefox) & Web Developer Extension (http://chrispederick.com/work/webdeveloper)? makes life alot easier for things like this. There is a little tutorial as a sticky in this forum.

I'll give you an example, see how far you can get with it.

To remove the navigation thing from your guestbook ( ramdisk > other > guestbook ) use this.gallery_1410884 #breadcrumb {
display: none;
}i got the id (breadcrumb) from the element from the Web Developer Extension. See how far you can get with the rest.

ivar
How am i doing so far?
I looked over your tutorial on Mozilla, now that I've been at this for a while, it made more since. :D

ramdisk
May-02-2006, 02:21 PM
[quote=Andy]I won't do it for you but I can give you inspiration, how's that :D


ouch! :wxwax

ivar
May-02-2006, 02:31 PM
ivar
How am i doing so far?
I looked over your tutorial on Mozilla, now that I've been at this for a while, it made more since. :D:thumb

ramdisk
May-02-2006, 04:17 PM
:thumb

ivar

I think I'm headed in the right direction, (with the help of some copy and paste and Mozilla) I just like to change the color and text of the green "gallery comments" to "Guestbook comments" in a different color and the green "page" to the same color as "Guestbook comments". Any pointers would help..

Andy
May-02-2006, 04:21 PM
ivar

I think I'm headed in the right direction, (with the help of some copy and paste and Mozilla) I just like to change the color and text of the green "gallery comments" to "Guestbook comments" in a different color and the green "page" to the same color as "Guestbook comments". Any pointers would help..


.gallery_1410884 .title {color: red;}

red, or any #XXXXXX color you can get off of photoshop or here
http://www.december.com/html/spec/color.html

the other part of your Q? #61 on the FAQ-hit parade:
http://www.dgrin.com/showthread.php?t=26043

http://www.dgrin.com/showthread.php?p=280469#post280469

ramdisk
May-02-2006, 05:00 PM
.gallery_1410884 .title {color: red;}

red, or any #XXXXXX color you can get off of photoshop or here
http://www.december.com/html/spec/color.html

the other part of your Q? #61 on the FAQ-hit parade:
http://www.dgrin.com/showthread.php?t=26043

http://www.dgrin.com/showthread.php?p=280469#post280469


Thank you Andy....I'll give it a try later..:thumb