Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Div tag and Fun with Images

QuickFix, Technical | 0 comments

I always wanted to align text next to the images which I add on my blog. Always WordPress used to take care of things but this time, no idea what when wrong. Might be a problem with the CSS which is made available with the new version of WP. I’m not able to get the text aligned just next to the image.

All it takes is a div tag. For example if you want to add the text next to an image, do put the image tag right between the div tags which I have mentioned below. Similarly you can change the float value to right and center too. W3Schools website has got a very good tutorial on HTML and there are lots of help in Google search results. Its like getting back to school and recalling some tags which I used to use while learning my first markup language at NIIT.

Related Articles

Related