Options

removing lines in (new) Guestbook

DJKennedyDJKennedy Registered Users Posts: 555 Major grins
in the Guestbook that I'm slowly working on (linkipoo), there is my:
  • header
  • navbar
  • two thin lines
  • text
  • another thin line
  • Guestbook comments/add comments
How do I remove the two thin lines ONLY and ONLY on that gallery?

I've looked around til I got dizzy but iether missed this info altogether, or it wasn't around...ideas?

Is it possible to only remove the two, or would I have to remove them all? If it is easier to remove all from ONLY that gallery, so be it.

Thanks for your help/link

Derek

EDIT: I found some code, but it didn't seem to work at all.
http://www.djkennedy.com

What did Cinderella say when she left the photo shop? "One day my prints will come."

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 13, 2006
    DJKennedy wrote:
    in the Guestbook that I'm slowly working on (linkipoo), there is my:
    • header
    • navbar
    • two thin lines
    • text
    • another thin line
    • Guestbook comments/add comments
    How do I remove the two thin lines ONLY and ONLY on that gallery?

    I've looked around til I got dizzy but iether missed this info altogether, or it wasn't around...ideas?

    Is it possible to only remove the two, or would I have to remove them all? If it is easier to remove all from ONLY that gallery, so be it.

    Thanks for your help/link

    Derek

    EDIT: I found some code, but it didn't seem to work at all.
    Derek, would you add the green below. WebDev yellow elements box wraps
    without it. Would make it much easier for folks to look at your code. Thanks
    to Ivar for this fix.

    /* style the table so that it takes no ppart in the layout - required for IE to work */
    .menu table {position:absolute; top:0; left:0;}

    Try putting your text [FONT=Verdana, Arial, Helvetica]Please feel free to add a comment or two, good or bad. [/FONT]in the
    gallery description instead of the journal entry. It's the lines of that journal
    entry that's showing I think.

    Then add this to your CSS.

    .gallery_2236465 .journal_entry {display:none;}

    Hope this helps,
    Al
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    DJKennedyDJKennedy Registered Users Posts: 555 Major grins
    edited December 13, 2006
    Allen wrote:
    Derek, would you add the green below. WebDev yellow elements box wraps
    without it. Would make it much easier for folks to look at your code. Thanks
    to Ivar for this fix.

    /* style the table so that it takes no ppart in the layout - required for IE to work */
    .menu table {position:absolute; top:0; left:0;}

    Try putting your text [FONT=Verdana, Arial, Helvetica]Please feel free to add a comment or two, good or bad. [/FONT]in the
    gallery description instead of the journal entry. It's the lines of that journal
    entry that's showing I think.

    Then add this to your CSS.

    .gallery_2236465 .journal_entry {display:none;}

    Hope this helps,
    Al

    Heh, took me a few mins to figure out the .menu part but I got that in where I believe it should be. I added the text to the gallery description - but the (3) lines are now together :P
    http://www.djkennedy.com

    What did Cinderella say when she left the photo shop? "One day my prints will come."

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 13, 2006
    DJKennedy wrote:
    Heh, took me a few mins to figure out the .menu part but I got that in where I believe it should be. I added the text to the gallery description - but the (3) lines are now together :P
    This removes two of the lines.

    .gallery_2236465 #albumNav_top {display:none;}

    Al

    Edit: I put a couple of comments in there, you can delete.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    DJKennedyDJKennedy Registered Users Posts: 555 Major grins
    edited December 13, 2006
    Allen wrote:
    This removes two of the lines.

    .gallery_2236465 #albumNav_top {display:none;}

    Al

    Edit: I put a couple of comments in there, you can delete.

    That works. I don't mind leaving the bottom line to seperate things a bit.

    Thanks Al

    Also, I looked long and hard to borrow nice nav bar code (plus it works in FF, IE6/7)
    http://www.djkennedy.com

    What did Cinderella say when she left the photo shop? "One day my prints will come."

  • Options
    DJKennedyDJKennedy Registered Users Posts: 555 Major grins
    edited December 13, 2006
    DJKennedy wrote:
    That works. I don't mind leaving the bottom line to seperate things a bit.

    Thanks Al

    Also, I looked long and hard to borrow nice nav bar code (plus it works in FF, IE6/7)


    The .Guestbook_2236465 #albumDescription { text-align:center; color:#99ccff; } doesn't appear to be taking...
    http://www.djkennedy.com

    What did Cinderella say when she left the photo shop? "One day my prints will come."

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 13, 2006
    DJKennedy wrote:
    The .Guestbook_2236465 #albumDescription { text-align:center; color:#99ccff; } doesn't appear to be taking...

    Ooop, Try
    .gallery_2236465 #albumDescription { text-align:center; color:#99ccff; }

    Sorry my bad,
    Al
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    DJKennedyDJKennedy Registered Users Posts: 555 Major grins
    edited December 13, 2006
    Allen wrote:
    Ooop, Try
    .gallery_2236465 #albumDescription { text-align:center; color:#99ccff; }

    Sorry my bad,
    Al

    Yup - that works. Now I just have to find a font I like.

    Thanks for all your help Allen!
    http://www.djkennedy.com

    What did Cinderella say when she left the photo shop? "One day my prints will come."

Sign In or Register to comment.