Jump to content

Displaying XML using .CSS


Galaxy

Recommended Posts

Good Afternoon, I have been working on an ADSL Checker, I have finally got it to display the correct data from the query, but now I am struggling to get the XML display using a .CSS file. The code I am entering at the beginning of the code is:

<?xml-stylesheet type="text/css" href="style.css"?>

I am using RVsitebuilder, and everytime I save the code it removes the above code, and I am back to square one again!!!The code I have created is as follows:

<td bgcolor="#66CCFF"><tr><td width="100%" height="30" td </tr><h2 align="center">Phone Number Checker</h2><div align="center"><form method="post" action="https://partners.enta.net/xml/ADSLChecker.php"><input value="S" type="hidden" name="MS"/><input value="1" type="hidden" name="VERSION" /> 			<p align="center">Please Enter Analogue Phone Number<br /><input value="PhoneNo" type="hidden" name="whichSearch" /><input maxlength="14" size="14" type="text" name="PhoneNo" /><br /><input value="Check my Number" type="submit" /></p><!--INPUT TYPE="hidden" NAME="URL" VALUE="https://partners.enta.net/xml/ADSLChecker.php"--> </form></div></td></tr><td bgcolor="#66CCFF"><tr><td width="100%" height="30" td </tr><h2 align="center">Postcode Checker</h2><div align="center"><form method="post" action="https://partners.enta.net/xml/ADSLChecker.php">			<input value="S" type="hidden" name="MS" /> 	<input value="1" type="hidden" name="VERSION" /> 			<p align="center">Please Enter your Postcode<br /><input value="PostCode" type="hidden" name="whichSearch" /> 			<input maxlength="14" size="14" type="text" name="Postcode" /><br /><input value="Check my Postcode" type="submit" /></p><!--INPUT TYPE="hidden" NAME="URL" VALUE="https://partners.enta.net/xml/ADSLChecker.php"--></form></div></td></TR></form>

I would really appreciate some help on this one, it is probably something really silly that I am doing (or not doing). If you can see anything else wrong in the code please feel free to let me know!!Kind regardsJoanne

Link to comment
Share on other sites

Try editing the file with notepad or another plain text editor.
Good Morning, I tried what you suggested, but it didn't work. Do you have any other suggestions? Do you think I need to clean up the code I have already written? I really appreciate all help and suggestions! :) Joanne
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...