Home Entrance Everyone Wiki Search Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
April 28, 2024 - @499.24 (what is this?)
Forum activity rating: Four Star Posts: 68/1k.beats Unread Topics | Unread Replies | Own Posts | Own Topics | Random Topic | Recent Posts
News: :dive: Are u having fun?? :dive:

+  MelonLand Forum
|-+  World Wild Web
| |-+  ✁ ∙ Web Crafting
| | |-+  ☔︎ ∙ I need Help!
| | | |-+  Help: A certain section of text on my page is underlined.


« previous next »
Pages: [1] 2 Print
Author Topic: Help: A certain section of text on my page is underlined.  (Read 434 times)
Sorcer
Casual Poster ⚓︎
*


:)


View Profile WWW

Joined 2023!
« on: March 06, 2024 @925.75 »

Hello! As mentioned in the thread title, it seems I did something to make some of the text on my homepage underlined. Link is here. Maybe it's something to do with how I started the list? Any help is much appreciated.
Logged

Icey!
Sr. Member ⚓︎
****



View Profile WWW

First 1000 Members!Pro Bug Finder!OG! Joined 2021!High Speed Ozwomp!
« Reply #1 on: March 06, 2024 @954.09 »

I'm not exactly sure what you are asking for, I checked your source code and it seems you are missing a few html tags.

For starters you should only use the <body> tag at the start of your html content (all the text and imgs), along with a closing </body> tag at the end of all your html tags.

For example:

Code
<body>

 <body>
  <p>Don't do this</p>
 </body>

</body>


Code
<body>

<p>Keep all the html in one body, you can't have multiple.</p>

</body>

I also noticed that you missed quite a few closing tags for content especially with links which uses an "<a>" tag along with a text tag like "<p>", these tags should be closed with a "</a >" plus a "</p>" at the end of the line of code.

I've noticed a few areas in your code where you missed a few closing </a > tags and the ending "</li>" tags for the bullet point text:

Code
<h1><center>Shrines</center></h1>
    <ul style="list-style-type: none">
      <li><a href="https://sorcer.neocities.org/MiiShrine">Miis (Under construction, needs a major rework)</a></li>
      <li><a href= "https://sorcer.neocities.org/MadouPuyoShrine">Madou Monogatari/Puyo Puyo (Under construction) <-- here
      <li><a href= "https://sorcer.neocities.org/DarkstalkersShrine">Darkstalkers (Under construction) <-- here
      </ul>

Here is the corrected version of this snip with the ending tags:

Code
<h1><center>Shrines</center></h1>
    <ul style="list-style-type: none">
      <li><a href="https://sorcer.neocities.org/MiiShrine">Miis (Under construction, needs a major rework)</a></li>
      <li><a href= "https://sorcer.neocities.org/MadouPuyoShrine">Madou Monogatari/Puyo Puyo (Under construction)</a></li>
      <li><a href= "https://sorcer.neocities.org/DarkstalkersShrine">Darkstalkers (Under construction)</a></li>
      </ul>

You also seem to be pretty new to HTML, I would recommend trying to research how HTML is constructed and why things are the way they are. Hope this helps!
« Last Edit: March 06, 2024 @959.38 by Icey! » Logged



:ozwomp: my beloved

Sorcer
Casual Poster ⚓︎
*


:)


View Profile WWW

Joined 2023!
« Reply #2 on: March 06, 2024 @967.21 »

I'm not exactly sure what you are asking for, I checked your source code and it seems you are missing a few html tags.

For starters you should only use the <body> tag at the start of your html content (all the text and imgs), along with a closing </body> tag at the end of all your html tags.

For example:

Code
<body>

 <body>
  <p>Don't do this</p>
 </body>

</body>


Code
<body>

<p>Keep all the html in one body, you can't have multiple.</p>

</body>

I also noticed that you missed quite a few closing tags for content especially with links which uses an "<a>" tag along with a text tag like "<p>", these tags should be closed with a "</a >" plus a "</p>" at the end of the line of code.

I've noticed a few areas in your code where you missed a few closing </a > tags and the ending "</li>" tags for the bullet point text:

Code
<h1><center>Shrines</center></h1>
    <ul style="list-style-type: none">
      <li><a href="https://sorcer.neocities.org/MiiShrine">Miis (Under construction, needs a major rework)</a></li>
      <li><a href= "https://sorcer.neocities.org/MadouPuyoShrine">Madou Monogatari/Puyo Puyo (Under construction) <-- here
      <li><a href= "https://sorcer.neocities.org/DarkstalkersShrine">Darkstalkers (Under construction) <-- here
      </ul>

Here is the corrected version of this snip with the ending tags:

Code
<h1><center>Shrines</center></h1>
    <ul style="list-style-type: none">
      <li><a href="https://sorcer.neocities.org/MiiShrine">Miis (Under construction, needs a major rework)</a></li>
      <li><a href= "https://sorcer.neocities.org/MadouPuyoShrine">Madou Monogatari/Puyo Puyo (Under construction)</a></li>
      <li><a href= "https://sorcer.neocities.org/DarkstalkersShrine">Darkstalkers (Under construction)</a></li>
      </ul>

You also seem to be pretty new to HTML, I would recommend trying to research how HTML is constructed and why things are the way they are. Hope this helps!

Thank you very much, it's true that I'm not very knowledgeable about HTML. I mostly use w3schools to troubleshoot one thing at a time.
Logged

ThunderPerfectWitchcraft
Sr. Member ⚓︎
****


Here be dragons


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #3 on: March 06, 2024 @984.25 »

I also see no underlinings, though - is it fixed already? If not, maybe post a screenshot?
Logged

Sorcer
Casual Poster ⚓︎
*


