HTML box not working
cosphoto
Registered Users Posts: 9 Beginner grinner
I am trying to produce a Services page with HTML but the HTML box doesn't seem to be accepting HTML. The begin and end sections are identified when adding code, but it doesn't take effect when the section is entered and the commands are not present when I go back to reedit the HTML box. Any suggestions?
I think creating a page that is similar to the front page of this web site would work as well:
boneheads.smugmug.com
Can anyone give me a pointer for how to add a shaded section represented above?
Thank you!
I think creating a page that is similar to the front page of this web site would work as well:
boneheads.smugmug.com
Can anyone give me a pointer for how to add a shaded section represented above?
Thank you!
0
Comments
My Website index | My Blog
Initially I just want to create a list since the normal text box offers very little in way of formatting. Therefore, a simple <LI> list item </LI>. I tried encapsulating the html with <html> </html> but this makes no difference, all html commands seem to be absorbed once they are applied.
As for the rest, your HTML must be correct from an HTML syntax standpoint. It will be stripped out if it is not correct. Are your list items inside either ordered list (<ol> </ol>) or unordered list (<ul> </ul>) tags? As Allen mentioned it would be much easier to help if you would post your code here (inside of code tags).
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
I left out <UL> </UL>. It works now, thanks.