first off, i believe that #content means that you would need to refer to it as <table id="content"> instead of <table class="content">.
i digress... you might try doing something like this:
<html>
<head>
<style>
#content td
{
font-size: 17pt;
color: blue;
font-family: Arial, Helvetica...
I'm so close to figuring this out, but I need a little help with the looping to get my data. What I'm having problems with is putting the data from the XML tags "<saying>" into a list.
The XML file looks like this...
<?xml version="1.0" encoding="UTF-8"?>
<aaronsays>
<date>June 15...
to fix your 2nd problem you can put "clear:left" or "clear:both" in your css for the footer. this tells the div to go below the elements with the float attribute.
the problem is with your widths. with a higher resolution it works perfectly fine in firefox. however, when the resolution is smaller some of the items won't fit into the layout and is then squeezed into the bottom. hence giving you a big gap at the bottom of the page.
This is what I'm trying to do... On my website I would like to update content through an XML document. The XML document would look something like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<aaronsays>
<date>June 13th,2005</date>
<saying>I got wine on my sterling silver tie, trade me...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.