Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

HTML tags

Enthusiast ,
Jun 29, 2024 Jun 29, 2024

Hi,

 

I want to present unordered list in Screenshot 1.

So, I wrote HTML tags in Screenshot 2.

But list is not appear in Screenshot 3.

 

Would you help me?

 

Hosun

 

Screenshot 1Screenshot 1Screenshot 2Screenshot 2Screenshot 3Screenshot 3

TOPICS
Code
917
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 29, 2024 Jun 29, 2024

See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 29, 2024 Jun 29, 2024

It's <li> </li> NOT <l> </l> as you currently have it coded.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 29, 2024 Jun 29, 2024

Thank you very much for two of you replied me.

 

I corrected it. 

The remaining issue is all lists are represented in one line. 

Is there any solution?

 

Hosun

 

5.png

6.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 29, 2024 Jun 29, 2024

You must have something set in your css that is making the list items display inline.......the html mark up is now correct.

Best test is to detach your css file and see what happens.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 29, 2024 Jun 29, 2024

I tried various ways but css is hardly applied. So, I chose to go with <p> and ;.

 

Hosun

 

7.png

8.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 29, 2024 Jun 29, 2024
quote

I tried various ways but css is hardly applied.

By @Hosun

============

Disable your CSS as a test. 

 

This is what default list styles look like in an error-free HTML document.   LIVE VIEW:

 

image.png

 

 

 

 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 30, 2024 Jun 30, 2024

What you are showing is the HTML code and not the CSS styling code. Do you have the page online somewhere or could you upload it online so we can see what's going on?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 30, 2024 Jun 30, 2024

Thank you very much for your reply. 

 

As seen in my first Screenshots, I am publishing a book on Apple Books. There is a book description field.  To present a text as I intended, I was making a try in Metadata, using some tags.

 

It looks a little different from the ordinary functioning of HTML and CSS.

 

Hosun

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 30, 2024 Jun 30, 2024

I think I was mistaken. 

I'd rather try with RTF.

 

Hosun

 

Screenshot 2024-06-30 at 11.39.04 PM.png

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 30, 2024 Jun 30, 2024

What program are you showing in your first screenshot?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 30, 2024 Jun 30, 2024

TextEdit on Mac.

 

Hosun

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 30, 2024 Jun 30, 2024

Ask Apple about Apple products.

This is an Adobe product community.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 30, 2024 Jun 30, 2024

Do you have access to the entire Adobe CC? If you do, have you considered using InDesign instead of trying to do HTML?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jul 04, 2024 Jul 04, 2024
LATEST

I sent an inquiry email to Apple Books and posted a question on Apple Comminuities. But I didn't get the answer. 

I posted a question on Id Community. I got to know the same thing happens in Amazon. 


Thank you very much for all of you who replied me.

Hosun

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 01, 2024 Jul 01, 2024
quote
I am publishing a book on Apple Books.
By @Hosun

===========

Apple Books have specific guidelines on metadata.  Providing good metadata for your book helps ensure it appears in relevant user searches. Refer to the guidelines below.

https://itunespartner.apple.com/books/support/12-metadata

 

Description: Use Rich Text Format (RTF) to format your text instead of HTML tags. For example, use the Command-B keyboard shortcut to make highlighted text appear in bold. Or, copy and paste formatted text into the description. If you enter text that is not UTF-8 encoded, you may see incorrect symbols in your book description.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines