Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted

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

Posted

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.

Posted

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?

Posted

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!

Posted (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 by TCH-Bruce
Posted

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 ;)

Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...