Lines in page
RBlack305
Joined: 2012-09-02
Posts: 5 |
Posted: Tue, 2012-09-11 01:45 |
Ok, Thank you Floridave for helping me with my last question. I have yet another customizing question I am hoping you can help me with. This one has to do with getting rid of the lines on the page. I want the page to be blank except for he script itself and right now there are what looks like (table) border lines and (hr) lines. Can you tell me how to get rid of them? http://www.ryanslinks.com/gallery/ Thank You! |
|
Posts: 27300
#g-footer {
remove the border top deceleration.
Some place you have
for your header content
change:
border-width: medium medium 1px;
to
border-width: medium medium 0;
then
[code]#g-banner {
background-color: #FFFFFF;
border-bottom: 1px solid #CCCCCC;
min-height: 5em;
padding: 1em 20px;
position: relative;
}[/code
remove border-bottom: 1px solid #CCCCCC;
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 5
I looked for this but I cannot find it. The closest thing starts on line: 295 under tables at line 310 I see this:
Might that be what you are refering to?
Posts: 27300
don't know,just going by ff and the fed tool to assist.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 5
Well thank you for your help. It may seems simple to you but I would never have figured it out.