As far as i know, you need to use xsl to format xml documents not css. Read more about xsl and xml
Hello ladies and gents. I hope I came to the right place for assistance. I need help with a couple of assignements. I hope that I did enough too suite my need for help. I will submit code that creates the page and code for .css. I what my main problems is my css and the main page are conflicting I think. No matter how I change the .css and refresh nothing happends. Here is the code.
Here what I need to do with this.
1)I need questions to be blue.
2)Answers to be green.
3)I don't know if this is a big deal or not but I but the black border does not go completely across.
code for page:
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="jackson electronics.css"?>
<!--ScanMaster and DigiCam FAQ-->
<FAQ>
<title>Jackson Electronics Products</title>
<subtitle>
Frequently Asked Questions
</subtitle>
<scanmaster>
The scan master
</scanmaster>
<question>
How do I scan slides?
</question>
<answer>
<![CDATA["You can scan slides using the JE Transparency Adapter (part number STA8901)
available from
Jackson Electronics."You can download the latest software drivers from the Jackson
Electronics Web page."]]>
</answer>
<question>What is the largest sheet that I can scan?</question>
<answer>
<![CDATA["8.5 x 14 in (216 x 356 mm)."
]]>
</answer>
<question>How do I fax with my ScanMaster?</question>
<answer><![CDATA["You can turn your scanner into a fax machine by purchasing the FaxRight
add-on component
(part number STA4500) available from Jackson Electronics."]]>
</answer>
<question>What is the difference between optimal and digital zoom?</question>
<answer><![CDATA["With optical zoom the Digicam's lense phyiscal moves inside the camera;
with digital zoom, the
camera's 'electronic brain' zooms the image. If you zoom too much, your image will become
pixelated."]]>
</answer>
<question>What sort of batteries should I use with the DigiCam?</question>
<answer><![CDATA["Nickel Metal Hydride (NiMH) batteries work the best and having the longest
lifetime. Nickel-Cadium
batteries also work very well as do Alkaline batteries. Do not use Lithium batteries."]]>
</answer>
<question>What resolution should I use if o4x6in.photos?</question>
<answer><![CDATA["We recommend 640x480 for 4x6 images, 1024x768 for 5x7 in. photos, and
1600x1200 for 8x10 in
photos."]]>
</answer>
<question>Can the DigiCam be harmed by airport X-ray machines?</question>
<answer><![CDATA["No, there is no evidence that X-ray machines can affect the performance or
quality of
DigiCam photos."]]>
</answer>
</FAQ>
code for .css:
title{font-family:arial; font-size:18pt; display:block}
subtitle{font-style:italic; font-size:14pt; border-bottom:solid 2pt black}
scanmaster{font-family:arial; font-size:14pt; font-weight:bold; margin-top:20pt;
display:block}
question{font-family:times new roman; font-color:blue; margin-bottom:5pt; margin-top:20pt;
display:block}
answer{font-family:times new roman; font-color:green; font-style:italic;
margin-left:20pt; margin-bottom:5pt; display:block;}
Thanks for reading.

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic