Jump to content

AspiringWebDesigner

New Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Contact Methods

  • Other
    http://pctutorialscostarica.blogspot.com/

AspiringWebDesigner's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you for your help Andrea. I just finished tweaking the pictures. I would have never figured out what to do without your help. Thank you again
  2. I just started writing a blog and made my first posting yesterday. Fyi, I'm using blogger. I tried arranging three pictures somewhat like this: Picture____Picture _____Picture_____ I wrapped the first two pictures in a div and centered the div. I also added a bottom margin to the div so that there would be some space between the div and the picture below the div. The only problem is, the margin doesn't show up. The third picture is super close to the top two pictures. I have no idea how to fix this. Here is the code I'm having trouble with: <div style="margin: 30px auto 35px auto; width: 500px"> <img style="margin: 0px 35px 0px 8px; width: 214px; display: inline; float: left" border="0" alt="Tools>Options" src=" http://i988.photobucket.com/albums/af6/pctutorialscostarica/Tools-Options.png" /> <img style="margin: 0px; width: 214px; display: inline; float: left" border="0" alt="Profile Management Window" src=" http://i988.photobucket.com/albums/af6/pctutorialscostarica/Profile_Management_Window.png" /> </div> <img style="margin: 0px auto 35px auto; width: 214px; display: block; float: none; clear: left" border="0" alt="Click on New" src=" http://i988.photobucket.com/albums/af6/pctutorialscostarica/New_Profile.png" /> To see how these pictures look on my blog, scroll down a little past the area titled "Time to Set up Your Modem." Or just use control find . http://pctutorialscostarica.blogspot.com/ Thanks!
  3. I downloaded the firefox extensions YSlow and I have a few questions about how to implement it's recommendations. #1 GZip. How do I implement GZip into my website? The helps section (http://developer.yahoo.com/performance/rules.html#gzip) makes it look like I only have to add a few lines. #2 YSlow says, "There are 2 static components that are not on CDN." I read the help section, but I still don't understand what CDNs are. Would an example of a cdn be, godaddy.com? #3 YSlow says to add expire headers. "There are 2 static components without a far-future expiration date." Is this important and if so...how would I do this? Thank you, Andre
×
×
  • Create New...