Coded with different colors for each character "darkgray" is a good default color, however, if you dont want to do colors A little messy if you want to add more lines/information
I was wondering, I might be missing something obvious but how do you make it so each character is next to each other? Every time I try they're underneath one another. Thanks!
there's two ways you can do it as far as i know. im not sure how much you know about them but you can read about them here
otherwise, this is the basic html...
that would be a 2-rows by 3-col. a code like this makes it possible to center the table onto a page. i used this more often for muselists
the code in the post is an older code made before i figured out how to do the div trick, so the newer codes have this, but
you could use that code also to make a pseudo-table, but be warned that you cant always center the "table" because it might reformat the code. you'd also need to figure out hat the px width of each of those - which looks like 325px or 240px. i use this more often for CR charts
no subject
I was wondering, I might be missing something obvious but how do you make it so each character is next to each other? Every time I try they're underneath one another. Thanks!
no subject
otherwise, this is the basic html...
that would be a 2-rows by 3-col. a code like this makes it possible to center the table onto a page. i used this more often for muselists
the code in the post is an older code made before i figured out how to do the div trick, so the newer codes have this, but
you could use that code also to make a pseudo-table, but be warned that you cant always center the "table" because it might reformat the code. you'd also need to figure out hat the px width of each of those - which looks like 325px or 240px. i use this more often for CR charts
no subject
no subject
no subject
Thanks for sharing. :)