Author Topic: Built in Edit  (Read 2356 times)

Reddaddy

  • Newbie
  • *
  • Posts: 2
Built in Edit
« on: August 26, 2008, 03:21:02 PM »
How do I edit the following line using the online
Editor.  I used the editor several times to edit text, but never for instructions.

File in question:

http://gorvray.com/gordon%27s%20travels/argentinauruguay/index.html

As it now reads in editor:

<td style="" top="&gt;&lt;a href=" http://gorvray.com/gordon%27s%20travels/argentinauruguay="">ArgentinaUruguay</td>



First W3C Fault:

Error Line 160 Column 23: there is no attribute “TOP”.

<td style="" top="&gt;&lt;a href=" http://gorvray.com/gordon%27s%20travels

(The third “ sign is in red)


Second

Warning  Line 160, Column 46: NET-enabling start-tag requires SHORTTAG YES.

… style="" top="&gt;&lt;a href=" http://gorvray.com/gordon%27s%20travels/argen

The first / sign is in red)


Third:

Error  Line 160, Column 28: literal is missing closing delimiter.

<td style="" top="&gt;&lt;a href=" http://gorvray.com/gordon%27s%20travels

(The & sign is in red)


Also, how do I know that this is line 160 Column XX?

JD

  • Administrator
  • FTP Guru
  • *****
  • Posts: 2157
Re: Built in Edit
« Reply #1 on: August 26, 2008, 03:44:49 PM »
I'm not really sure what is going on here. I suggest to download the file and edit it with a purpose built editor such as TextMate or TextWrangler. The built-in editor is not intended as a full blown editor, but rather a tool for quick changes - hence the name QuickEdit.

Reddaddy

  • Newbie
  • *
  • Posts: 2
Re: Built in Edit
« Reply #2 on: August 26, 2008, 06:54:45 PM »
JD

Thanks.  I will check them out.

Reddaddy