Thursday, 25 November 2010

Purely an aide memoire, formatting text in a blog post

I was looking for a way to format text and images within a blog post, by editing the HTML.

My requirement was to have text and images placed down the page, without having text wrapped around the images, and without using a <TABLE></TABLE> tag pair.

My friend and guru colleague, Brian, showed me how to do it using the tag: -

<div style="clear: both;">

Easy when you know how ... and now I know how :-)

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...