Can I Delete this WordPress Html Code?
-
I’m working on a new windows software program (kinda like Windows Live Writer), & I have a question about a snippet of html that WordPress generates while I’m writing a blog post, here is my current process.
1) Upload an image thru the wordpress Admin control panel, that gives me html code that looks like this.
<img src="https://myblog.com/imagefolder/2009/09/myimage1.gif" alt="myimage1" title="myimage1" width="472" height="83" class="aligncenter size-full wp-image-337" />
Here is the html code that I’m not sure about:
wp-image-337
What is this code for, & why is it being generated by wordpress, better yet can I delete this code (manually)?
I’ve looked at my last few blog post that all contain images, the auto generated wordpress html (wp-image-337) looks like it is adding random numbers to the end of the code (example: 337).
I have deleted the code from my last blog post, & the image still shows up in my blog. I’ve searched thru my cpanel for any type of filename similar to “wp-image”, & get nothing.
Bottom line is I really need to be able to post to my blog without this html code, my fear is, will I ever break the image code down the road. I don’t want to post a bunch of new blog post/images then find out I screwed up each new blog post.
Thanks… ??
- The topic ‘Can I Delete this WordPress Html Code?’ is closed to new replies.