Jump to content

asdqwer

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by asdqwer

  1. Hi everybody,I have a small problem with my simple css code..when i open the xml file all the information (that I arrange it and color it in the css file) appears without any special order..all the information written in one line and i don't know why is that??? :) It does'nt appear like this example:http://www.w3schools.com/xml/cd_catalog_with_css.xml :) :(This is css code:

    Personal_Information{background-color: #fff4f8;width: 100%;}title{color: #FF0000;font-size: 30pt;}student{color: #0000FF;font-size: 20pt;}name, college{color: #0000FF;font-size: 20pt;}first_name, middle_name, last_name{color: #0000FF;font-size: 15pt;}Major,ID {color: #0000FF;font-size: 15pt;}

    AND this is xml code:

    <?xml version="1.0" encoding="ISO-8859-1"?><?xml-stylesheet type="text/css" href="HomeWork1.css"?><Personal_Information>	<title>Welcome To My First Web Page</title>	<student>  <name>  	<first_name>Adam</first_name>  	<middle_name>Joe</middle_name>  	<last_name>Marfin</last_name>  </name>  <ID>0301116</ID>  <college>Science</college>  <Major>Computer Science</Major>	</student></Personal_Information>

    Please help me AS soon AS possible.. :blink: Thanks :D:)

×
×
  • Create New...