Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: joshbates15
  • Order by date
  1. joshbates15

    Icon Question...

    i think what you're looking for is an icon suggestion not the place to get the icon, right? maybe you should use a check mark icon.
  2. joshbates15

    Tables and CSS

    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...
  3. joshbates15

    looping javascript to pull data from XML tags

    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...
  4. joshbates15

    Load XML in Mozilla

    try this page... http://www.webmasterworld.com/forum91/3517.htm i think it has the answer you are looking for.
  5. joshbates15

    update content dynamically with XML

    Cool, thank you for your help!
  6. joshbates15

    2 layout questions

    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.
  7. joshbates15

    CSS Div Issue

    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.
  8. joshbates15

    update content dynamically with XML

    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...

Part and Inventory Search

Back
Top