Minet Posted May 25, 2004 Posted May 25, 2004 Okay your all going to be sick of me before I'm done setting up the site but here's another small problem... I was busy setting up my first page. got the graphics and everything to work jumping back and forth editing the page to seeing how it was looking. Got back to the edit section and the save button at the bottom was gone! there was this snippet at the bottom that I didn't put in there... </textarea> <br> <input type=hidden value="/home/tweyauxm/www" name=dir> Save file as: <input type=text value="main.html" name=file> <br> <input type="submit" value="Save"> </form> </center></font></body> </html> <!---cPanel [9.2.0-STABLE_25] (pro) Copyright © 1997-2004 John N Koston. Licensed on server70.totalchoicehosting.com ---> any clues as to what happened anyone? Quote
annie Posted May 25, 2004 Posted May 25, 2004 Uh oh! You broke the HTML! Seriously, you must have put in something prior to that portion and it somehow made the remainder of the code act funny. Quote
Minet Posted May 25, 2004 Author Posted May 25, 2004 You were probably right the first time annie....I probably broke the html! wouldn't be the first time.... Okay web guru's here is the entire html so far for the page...luckily it's not to involved yet.... can any one figure what the heck made the save button go bye bye?? <html> <head> <title>Genteel Ladies of the World</title> </head> <body bgcolor="#65213A"><center> <table border="4" cellpadding="52" cellspacing="4" width="97%"> <tr><td width="100%" background="glbkg4.jpg"><table border="3" cellpadding="10" cellspacing="3" width="100%" bgcolor="#885F67"><tr><td width="100%"><table border="2" cellpadding="26" cellspacing="2" width="100%" background="glbkg3.jpg"><tr><td width="100%"> <table border="2" cellpadding="8" cellspacing="2" width="100%" bgcolor="#65213A"><tr><td width="100%" align="center"><FONT COLOR="BEIGE"> <!-------------------begin body content----------------!> <center> <br> <br> <table> <tr> <td> <img src="glmain1.jpg"><img src="glmain2.jpg"> </td> </tr> </table> <br> <br> </td></tr></table></td></tr></table></td></tr> </table></td></tr></table </body> </html> <br> <input type=hidden value="/home/tweyauxm/www" name=dir> Save file as: <input type=text value="main.html" name=file> <br> <input type="submit" value="Save"> </form> </center></font></body> </html> <!---cPanel [9.2.0-STABLE_25] (pro) Copyright © 1997-2004 John N Koston. Licensed on server70.totalchoicehosting.com ---> Quote
annie Posted May 25, 2004 Posted May 25, 2004 yep. Right before this tag: </body> There's a table tag, and it's missing the closing bracket, like this: </table Might be more, but that's what leaps out at me. Save the code, right down including this one: </html> Then delete the page, and create a new page, then paste the code into it. You can park it in notepad or editpad in the meantime, if you're afraid you'll hit ctrl-c again without thinking, emptying the clipboard. Quote
Minet Posted May 25, 2004 Author Posted May 25, 2004 hooooookay copy and pasted the code deleted the file created a new one copy and pasted the code to the new file and fixed the </table> tag and deleting everything below that. saved it went back to edit it and again that snippet of code was at the bottom and the save button was missing again! gremlins? Quote
Minet Posted May 25, 2004 Author Posted May 25, 2004 oops meant to say deleted everything after the </html> tag Quote
annie Posted May 25, 2004 Posted May 25, 2004 Don't know. The file works fine in my browser. I think you should think about using FTP... Quote
Minet Posted May 25, 2004 Author Posted May 25, 2004 okay for some reason the <!---------text-----!> tag when I removed that the save button stayed. So so far so good..... never used ftp...what is it and where do I get it and how hard is it to learn? thanks for the help annie! Quote
TCH-Bruce Posted May 25, 2004 Posted May 25, 2004 This is not a valid comment: <!-------------------begin body content----------------!> It should look like this <!-- begin body content --> Quote
TCH-Bruce Posted May 25, 2004 Posted May 25, 2004 (edited) Comment blocks in HTML begin with <!-- and end with --> And if the span multiple lines the end of the comment should be coded like this on a line by itself. // --> Edited May 25, 2004 by TCH-Bruce Quote
TCH-Don Posted May 25, 2004 Posted May 25, 2004 there has been a few post on free ftp programs http://www.totalchoicehosting.com/forums/i...?showtopic=2894 http://www.totalchoicehosting.com/forums/i...?showtopic=5162 then you can use a text editor to work with the files and pre view them on your computer first, if you are not already. And if you need an html friendly text editor http://www.totalchoicehosting.com/forums/i...?showtopic=5197 Hang in there is get easier Quote
annie Posted May 25, 2004 Posted May 25, 2004 I found something about an FTP program in my signup mail. Not that I didn't already have one... Quote
Minet Posted May 26, 2004 Author Posted May 26, 2004 thanks for all the help guys! I got an html editor I think it is for ftp too...still trying to figure it out. But hopefully it'll give me some help. Hugs! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.