Solved, thank you!

Posted 7 years, 2 months ago (Edited 7 years, 2 months ago) by meowchii

yO YO YO

I'm new to TH and I'm having a problem with coding some info for my characters.

I'm trying to code for my character Violet.

First of all, I can't center anything. I've tried celecting it and pressing the center button, but it doesn't work! Can I only center things I'm currently typing?

Also, one more thing. Notice how in Violet's information (the info in her zodiac sign for example), the info goes as one long runon instead of looping down. Is there a way I can fix this?

Thanks! I'm new so I have no idea about this stuff. -.-

 

watergems

turn off WYSIWYG and type < div style="text-align:center;" > (without spaces) before the thing you want to center and < /div > (again, without spaces) afterwards. as for the run-on paragraph, i'm not sure? what does your code look like ?

meowchii

The text that's running on doesn't have any code on it. ;-;

Pinky

i think it's a result of using the WYSIWYG... it sets things up real weird. the only solution i could suggest is redoing you coding in with html/css instead of using the WYSIWYG

meowchii

omG I FIXED IT i think Okay! So without the spaces on the end, this code fixes the wrapping issue. It makes everything wrap at the end of the page. < p class="normal" >text here< /p >