hi its mee

idk how to add pictures to like my blog and it won't let me change my layout but that's like a problem for later


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Marshmallow_Fluff

Marshmallow_Fluff's profile picture

Caution, I am far from skillful in this area.

However, layouts run on HTML, therefore placing any code in sections such as about me will usually work so long as they are between these tags. For images, you will need to have an image hosting site that allows for HTML code. The simplest off the top of my head would be Imgbb, where you can select the option to copy off the HTML code and paste it into your blog.

Another would be taking the URL of an image and placing it like this: (Ignore the "" marks around the >, it is just to prevent the comment from thinking its HTML and therefore hiding the example.)

< img src="YOUR HTML.jpg" alt="Funny Image" width="500" height="600" ">"


Report Comment