HTML - Plesse Can Someone Write This Hyml For Me
I need this map so anyone can can create there name and email and for it to stay on my site .thank you very much. Ron
http://www.mapofstrange.com/ Similar Tutorials1.Modify your web pages to obtain user input using the GET or POST method. Pages that should be modified include the: a.shopping cart, b.order form, c.and the user administration page. In particular, add code to add, delete, and update customers. 2.Pass this information to another PHP page. Hi, I'm new to xml. I have a cgi application which writes out a html page. Now I need to display the page with xml tag. So my cgi code takes an input, and writes out Code: cout<<"Content-TYPE: text/html\n\n"; cout<<"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n"; cout<<"<disease cnt=\"2\">\n"; cout<<"<name>heart disease</name>\n"; cout<<"<name>breast disease</name>\n"; cout<<"</disease>\n"; At the web site h..p://......./disease.cgi?term=heart+disease+breast+disease It only displays "heart disease breast disease" on one line. If I save the ouput to a file test.xml, it displays <disease cnt="2"> <name>heart disease</name> <name>breast disease</name> </disease> This is the display I want. How to get this display by calling that cgi program? Thanks a lot for any help!!! I just started writing code, and currently use notepad++. I then use XAMPP to see my code in action. Any better free programs to do all this? Super new to this, and these are the ways my teacher gave. thanks! <table border="1"> <th>Title</th> <th>price</th> <tr> <td>book</td> <td>$20</td> </tr > <tr> <td>book2</td> <td>$19</td> </tr> </table> I sliced my site in Photoshop and imported it to Dreamweaver. The table is correctly in the center of the page like I want and everything looks good. I have around 20 different slices in my desing and I want turn some of them into "background" so I can write over the image that's inside that part of the table. I also want to turn every table that are showing the background image so they act like the background image (I think this is done same way). I mean, when you right click properties from the tables now, it shows the url to the .jpg file, I want that it shows the site url (.com). Hi all programmers I have a doubt. Im making a school project wich makes me to create a new website. But Im stuck in a point of this project. This website is like wikipedia but including videos and musics. What I cant do its to make a textbox where the user can write a code for example : "<b>bold</b>" and after he saves it the text will appear in bold. How can I make that possible ? TY Guys. Hello all, I am very new to HTML and PHP coding so could you please bear with me. All I am trying to do is write a string to a text file, and I have tried many examples. Alot of them seem to be similar to this code and it doesn't seem to want to work... Code: <HTML> <HEAD> <SCRIPT language="JavaScript"> function WriteFile() { var fso = new ActiveXObject("Scripting.FileSystemObject"); var fh = fso.CreateTextFile("c:\\MyFile.txt", true); fh.WriteLine("Some text goes here..."); fh.Close(); } </SCRIPT> </HEAD> <BODY> <P> <SCRIPT language="JavaScript"> WriteFile(); </SCRIPT> </P> </BODY> </HTML> What I do is I put this code in Notepad, save it has hello.html and I then open it in firefox. I then check the file and its still empty, then I open in it Internet Explorer and the same thing happens. Any help appreciated. Ok I'm still really new to HTML with no bad habits & would like to use a program that is really easy to use & geared toward function-ability. I've been using notepad for my HTML I would prefer to steer away from DreamWeaver as I dont plan on using a WYSIWYG So what are my other options for great programs to write HTML in? Thanks is it possible to configure my htaccess and htpsswd file to require authentication if you want to write to a .txt file using php, but let anyone simply read the data off of a dynamically linked swf? i have a flash site, and the text is dynamically loaded in with external .txt files, and i have some .php files where you can go to update the site that pulls the info off the .txt's to display in a form, then you can edit and submit the changes to be written to the file. thanks for the help! Hi there, Using fireFox I get the desired result, but when using IE I get the image on the *left* side?! this is my code (the header is a jsp page that has an image and user's info name and last logged in)) <td width="90%" valign="top" align="right"> <tiles:insert attribute='header'/> </td> as you can see the image (header) is align to the right, but IE pushes it to the left (I wrote center - and it still keeps on pushing it to the left) any idea why?? |