How do you do this? Help!

Discussion in 'CSS' started by Zachdaman, Jun 14, 2008.

  1. #1

    Any help on how to do this!!! :confused:

    thanks
     
    Zachdaman, Jun 14, 2008 IP
  2. blktallos

    blktallos Active Member

    Messages:
    314
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #2
    you can have you're css inside you're html

    by having a inline style

    <style type="text/css">

    <style>


    or you can have a Link extension to you're css file


    <link href=”main.css” rel=”stylesheet” media=”screen, projection” type=”text/css” />
     
    blktallos, Jun 14, 2008 IP
  3. Zachdaman

    Zachdaman Guest

    Messages:
    756
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I tried doing this, no luck. :(

    In wordpress admin, under theme editor. I tried that on the main template. which is index.php. When that didn't work I tried it on stylesheet which is style.css. everything aside from stylesheet is .php.

    Maybe that is helpful?
     
    Zachdaman, Jun 14, 2008 IP