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
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.
Check out the XHTML tutorial by w3schools http://w3schools.com/xhtml/default.asp Hope you will get what you are looking for..
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
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.
like text box to post an article in blogger. Maybe you can help me with some url about that topic. thx b4.