CSS like Blogger

Discussion in 'CSS' started by ryan06, Sep 25, 2006.

  1. #1
    Hi all...
    I still confused about CSS, how CSS can make 2 or 3 coloums lay out. And how to blended CSS with XML like blogger?
    Thanks for your attention.

    Regards
     
    ryan06, Sep 25, 2006 IP
  2. chewbacca

    chewbacca Peon

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you give a specific example or description of what you want? Blogger's templates come in many forms the last time I checked.

    CSS code would be different for different techniques.

    By "blending CSS with XML" do you mean "send the page as XML and style it using CSS"?

    I'm sorry if I'm not reading clearly or not explaining clearly. I should've gone to bed two hours ago.
     
    chewbacca, Sep 26, 2006 IP
  3. seolion

    seolion Active Member

    Messages:
    1,495
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Check out the XHTML tutorial by w3schools
    http://w3schools.com/xhtml/default.asp

    Hope you will get what you are looking for..
     
    seolion, Sep 26, 2006 IP
  4. penagate

    penagate Guest

    Messages:
    277
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi!

    You can apply a stylesheet to an XML document using the xml-stylesheet directive.

    <?xml-stylesheet media="screen,projection" type="text/css" href="somewhere.css"?>
    
    Code (markup):
    As for columnar layout, enclose each column in a div element and set it to float:left. You can go on like this for as many columns as you like.

    Regards
    - P
     
    penagate, Sep 27, 2006 IP
  5. chewbacca

    chewbacca Peon

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Just be aware of quirks in some browsers, namely Internet Explorer <7. :(

    I hate to be pessimistic, but you're not going to have fun "fixing" code to be displayed well in IE.
     
    chewbacca, Sep 28, 2006 IP
  6. tiboh

    tiboh Peon

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Who's having fun while fixing layout in issues in IE?
     
    tiboh, Sep 29, 2006 IP
  7. Hollywood

    Hollywood Guest

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yeah, it's really confusing. i'm still an noob, so i can't help you there.
     
    Hollywood, Sep 29, 2006 IP
  8. chewbacca

    chewbacca Peon

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Nobody is.

    I guess it didn't matter if I was pessimistic or not. :p
     
    chewbacca, Oct 2, 2006 IP
  9. ryan06

    ryan06 Member

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #9
    like text box to post an article in blogger. Maybe you can help me with some url about that topic. thx b4.
     
    ryan06, Oct 2, 2006 IP