Conversation
Notices
-
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:10:37 JST cool_boy_mew @ElDeadKennedy
@olmitch gave me a website that generates layout and it's updated
It's just that their header picture shit is absolutely not working somehow, or seamonkey composer doesn't like the code. It seems to erase their empty header shit (as the picture is in the background, it needs to be empty?)-
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:11:10 JST cool_boy_mew @ElDeadKennedy @olmitch
All of this to say, here, I updated the site
headpat.agency -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:13:40 JST cool_boy_mew @ElDeadKennedy @olmitch Ah, it was you that sent it? I don't remember, but that:
https://sadgrl.online/projects/layout-builder/
Right?
Their header shit is not working -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:13:41 JST DeadKennedy @coolboymew @olmitch YES, YES. LET US SEE In conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:13:41 JST DeadKennedy @coolboymew @olmitch did you use the generator I sent you? In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:17:15 JST cool_boy_mew @ElDeadKennedy @olmitch ok yeah
It gives me
<div id="header" style="height: 278px;"></div>
Seamonkey sees nothing in between, so it completely gets rid of it
But if I put like "test", it actually works
It's dumb lol, a seamonkey composer problem perhapsIn conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:17:16 JST DeadKennedy @coolboymew @olmitch yes, that was me. Let me see In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:22:50 JST cool_boy_mew @ElDeadKennedy @olmitch oh? In conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:22:51 JST DeadKennedy @coolboymew @olmitch I think I found the issue In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:24:43 JST cool_boy_mew @ElDeadKennedy @olmitch yeah, that's the issue
If there's nothing in between, seamonkey deletes it. I can probably just put a unicode fake space character or whatever, but, yeahIn conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:24:44 JST DeadKennedy @coolboymew @olmitch add this at the end of line 10
<div id="header"></div>In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:26:23 JST cool_boy_mew @ElDeadKennedy
Also @olmitch I think Seamonkey Composer is broken. The search function literally doesn't even work either. Is there really nothing more modern?In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:30:21 JST cool_boy_mew @ElDeadKennedy @olmitch Nope, since there's still nothing between
<div id="header"></div>
<div id="headerArea">
Seamonkey deems it useless so it deletes itIn conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:30:22 JST DeadKennedy @coolboymew @olmitch I made a copy of the page source and modified it to fix the original issue, but I think the live page has a different source now. Could you try making it like this?
<div id="topBar">You can put some text or images (or even a good
old-fashioned marquee) up here!</div><div id="header"></div>
<div id="headerArea">
<nav id="navbar" style="margin-bottom: 10px;">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>In conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:30:29 JST DeadKennedy @coolboymew @olmitch back when I first checked your website there was no header until you inserted the "test", but on the copy I made and modified it worked fine In conversation permalink cool_boy_mew likes this. -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:34:47 JST DeadKennedy @coolboymew @olmitch thank god i am not a webdev In conversation permalink cool_boy_mew likes this. -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:36:03 JST cool_boy_mew @ElDeadKennedy @olmitch anyways, I just gotta hide the text, put an empty unicode space or use the text to do something with the picture with a certain font, that'd be good enough
But yeah, Composer is utterly broken, it seems like it barely functionIn conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:44:43 JST cool_boy_mew @ElDeadKennedy @olmitch nope, same issue, empty div = gets removed by composer In conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:44:44 JST DeadKennedy @coolboymew @olmitch ok try this
<div id="header" style="width:100%"></div>
so basically empty div but set the width to 100%In conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:47:44 JST DeadKennedy @coolboymew @olmitch why do they do that that's stupid In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:47:44 JST cool_boy_mew @ElDeadKennedy @olmitch yeah it's weird but 100% that composer is old and fucked up
All of the WYSIWYG web maker have basically not been worked on in the last 13 years or moreIn conversation permalink -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:51:15 JST DeadKennedy @coolboymew @olmitch what if you just put a <br> inside the div? In conversation permalink cool_boy_mew likes this. -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:51:52 JST cool_boy_mew @ElDeadKennedy @olmitch fantastic thinking, it works lol
The code gets to be put in a line break after, but that's no issues lol
ThanksIn conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 13:53:05 JST cool_boy_mew @allison @ElDeadKennedy @olmitch I tried Kompozer in wine, which was supposed to be a more fully featured Netscape Composer (now seamonkey) and the web preview part is utterly broken unfortunately In conversation permalink -
:blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: (allison@hidamari.apartments)'s status on Sunday, 08-Oct-2023 13:53:06 JST :blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: @coolboymew @ElDeadKennedy @olmitch I'll try Amaya soon and see how screwed up it is In conversation permalink cool_boy_mew likes this. -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 13:53:11 JST DeadKennedy @coolboymew @olmitch this is so stupid lol, but no problem In conversation permalink cool_boy_mew likes this. -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 14:03:18 JST cool_boy_mew @olmitch @allison @ElDeadKennedy it's exceedingly basic, and as far, currently it's broken as fuck. Ctrl Z barely works, search does nothing, going from preview to code resets your position every time. It has like no QoL and it's obviously abandoned software In conversation permalink -
'ol Mitch (olmitch@shitposter.club)'s status on Sunday, 08-Oct-2023 14:03:19 JST 'ol Mitch what makes you think the Seamonkey version is missing features? As far as I know it's a direct open source lineage tracing directly to Netscape Composer. In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 14:14:42 JST cool_boy_mew @lnxw37b2 @ElDeadKennedy @olmitch this also works and doesn't force a line break in the code, thanks
I used to know all that stuff at some point, but damn I'm rusty
Anyways, the hardest stuff, the layout, is made and done, so the rest should be just filling it with content and deciding on color and graphic design stuffIn conversation permalink -
Another Linux Walt Alt (lnxw37b2@shitposter.club)'s status on Sunday, 08-Oct-2023 14:14:43 JST Another Linux Walt Alt @coolboymew @ElDeadKennedy @olmitch
Try something like
<div id="header" style="width:100%"> </div>
so it will look empty, but not be truly empty.
In conversation permalink cool_boy_mew likes this. -
DeadKennedy (eldeadkennedy@shitposter.club)'s status on Sunday, 08-Oct-2023 14:29:25 JST DeadKennedy @lnxw37b2 @coolboymew @olmitch yes, this should be a cleaner solution than what I said earlier In conversation permalink cool_boy_mew likes this. -
cool_boy_mew (coolboymew@shitposter.club)'s status on Sunday, 08-Oct-2023 23:40:03 JST cool_boy_mew @ledocool431 @ElDeadKennedy @olmitch I have no idea what I'm doing In conversation permalink -
ledocool (ledocool431@shitposter.club)'s status on Sunday, 08-Oct-2023 23:40:04 JST ledocool Kek. It's useless. Also, why not use <header> tag? In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Monday, 09-Oct-2023 00:08:25 JST cool_boy_mew @ledocool431 @ElDeadKennedy @olmitch here's the issue: I'm not a programmer, I'm a complete beginner
I need to be able to switch to the preview of my result, and the WYSIWYG editing mode is good too because I don't fucking need to write content directly in the codeIn conversation permalink niuulianov likes this. -
ledocool (ledocool431@shitposter.club)'s status on Monday, 09-Oct-2023 00:08:26 JST ledocool Usually you don't make code with seamonkey, but write it with a text editor. Pick, idk, vscode maybe? Or sublime text. In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Monday, 09-Oct-2023 00:09:21 JST cool_boy_mew @ledocool431 @ElDeadKennedy @olmitch yes, I got the code off a template layout site because otherwise that shit is a rough start
https://sadgrl.online/projects/layout-builder/In conversation permalink Attachments
-
ledocool (ledocool431@shitposter.club)'s status on Monday, 09-Oct-2023 00:09:22 JST ledocool I read more on your issue and I'm confused now too. Are you trying to edit some html template? In conversation permalink -
ledocool (ledocool431@shitposter.club)'s status on Monday, 09-Oct-2023 00:10:19 JST ledocool If you do, you may end up breaking layout when image is added. Though I'm not sure. In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Monday, 09-Oct-2023 00:10:19 JST cool_boy_mew @ledocool431 @ElDeadKennedy @olmitch it does. From what I understand instead of putting an image directly on the header it does something CSS-y and have the pic on some sort of background layer instead In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Monday, 09-Oct-2023 00:10:43 JST cool_boy_mew @ledocool431 @ElDeadKennedy @olmitch hence why the empty header tag, it just needs to exist In conversation permalink -
ledocool (ledocool431@shitposter.club)'s status on Monday, 09-Oct-2023 00:12:24 JST ledocool That's not how it's usually done. Every browser has that neat thing called console (F12) it lets you dick around with layout. Usual workflow includes opening both text editor and browser and switching between them, sometimes using console to test things out or trying things you're not sure of. In conversation permalink -
cool_boy_mew (coolboymew@shitposter.club)'s status on Monday, 09-Oct-2023 00:12:24 JST cool_boy_mew @ledocool431 @ElDeadKennedy @olmitch can't dick around with the layout if there's no layouts in the first place In conversation permalink -
ledocool (ledocool431@shitposter.club)'s status on Monday, 09-Oct-2023 00:28:45 JST ledocool No layouts? In conversation permalink Attachments
cool_boy_mew likes this.
-