:)


View Profile WWW

Joined 2023!
« Reply #4 on: March 06, 2024 @994.48 »

I also see no underlinings, though - is it fixed already? If not, maybe post a screenshot?

I have a screenshot, but get "413 Request Too Large" when trying to post it.
Logged

ThunderPerfectWitchcraft
Sr. Member ⚓︎
****


Here be dragons


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #5 on: March 06, 2024 @995.15 »

Upload it on a seperate (image) host, like https://imgur.com/ and post the link here :).
Logged

Sorcer
Casual Poster ⚓︎
*


:)


View Profile WWW

Joined 2023!
« Reply #6 on: March 06, 2024 @999.72 »

Ah, here we are, I think: https://imgur.com/a/3sRLpeG
Logged

ThunderPerfectWitchcraft
Sr. Member ⚓︎
****


Here be dragons


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #7 on: March 07, 2024 @2.93 »

You didn't close the link to your gallery, and so the part still links to it - and is thus underlined.
Change
Code
<a href="https://sorcer.neocities.org/photos">My photo gallery</li>
to
Code
<a href="https://sorcer.neocities.org/photos">My photo gallery</a></li>
Logged

Sorcer
Casual Poster ⚓︎
*


:)


View Profile WWW

Joined 2023!
« Reply #8 on: March 07, 2024 @86.70 »

You didn't close the link to your gallery, and so the part still links to it - and is thus underlined.
Change
Code
<a href="https://sorcer.neocities.org/photos">My photo gallery</li>
to
Code
<a href="https://sorcer.neocities.org/photos">My photo gallery</a></li>

Oh, how silly of me, thank you so much.
Logged

ThunderPerfectWitchcraft
Sr. Member ⚓︎
****


Here be dragons


View Profile WWW

First 1000 Members!Joined 2023!
« Reply #9 on: March 07, 2024 @818.33 »

You won't guess how many afternoons I spent searching for missing semicolons :D
Logged

ヤーナム
Newbie
*



View Profile

Joined 2023!
« Reply #10 on: March 07, 2024 @845.56 »

Which code editors do y'all use? Most of them have nice features for indicating syntax errors like missing closing tags or semicolons etc.

It has a tiny bit of a learning curve but I personally use Sublime Text and love it dearly.
Logged
starbreaker
Sr. Member ⚓︎
****


is it any wonder that my mind's on fire?

SpaceHey: Friend Me!

View Profile WWW

First 1000 Members!G4 Club Member!Joined 2023!
« Reply #11 on: March 07, 2024 @941.25 »

Which code editors do y'all use? Most of them have nice features for indicating syntax errors like missing closing tags or semicolons etc.

I've been using GNU Emacs for at least a decade; I don't remember how long it's actually been. But it runs on all sorts of computers, it's free, extensible, customizable, and the sort of editor that, like vim/neovim, can grow with you as you become more familiar with it.

It has an extension package called "web-mode" that lets me check for bad markup. I also like to use a separate CLI tool called HTML Tidy.
Logged


rock operatic science fantasy and more...
(...all opinions mine unless attributed, and free to a good home...)
Sorcer
Casual Poster ⚓︎
*


:)


View Profile WWW

Joined 2023!
« Reply #12 on: March 07, 2024 @942.19 »

Which code editors do y'all use? Most of them have nice features for indicating syntax errors like missing closing tags or semicolons etc.

It has a tiny bit of a learning curve but I personally use Sublime Text and love it dearly.

I use the in-browser code editor on Neocities. I've been meaning to switch to Visual Studio, but I don't really know how to organize all my files to work together with it.
Logged

starbreaker
Sr. Member ⚓︎
****


is it any wonder that my mind's on fire?

SpaceHey: Friend Me!

View Profile WWW

First 1000 Members!G4 Club Member!Joined 2023!
« Reply #13 on: March 07, 2024 @944.04 »

I use the in-browser code editor on Neocities. I've been meaning to switch to Visual Studio, but I don't really know how to organize all my files to work together with it.

I think you'd have to get your files out of NeoCities and download them to local storage before you can edit them in Visual Studio. Monthly donors can access to NeoCities' WebDAV interface, which you can use to access your NeoCities' space as a network drive, but I stopped using NeoCities because I find WebDAV janky compared to sftp and rsync.
Logged


rock operatic science fantasy and more...
(...all opinions mine unless attributed, and free to a good home...)
ヤーナム
Newbie
*



View Profile

Joined 2023!
« Reply #14 on: March 08, 2024 @111.18 »

I've been using GNU Emacs for at least a decade; I don't remember how long it's actually been. But it runs on all sorts of computers, it's free, extensible, customizable, and the sort of editor that, like vim/neovim, can grow with you as you become more familiar with it.

It has an extension package called "web-mode" that lets me check for bad markup. I also like to use a separate CLI tool called HTML Tidy.
I've flirted with Emacs over the years but I always find myself in config paralysis. I just found your guide on your site so maybe I'll take another look. :)
Logged
Pages: [1] 2 Print 
« previous next »
 

Vaguely similar topics! (3)

My textbook is a bit out of date...

Started by diBoard ⛽︎ ∙ Technology & Archiving

Replies: 6
Views: 1575
Last post August 29, 2023 @867.22
by SilkSkull
Collecting 90s Texture CD Links

Started by MelooonBoard ✎ ∙ Art Crafting

Replies: 11
Views: 7231
Last post October 18, 2023 @880.69
by WynnDawnstrider
Earthbound Text Generator

Started by ObspogonBoard ♖ ∙ Video Games

Replies: 7
Views: 3855
Last post March 04, 2023 @848.91
by sig

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies Forum Guide | Rules | RSS | WAP2


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi