id= tag on text
-
My newsletter has 3 sections; News, Auditions and Performances. At the top of the newsletter is a text field with those three words with links to those sections of the newsletter. (i.e. < a href=”#News”> News < /a >) (I added spaces before and after “<” and “>” so the codes display instead of being interpreted.) Next I need to add the id= tag to the top of each section of the newsletter.
I added a text field with “News” as the text. It’s source code (via “< >”) shows this:
< h2 style=”text-align: center;” > News < /h2 >
I add the tag id=”News” so it is: < h2 style=”text-align: center;” id=”News” > and save it. If I then open the source code again, the id=”News” tag was not saved. Is there a way to add the id= tag to some text?
- The topic ‘id= tag on text’ is closed to new replies.