Results 1 to 7 of 7

Thread: Width and Height Vs. Style. Does it Matter?
      
   

  1. #1
    HappyBreathNet is offline Private
    Join Date
    Apr 2009
    Posts
    4

    Default Width and Height Vs. Style. Does it Matter?

    BlueVoda publishes some of my images with a Style="..." that includes width and height information, however it doesn't actually call out the Width and Height attributes.

    There was one user who said that the height and width dimensions are not needed for SEO. However, whois.domaintools recommends having height and width dimensions for each image. I'm not sure whether whois.domaintools is right, but it is disturbing to be stuck at around 95%.

    There is a workaround, which is to go into the .html after publishing, finding anywhere where ...border = .. style = ... and adding height = and width = based on the style =. The problem is, if you publish the page again you have to do the manual excercise all over again.

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Width and Height Vs. Style. Does it Matter?

    You cant do it in all cases, but i find it better to upload all my images in to a folder called images & link to then with a html box the same size as the image so i know the page space it will take up.
    Just use a code similar to this.

    <img src="http://www.barnetwalks.co.uk/images/hadley-wood/monken-hadley-village-gate.jpg" alt="Monken Hadley gate" align="top" border="2" style="width:336px;height:448px;">

  3. #3
    travlinman is offline Major
    Join Date
    Feb 2009
    Location
    Gran Canaria
    Posts
    444

    Default Re: Width and Height Vs. Style. Does it Matter?

    Quote Originally Posted by Collectors-info View Post
    You cant do it in all cases, but i find it better to upload all my images in to a folder called images & link to then with a html box the same size as the image so i know the page space it will take up.
    Just use a code similar to this.

    <img src="http://www.barnetwalks.co.uk/images/hadley-wood/monken-hadley-village-gate.jpg" alt="Monken Hadley gate" align="top" border="2" style="width:336px;height:448px;">
    I like your tip Chris...I was going to ask for a link where you have done this, but I suppose I would not see the difference in the end result.

    Back to the original post...is there a way to actually edit the BV code and manually insert height & width tags as we used to do in html coding?

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Width and Height Vs. Style. Does it Matter?

    Quote Originally Posted by travlinman View Post
    I like your tip Chris...I was going to ask for a link where you have done this, but I suppose I would not see the difference in the end result.

    Back to the original post...is there a way to actually edit the BV code and manually insert height & width tags as we used to do in html coding?
    Most of this site is this way Barnet walks.

  5. #5
    HappyBreathNet is offline Private
    Join Date
    Apr 2009
    Posts
    4

    Default Re: Width and Height Vs. Style. Does it Matter?

    Chris,

    Thanks for your reply. I understand what you are saying. The thing is, I do end up with code similar to what you've shown. According to the whois.domaintools SEO text browser, that isn't good enough. Only if in addition to the style = "" I add height ="" and width = "" do I get an SEO of around 99&#37;. Otherwise I'm stuck between 94% - 98% and get the warning that my images need height and width attributes. It doesn't affect how the wepage appears.

    By the way, I really like Lincslady's question. If I could modify the html in bluevoda once and then have it the way I want it each time I republish, that would be great. The issue is that each time I publish I have to repeat a manually tedious exercise.

    http://www.happybreath.net/blog/

  6. #6
    justforpugs is offline Corporal
    Join Date
    Oct 2008
    Location
    Nova Scotia, Canada
    Posts
    12

    Default Re: Width and Height Vs. Style. Does it Matter?

    Is there anyway to set your web page so that there will be no side scrolling to do on any size monitor?

  7. #7
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Width and Height Vs. Style. Does it Matter?

    Quote Originally Posted by justforpugs View Post
    Is there anyway to set your web page so that there will be no side scrolling to do on any size monitor?
    Unfortunately No! But i am sure it will come one day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49