RE: [WSG] H1 and the img tag

2008-08-26 Thread michael.brockington
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sherlock Sent: Tuesday, August 26, 2008 2:17 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] H1 and the img tag ok - seo is a bit like voodoo to me the following sites seem to be contray to suggestion

Re: [WSG] H1 and the img tag

2008-08-25 Thread Jon Warner
Situations like this I tend to have the normal img and a separate text in h1 then use one of several methods to move the h1 out of sight (someone mentioned indenting the text as one example). Degrades fine when no css as the h1 tag just appears in the order set in the html. Jon Warner www.thep

RE: [WSG] H1 and the img tag

2008-08-25 Thread Thierry Koblentz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Paul Bennett > Sent: Monday, August 25, 2008 3:07 PM > To: 'wsg@webstandardsgroup.org' > Subject: RE: [WSG] H1 and the img tag > > Hi Michael, > > While tha

Re: [WSG] H1 and the img tag

2008-08-25 Thread Sam Sherlock
indent to move the text off-screen. I changed > back > to an img tag as the alt text is more powerful for SEO purposes. > > Darren Lovelock > Munky Online Web Design > http://www.munkyonline.co.uk > T: +44 (0)20-8816-8893 > > > -----Original Message- > From: [EMAIL PROTE

Re: [WSG] H1 and the img tag

2008-08-25 Thread Joey Grasso
ne.co.uk >> T: +44 (0)20-8816-8893 >> >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >> Behalf Of Paul Bennett >> Sent: 25 August 2008 23:07 >> To: 'wsg@webstandardsgroup.org' >> Su

Re: [WSG] H1 and the img tag

2008-08-25 Thread Henrik Madsen
oup.org' Subject: RE: [WSG] H1 and the img tag Hi Michael, While that is possible, unfortunately the h1 text doesn't display when images are off and css is still in use. This is the issue many image replacement techniques sought to address. Paul

Re: [WSG] H1 and the img tag

2008-08-25 Thread Schalk Neethling
2008 23:07 To: 'wsg@webstandardsgroup.org' Subject: RE: [WSG] H1 and the img tag Hi Michael, While that is possible, unfortunately the h1 text doesn't display when images are off and css is still in use. This is the issue many image replacement

RE: [WSG] H1 and the img tag

2008-08-25 Thread Darren Lovelock
line Web Design http://www.munkyonline.co.uk T: +44 (0)20-8816-8893 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Bennett Sent: 25 August 2008 23:07 To: 'wsg@webstandardsgroup.org' Subject: RE: [WSG] H1 and the img tag Hi Michael, While that is possi

RE: [WSG] H1 and the img tag

2008-08-25 Thread Paul Bennett
Hi Michael, While that is possible, unfortunately the h1 text doesn't display when images are off and css is still in use. This is the issue many image replacement techniques sought to address. Paul *** List Guidelines: http://web

Re: [WSG] H1 and the img tag

2008-08-25 Thread Schalk Neethling
Hi all, BTW, for those interested I am using the website at http://www.volume4.com/ as a case study in progressive enhancement and graceful degradation. Your feedback is much appreciated. Regards, Schalk Paul Bennett wrote: Hi Schalk, Glad you raised this. We built a new section of our si

Re: [WSG] H1 and the img tag

2008-08-25 Thread Schalk Neethling
Thanks Paul, Makes sense to me as well. Regards, Schalk Paul Bennett wrote: Hi Schalk, Glad you raised this. We built a new section of our site a while ago which required different treatment from our normal text h1's. I looked at the image replacement route and found the approaches kludgy a

RE: [WSG] H1 and the img tag

2008-08-25 Thread Conyers, Dwayne
Schalk Neethling [EMAIL PROTECTED] ink wired: > There is a general practice to use text replacement > when it comes to company logo's on websites. Not sure if I follow. Are you saying to use "Proctor and Gamble" rather than the P&G logo? I don't see why that would be necessary for any web site

Re: [WSG] H1 and the img tag

2008-08-25 Thread Michael Turnwall
You can just use text-indent to move the text off the screen and then put a background image into the H1 tag. -- Michael Turnwall for all your web code needs turnwall.net Schalk Neethling wrote: Hi there everyone, I was wondering. There is a general practice to use text replacement w

RE: [WSG] H1 and the img tag

2008-08-25 Thread Paul Bennett
Hi Schalk, Glad you raised this. We built a new section of our site a while ago which required different treatment from our normal text h1's. I looked at the image replacement route and found the approaches kludgy and overwrought. I ended up doing exactly what you said: Looks fine, and the pa