need ideas about XML and CSS..

Discussion in 'Programming' started by boracay package, Apr 26, 2009.

  1. #1
    please give me some ideas about these..maybe examples also..thanks..:)
     
    boracay package, Apr 26, 2009 IP
  2. tguillea

    tguillea Active Member

    Messages:
    229
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    90
    #2
    You're going to have to be more specific.

    here's the best I'lll do:

    CSS:
    
    //global.css
    body {
    	text-align: center; /* for IE */
    	margin: 0 auto; /* for the rest */
    } 
    .text {
    	font-family: Arial, Verdana, Geneva, sans-serif;
    	color: #FFFFFF;
    	font-size: 14px;
    }
    .main {
    	background-image: url(../images/mainrpt.gif);
    	background-repeat: repeat-y;
    	padding: 0px;
    	margin: 0px;
    }
    
    Code (markup):
    XML
    
    //sitemap.xml
    <?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
    <url><loc>http://www.dollarhauler.com/inside/cashout.php</loc><lastmod>2009-04-14</lastmod><changefreq>weekly</changefreq><priority>0.5</priority></url>
    <url><loc>http://www.dollarhauler.com/inside/shop.php</loc><lastmod>2009-04-14</lastmod><changefreq>weekly</changefreq><priority>0.5</priority></url>
    <url><loc>http://www.dollarhauler.com/inside/referrals.php</loc><lastmod>2009-04-14</lastmod><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
    
    Code (markup):
    Was there something you needed?
     
    tguillea, Apr 27, 2009 IP
  3. shpshftr

    shpshftr Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    try discovering http://www.w3schools.com/

    Regards.
     
    shpshftr, May 5, 2009 IP