Jump to content

jtikcuf

Members
  • Posts

    102
  • Joined

  • Last visited

Posts posted by jtikcuf

  1. so yesterday i went to office depot to get it done, so this really nice girl gave me a quick lesson on how to crop and resize i have all the tools i just dint know how to use them, lol i used Adobe photoshop......

  2. I thought this was a wordpress theme? usually wp themes give you the option to use fixed width, as in your case width: 960px; or fluid where it will stretch to a specific percentage value of resolution screen used, with 100% filling the entire width of screen (should use with min-width: 960px; Anything with width: 960px; needs to be removed or width: 100%;used instead, but! i warn you, it will screw up the content layout, as this was not designed for a fluid width, layout. unless it is wordpress and you can change to fluid width then it would adjust automatically.
    oh ok thanks '~'
  3. This works, but not for what he needs. He wants each word as a link.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Link Test</title><style type="text/css">p{  margin: 0 0 10px 0;  padding: 0;}a.menuLinks{  font-weight: bold;  margin: 5px;}</style></head><body><p><a href="#appetizers" class="menuLinks">Appetizers</a> | <a href="#nachos" class="menuLinks">Nachos</a> | <a href="#soups" class="menuLinks">Soups</a> | <a href="#seafood" class="menuLinks">Seafood</a> | <a href="#steak" class="menuLinks">Steak</a></p><p><a href="#lunch" class="menuLinks">Lunch</a> | <a href="#desserts" class="menuLinks">Desserts</a> | <a href="#kids" class="menuLinks">Kids</a> | <a href="#texmex" class="menuLinks">Texmex</a> | <a href="#tacos" class="menuLinks">Tacos</a></p></body></html>

    I did the href's as "#link" because I am assuming he wants them to jump to a name anchor link.

    WoW i used this, you are super kool Omg there's lots i don't know........ :-(Thanks :Pleased: :Pleased: :Pleased:
×
×
  • Create New...