« Back to the HTML Forum

help

Posted by . ࣪ zayn ⦻

posted

Forum: HTML Group

im actually so fucking new to spacehey dawg how do i code and make a layout


Report Topic

3 Replies

Sort Replies:

Reply by Camille_Jamal

posted

edit > "about me" (or other section, about me for whole profile theme) > start typong random code and/or stealing (with credit as needed) random layouts

you can also shove text and images in there.


Permalink Report Reply

Reply by ୨ৎMIMA୨ৎ

posted

look at the help guides at the top of the group, and check out beginner css/html on web3schools

also inspect (pressing Q on most browsers or right clicking and pressing inspect) is gonna be your best friend! itll help you see how the code works, what css classes you need to change things, and lets you tinker around without actually saving anything (as soon as you refresh all of the changes you made will be gone. so just copy paste what you wrote if you want to save it)

writing from scratch is super daunting, even for people that know what they're doing, so I'd recommend looking at other people's code and trying to understand bit by bit what they wrote. That's how i learned lol


Permalink Report Reply

Reply by rainshowa

posted

some little tips that i learned in the last 2 days from getting on within a years break, always use <so and so> (thats the start) and then </so and so> to close it, if you dont it will automatically close it for you, id just figure that id tell you that, <i> is italic text, <b> is bold <strong> is strong text, <br> is line break, <marquee> scrolls from right to left (Can change by doing <marquee direction="up, down, left, right,", behavior changes its behavior, which can be alternating, slide, or the default which is just nothing put in, alternate, well, it alternates, slide hits one side then never goes back.


Permalink Report Reply