|
Prev: Template issues
Next: FTP problem
From: jameswoody on 7 May 2008 09:50 The site im working on is here; http://www.jameschetwood.com/site/about.html The css is here; http://www.jameschetwood.com/site/untitled.css Their seems to be a layer of padding between the buttons and the top of their container but i didn't specify this and i can seem to turn if off. The buttons are links, if you navigate around you see that if the button size changes, the padding seems to stay the same. Please help! james
From: Ken Ford on 7 May 2008 09:56 It is the default margin on the <p> tag. Try adding this to your CSS: ..buttons p { margin-top: 0; margin-bottom: 0; } -- Ken Ford Adobe Community Expert - Dreamweaver Fordwebs, LLC http://www.fordwebs.com "jameswoody" <webforumsuser(a)macromedia.com> wrote in message news:fvsc3o$a69$1(a)forums.macromedia.com... > The site im working on is here; > http://www.jameschetwood.com/site/about.html > > The css is here; > http://www.jameschetwood.com/site/untitled.css > > Their seems to be a layer of padding between the buttons and the top of their > container but i didn't specify this and i can seem to turn if off. The buttons > are links, if you navigate around you see that if the button size changes, the > padding seems to stay the same. > > Please help! > james >
|
Pages: 1 Prev: Template issues Next: FTP problem |