Help > Layout & Coding Help > Post Reply
Coding help
whim🌼 July 14th, 2020 3:41:20pm 196 Posts |
Hoping someone with coding talent can help me out with a few small things! Is there a code someone can help me get to make an image go either to the left or right of a scroll box, while still being able to type text on the side next to that image? I know this is possible, but I'm unsure of how to do it as well as if its only achievable with certain layout codes? I am also looking for a code that changes text color! Also unsure if this will work with certain coding Thank you in advance! (: |
View Comments 1
𝔖𝔱𝔬𝔯𝔪 ℭ𝔯𝔬𝔴 💀 The Artist Formerly Known as xxCHAOTIC July 14th, 2020 5:33:16pm 1,854 Posts |
Adding this to your CSS will make... All images float to the left. img {float: left;padding-right:5px;} And then text color you can do inline with < *font color="#hexcode">Text< */font> (Remove the stars) So for example, color="cd0000" Link Tree |
View Comments 1