Comments on Doxiie All Comments

HI UH
I have a coding question
im making my own code and I was using https://toyhou.se/18195349.rickroll-code as a guide to do the silly little buttons or whatever
I can auth you to show you what im working on and what I mean if I need to
but im wondering if you know how to center align the buttons

You can put <p style="text-align:center;"> </p> around it.

If you're new to coding and struggling with basic code, switching between WYSIWYG editor and code view can help a lot.  WYSIWYG editor can be nice for quickly adding basic formatting like alignment, font, size, and color, images, links, and a bunch of stuff, and then you can switch to code view to see what the code for it looks like.  Some codes don't work properly in it though so once you're more advanced and know how to add code on your own, it can become a limitation.

If you like buttons and collapse, there's a lot of info on how to customize them and other features in the components section of the Bootstrap manual: https://getbootstrap.com/docs/5.0/components/buttons/

omg thank you so much that helps a lot