removing lines in (new) Guestbook
DJKennedy
Registered Users Posts: 555 Major grins
in the Guestbook that I'm slowly working on (linkipoo), there is my:
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.
- header
- navbar
- two thin lines
- text
- another thin line
- Guestbook comments/add comments
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."
What did Cinderella say when she left the photo shop? "One day my prints will come."
0
Comments
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
My Website index | My Blog
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
What did Cinderella say when she left the photo shop? "One day my prints will come."
.gallery_2236465 #albumNav_top {display:none;}
Al
Edit: I put a couple of comments in there, you can delete.
My Website index | My Blog
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)
What did Cinderella say when she left the photo shop? "One day my prints will come."
The .Guestbook_2236465 #albumDescription { text-align:center; color:#99ccff; } doesn't appear to be taking...
What did Cinderella say when she left the photo shop? "One day my prints will come."
Ooop, Try
.gallery_2236465 #albumDescription { text-align:center; color:#99ccff; }
Sorry my bad,
Al
My Website index | My Blog
Yup - that works. Now I just have to find a font I like.
Thanks for all your help Allen!
What did Cinderella say when she left the photo shop? "One day my prints will come."