[css-d] need another pair of eyes..

2010-05-08 Thread bryan
Hi All I could do with someone to look over my css - first foray into this! I grabbed a template and all was well until I added a nav bar, now the main content and footer don't centre align anymore. I've obviously missed something that someone else might be able to see. I've stared at the scre

Re: [css-d] need another pair of eyes..

2010-05-08 Thread Alan Gresley
bryan wrote: > Hi All > > I could do with someone to look over my css - first foray into this! > > I grabbed a template and all was well until I added a nav bar, now the > main content and footer don't centre align anymore. I've obviously > missed something that someone else might be able to se

[css-d] (no subject)

2010-05-08 Thread William Gates
Hi Bryan, You need to remove: The navigation is in a ul which is already closed It's always a good idea to validate the markup via something like: http://validator.w3.org/ Regards William __ css-discuss [cs...@lists.css-discu

Re: [css-d] need another pair of eyes..

2010-05-08 Thread bryan
On 08/05/2010 16:12, William Gates wrote: > Hi Bryan, > You need to remove: > > > > > The navigation is in a ul which is already closed > > It's always a good idea to validate the markup via something like: > http://validator.w3.org/ > > Regards > William > ___

Re: [css-d] need another pair of eyes..

2010-05-08 Thread Alan Gresley
bryan wrote: > On 08/05/2010 16:12, William Gates wrote: >> Hi Bryan, >> You need to remove: >> >> >> >> >> The navigation is in a ul which is already closed >> >> It's always a good idea to validate the markup via something like: >> http://validator.w3.org/ >> >> Regards >> William >> __

Re: [css-d] need another pair of eyes..

2010-05-08 Thread Thierry Koblentz
> > The navigation is in a ul which is already closed > > > Thanks for the replies - I've made alterations but still seem to be a > few pixels out in the main content and footer. It's getting there > though! > http://www.redfedora.co.uk/memoriesontocanvas8/index.html Use the wrapper to set the wi

Re: [css-d] need another pair of eyes..

2010-05-08 Thread David Laakso
bryan wrote: > > Hi > > Thanks for the replies - I've made alterations but still seem to be a > few pixels out in the main content and footer. It's getting there though! > > Cheers > > Bryan > Validate the CSS.

[css-d] Anchor offset ?

2010-05-08 Thread genericmaillists
I have not been able to find a solution to my problem. I have added blank anchor tags like the one seen in the snip of code below. Since the early... I want to drop the tag and have this: Since the early... This URL explains my problem with images. http://webpages.charter.net/jlgates/css.htm

Re: [css-d] Anchor offset ?

2010-05-08 Thread Thierry Koblentz
> I have not been able to find a solution to my problem. I have added > blank anchor tags like the one seen in the snip of code below. > > > You cannot use "10" here, check the last paragraph of section 6.2: http://www.w3.org/TR/html401/types.html#h-6.2 > I want to drop the tag and have this:

Re: [css-d] Anchor offset ?

2010-05-08 Thread Tim Climis
On Saturday, May 08, 2010 8:05:52 pm Thierry Koblentz wrote: > > I have not been able to find a solution to my problem. I have added > > blank anchor tags like the one seen in the snip of code below. > > > > > > > > You cannot use "10" here, check the last paragraph of section 6.2: > http://www

Re: [css-d] Anchor offset ?

2010-05-08 Thread Thierry Koblentz
> >> I have not been able to find a solution to my problem. I have added > >> blank anchor tags like the one seen in the snip of code below. > >> > >> > >> > > > > You cannot use "10" here, check the last paragraph of section 6.2: > > http://www.w3.org/TR/html401/types.html#h-6.2 > > > > > >> I w

Re: [css-d] Anchor offset ?

2010-05-08 Thread David Laakso
genericmailli...@gmail.com wrote: > I have not been able to find a solution to my problem. Establish a /valid/ block formating context [1]. Or, yet better, a clickable link to the actual page in question. [1] Best, ~d -- desktop http://chelseacreeks

Re: [css-d] Anchor offset ?

2010-05-08 Thread genericmaillists
On Sat, May 8, 2010 at 10:34 PM, David Laakso wrote: > genericmailli...@gmail.com wrote: >> >> I have not been able to find a solution to my problem. > > Establish a /valid/  block formating context  [1].  Or, yet better, a > clickable link to the actual page in question. > > [1] >