your words mean more than you know! ( ´ ▽ ` ).。o♡
Page 1 of 2 (22 messages)
[1] 2
nodoyowa October 9, 2025 at 8:33:50 PM
Website: (soon-to-be matsuchiyapafue.neocities.org)

hello~ im currently using your sprinkles code !! (˵˃ o ˂˵) and BWAH! its totes adorbs ~!!! your website is so cute as well! sending so much love! <3

Replied on: October 12, 2025 at 11:41:52 PM

WOW!!!! (⸝⸝> ω <⸝⸝) thank you so much!! it fills my heart with so much joy to see that ppl actually like my work!!! I've been checking back every day to see if your Neocities website is live yet (ᵕ—ᴗ—) pls come back soon and lmk how everything is going! take care!!~

Aliawalia September 26, 2025 at 11:57:35 PM
Website: https://sugarfantasies.neocities.org/

UGH i love your website so much like its the first website i go for inspo!! Also, how did you make your wardrobe tagging...thingy... cause i wanna make something like it but idk how to start!! Anyways, love it!!!

Replied on: September 28, 2025 at 12:00:59 AM

aww thank you sm, that means a lot! and sorry if I’m slow to reply, I’ve got classes going on rnnnn ANYWAYS the tags is basically just filtering posts with a bit of HTML + JavaScript! each post gets “tags” as classes, and when you click a button it hides the ones that don’t match. heres an example you can mess around with: <style> .post { margin:10px 0; padding:6px; border:1px solid #ccc; } .hidden { display:none; } </style> <!-- tag buttons --> <div> <button onclick="filterPosts('all'wink">All</button> <button onclick="filterPosts('summer'wink">Summer</button> <button onclick="filterPosts('casual'wink">Casual</button> <button onclick="filterPosts('pink'wink">Pink</button> </div> <!-- posts w/ tag classes --> <div class="post summer">Summer Outfit</div> <div class="post casual">Casual Look</div> <div class="post pink">Pink Dress</div> <div class="post summer casual">Summer + Casual</div> <div class="post casual pink">Casual + Pink Top</div> <script> function filterPosts(tag) { let posts = document.querySelectorAll('.post'wink; posts.forEach(post => { if (tag === 'all' || post.classList.contains(tag)) { post.classList.remove('hidden'wink; } else { post.classList.add('hidden'wink; } }); } </script> super bare-bones, but that’s the core of it! you can just change the words “summer,” “casual,” or “pink” anywhere you see them to whatever tags you want! then add those as classes on the posts you want them to show up on! lmk if this doesn't work lol or u have any more questions biggrinD

nikita September 15, 2025 at 3:16:53 AM
Website: https://secretgoldfish.neocities.org/

Hi there!! I stumbled across your site and it's so cute! I love your style biggrin

Replied on: September 27, 2025 at 11:51:43 PM

aa!! tysm!! ꉂ(˵˃ ᗜ ˂˵) that's so sweet!!

arda September 11, 2025 at 7:10:51 PM

nice theme you got there partner

Replied on: September 27, 2025 at 11:51:04 PM

THANK U YEE HAW!

Anonymous September 7, 2025 at 5:22:45 AM

Wow, caught you in the middle of the website theme change!

Replied on: September 7, 2025 at 10:04:18 PM

haha cx hope u like the new layout!! check out the ghost doggy wink and the new spooky playlist in the player! hope u enjoy~ biggrinD

Skye☆(✯ᴗ✯) September 4, 2025 at 8:36:33 PM

your website is so cute and pretty! Keep it up and never give up! ♡(˶˃ ᵕ ˂˶)。:+* ゜ ゜゜ *+:。

Replied on: September 7, 2025 at 10:05:28 PM

Tysm!! I plan to never give up! (૭ 。•̀ ᵕ •́。 )૭

Lexie September 1, 2025 at 2:01:41 PM

Hi!!! Ur site is so cute XD

Replied on: September 7, 2025 at 10:05:57 PM

(⸝⸝0⸝⸝0⸝⸝)~♡

vinny August 23, 2025 at 11:55:15 PM
Website: https://itzel.straw.page/x

hey there its me again! your page is awesome :] your archived guestbook doesnt work anymore so id like to let u know have a good day/night ^_^

Replied on: August 24, 2025 at 1:39:40 AM

HEY VIN! biggrin WELCOME BACK! Actually, the archived guestbook isn’t supposed to work! Since it’s in the “archived” pages, it’s not meant to be active! It’s just there to showcase the love I’ve been given, even though I’ve moved to Atabook! It’s more for memories C: But thank you so much for your concern hehe! (❀˶ᵔ ᵕ ᵔ˶)

berry August 22, 2025 at 4:11:39 AM
Website: https://juneberry.neocities.org/

such a sweet website!! i can tell so much love was poured into it!! rose

Replied on: August 24, 2025 at 1:36:30 AM

( ⸝⸝´꒳`⸝⸝) ♡ tysmmmmm! ditto! hehe

