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:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...