[Solved] Lost most of HTML block ** Urgent **
Allen
Registered Users Posts: 10,013 Major grins
I lost all the links between each header in an HTML block. So only one page though.
http://www.photosbyat.com/Other/WebPage/Family-Quick-Menu-NS/n-5FdPV
legacy site
http://www.photosbyat.com/gallery/6427309_ey5d2
http://www.photosbyat.com/Other/WebPage/Public-Site-Index-NS/n-5dDDx
Edit:Now I just lost the links on this page?
Luckily I just copied out all html boxes to text file.
http://www.photosbyat.com/Other/WebPage/Family-Quick-Menu-NS/n-5FdPV
legacy site
http://www.photosbyat.com/gallery/6427309_ey5d2
<a href="/Family/2012-Family"><span class="headers">2012 »</span></a><br /> <ul> [COLOR=Red]missing 7 <a href= links [/COLOR] </ul>Compare here, same set up. Links still showing.
http://www.photosbyat.com/Other/WebPage/Public-Site-Index-NS/n-5dDDx
Edit:Now I just lost the links on this page?
Luckily I just copied out all html boxes to text file.
0
Comments
My Website index | My Blog
tags is being lost.
I can edit the HTML box and add/change things outside the tags but
it won't save anything inside the tags.
My Website index | My Blog
Would this help?
http://dgrin.com/showthread.php?t=237397
My Website index | My Blog
It's removing the HTML because it's invalid, you can't have <a> inside <ul> like that. You need to use <li> tags:
Please check out my gallery of customisations for the New SmugMug, more to come!
I fixed one of the pages by removing the <ul> tags and using a div instead.
My Website index | My Blog