claudia August 21, 2025 at 7:16:23 PM
Website: https://foxlore.neocities.org/

i found ur site from ur sprinkles template (and i used the template, its super cute i love ittt ^_^) and omg ur site is adorable i love it, the crossword thing is so cool and unique

Replied on: August 24, 2025 at 1:24:13 AM

OMGG!! (ㅅ´ ˘ `)✧ I literally can’t thank you enough for using my template! You’re the first person I’ve seen actually use it, and what you did with the layout is EXACTLY what I was picturing when I made it! I really wanted people to take it and make it their own, and you did just that. I absolutely adore it! looks AMAZING in your style! And also, thank you so much for keeping the credit in, I really appreciate that! ( ˊᵕˋ )♡ —thank you again for using it~

toodles August 13, 2025 at 4:50:29 PM

hihi!! just a question,, in ur sprinkles tumblr template does the navigation bar work?? if so, how do you add links to it..?

Replied on: August 14, 2025 at 3:58:22 AM

hello!! sorry for the late reply!! i have such a hard time remembering to look at my guestbook or tumblr inbox ( which is always open btw: @merdenorma ) ! yes, the navigation bar works, but it only opens links! (99% of website links operate like this) it doesn’t automatically change the content in the boxes. for example each button/link in the nav bar looks like this in the code: <a href="/#.html">NAME</a> the link goes inside the " " after href= . (i just put that as a placeholder!) right now it’s /#.html as a placeholder, but you can replace that with any other page you made on neocities/nekoweb, or even an external link like your social media. so the text between the tags (NAME) is what shows up on the button! so if you want a button to go to your tumblr, for example: <a href="https://yourusername.tumblr.com">my tumblr!</a> sound good?~ also if you were wondering: the template isn’t set up to change the content inside the boxes when you click a nav button, it will just open a page in your browser. idk if that's what you ment, but i'll explain this also, if this doesn't apply to you, don't worry about this section to avoid confusion :> what you’re after is called “dynamic content loading,” which usually involves using javascript to swap the content inside a box when you click a button or link. the page itself doesn’t reload.. only the box updates, so you can change text, images, or pretty much anything in that section. that's the most flexible way to make your nav buttons change the middle box content if you know js (or have someone to help). another option is using iframes, which makes the box a little “window” that can display another html page. clicking a link loads a whole page inside that box instead of opening a new tab. iframes are a little easier to set up because you don’t need to write javascript; you just give the iframe a src and point your links to it! If you search any of this stuff on yt, you'll find loads of tuts to help you out! Srry if this was long hehe... smile MSG me again If all else fails!!

zed August 12, 2025 at 11:18:01 PM
Website: https://raizinc0re.nekoweb.org/

came here from status.cafe and your page is super duper adorable!!! i love it, you did an amazing job <33

Replied on: August 13, 2025 at 5:39:02 AM

Omg, thank you!! I’m seriously so happy you think my page cute eehheh that means a lot <3 Ur so sweet to come from status.cafe!! <3

jamie August 12, 2025 at 11:11:24 PM

cutest website alive rose

Replied on: August 13, 2025 at 5:39:30 AM

thnx sm jamie biggrinD

arda August 1, 2025 at 5:29:48 AM

eeksmilelaughperfect

Replied on: August 6, 2025 at 1:06:33 AM

a

olly August 1, 2025 at 5:21:29 AM
Website: https://ollylotl.neocities.org/

it was really nice to meet you today biggrin it's a nice feeling to talk to a kind stranger across the world. obsessed with the aesthetic of your site. thanks for being web neighbours with me :3

Replied on: August 6, 2025 at 1:06:22 AM

waa i'm a lil late but hii!! it was really sweet meeting you too :3 i’m so glad we got to talk! you love Noelle as much as I do biggrinD i love running into kind ppl on here and i hope we get to talk more soon!

Page 1 of 2 (22 messages)
[1] 2