Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Coding Formatting!!

Status
Not open for further replies.

BuffySlay

Programmer
Joined
Sep 26, 2002
Messages
3
Location
GB
how do i stop pagemill (3) reformatting the code i enter?

eg: changing my <td> to <TD>
 
<td> and <TD> are the same. Why is this a problem?

If it really is a problem, you could do all your work in PageMill and then when the page is complete, open the HTML file in a simple text editor and do a find/replace.

 
well currently w3c suggest using lower case tags.
secondly thats not the only problem, it also line breaks, add code which i don't want, makes my code all messy - as i am working on a maci am not sure how to get my html into notepad (as i would on a PC)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top