goodtaste 0 Junior Poster

Hi Guys! I kknow that I am probably posting in the wrong spot but I went for awhile through the forum and I was confused and couldn't find a place to insert a new thread int he Blog's area, so, I apologize, but I need a little help.

1. I have a somewhat new blog and I am trying to really shape it up, but I am finding that I go from bad to worse. I started with pictures in all my posts, when I edited the posts, most of the photos disappeared and when I tried to upload them again, I got a lot of draft posts with the pictures al by themselves and blank wording posts all by themselves, separate from each other. . .You got the point.

I have read technical posts on how to insert a pic into a blog post, but I seem to get into trouble when I try to apply the tips. If I could get the html code of each picture that is all by itself and insert it into the text of the posts that are devoid of pictures, will the pictures appear? I tried deleting some of my draft files and the other posts disappeared as well, so how do I take care of the repeatitive images without text?

One more question, I hear a lot about templates and how you can change the look of your blog with templates or manipulate what Blogger gives you, but guess what?
I can't find the page everybody sends me to, which is Template.
When I get into my Dashboard, all I see are the following:

New Post, then Manage Posts, Settings, Layouts
So, where did the Template page go? How do I reach it and use it to change the appearance of my Blog? I would like to create a panoramic picture header for my block and write the titel on it, some simple. I started this free blog really to learn how to blog and see if I like it. So far, it has not been a very happy experience.
I hope you guys can give me some pointers that I can use to get out of my hole.

Thanks as always.

This is my Blog's URL if you want to take a look at my troubles:

http://craftybegonia.blogspot.com/


Should I delete all my posts and start all over again?

Dani AI

Generated

Notes for : two separate problems are apparent — detached image-only drafts and the missing "Template" option. Both are fixable without nuking the blog. First, make a full backup/export of the blog and save copies of the image files locally. Never delete drafts until images are recovered.

Recovering images into their posts (safe, stepwise):

  • Open each image-only draft and open the image itself in the browser (or use the editor’s image details) to obtain the direct image URL, or save the image to disk.
  • Edit the target post and switch to the HTML view of the post editor. Paste an image tag that points to the image URL, for example:
    <img src="https://example.com/yourimage.jpg" alt="short description" />
  • If the image was saved locally, re-insert it with the editor’s Insert Image control so it becomes part of the post (make sure it’s inserted into the existing post rather than creating a new post).
  • After confirming images display correctly in the post preview, the image-only drafts can be removed.

Making a panoramic header / finding Template:

  • Blogger’s old "Template" terminology was replaced by "Theme" or managed via the "Layout" gadget in later UIs. The header is usually a Header gadget under Layout or a Theme > Customize setting.
  • Create a header image in an editor (crop to the blog’s content width; a trial width of ~900–1000px often works for classic templates) and export as optimized PNG/JPEG.
  • Back up the current theme (download the theme HTML) before any manual HTML edits. Then add or replace the header via Layout (Header gadget) or Theme > Edit HTML, and preview on desktop and mobile.

Final note: starting over is rarely necessary. Back up, recover images into posts, tidy drafts, and then adjust the theme/header.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.