1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying Simple CSS Coding For Easy Project

Discussion in 'Programming' started by GhostDragon, Feb 25, 2010.

  1. #1
    Hey! Here's my situation.

    I've got a webpage already designed and coded.. But there's a small problem.
    In the html file, I've got some of the css style sheet code embedded in it. such as:

    I need all of the css code referenced in a stylesheet instead.

    Also if you can go through and clean up any sloppy code in the HTML file that'd be awesome.

    This is a super quick project. Will Pay $15.. I've got tons of stuff going on so would like to form a lasting relationship and bring ya on board. Cuz I'm over trying to figure out this css stuff =)
     
    GhostDragon, Feb 25, 2010 IP
  2. TheRien

    TheRien Peon

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    hey GhostDragon,
    you can contact me at my email: and we can talk there, I'm quite experienced with both html and css so creating an external stylesheet for you shouldn't be too hard. Talk to me soon!
    TheRien
     
    TheRien, Feb 25, 2010 IP
  3. Kirill120

    Kirill120 Greenhorn

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Hey, contact me via MSN/Email:
     
    Kirill120, Feb 25, 2010 IP
  4. travelmoth

    travelmoth Active Member

    Messages:
    153
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    just cut everything between <style type="text/css"> and </style>........and paste them into style.css........
     
    travelmoth, Feb 25, 2010 IP
  5. davfal

    davfal Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    I am available right now if you still need that.
     
    davfal, Feb 26, 2010 IP
  6. jBud

    jBud Peon

    Messages:
    387
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    All Done...
     
    jBud, Feb 26, 2010 IP
  7. shantanuthatte

    shantanuthatte Active Member

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Change
    
    <link href="style.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    .style5 {
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    }
    .style34 {
    margin-left: 7px;
    margin-right: 7px;
    
    Code (markup):
    to
    
    <link href="style.css" rel="stylesheet" type="text/css" />
    <link href="style2.css" rel="stylesheet" type="text/css" />
    
    Code (markup):
    and copy paste all the css into style2.css thts it....
    "Smtyms its bettr to learn so next tym you can do smthng much better"

    Regards,
    Shantanu
     
    shantanuthatte, Feb 26, 2010 IP