Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    maybe a beginer question but...
    Whos better in size or optimization, order....

    i mean i need put some titles in images... i have 2 choices i put one by one in every html:
    <img src="img/title.gif" alt="blabla" width="116" height="13" border="0" />

    or put all in the css like this:
    -------------------------------------

    .title, .title2., title3
    width: 116px;
    height: 13px;

    .title {
    background:url(img/title.gif) no-repeat;
    }

    .title2 {
    background:url(img/title2.gif) no-repeat;
    }

    .title3 {
    background:url(img/title3.gif) no-repeat;
    }

    THATS ITS THE EXAMPLE, MY QUESTION WHOS BETTER in minus size, insert for every html or put all in the css.... or whos better or organization and order...

    thanks guys comments please!
    •  
      CommentAuthorbenjitastic
    • CommentTimeMar 31st 2006 edited
     permalink
    You may find some answers in this discussion: Better way to put IMAGES ???
Add your comments
    Username Password
  • Format comments as (Help)