You are viewing a single comment's thread from:
RE: Who Says You Cannot Make your Own Airplane? Series #10: Pilot Navigation - Flight Planning, Flight Logs, Map Readings, Correcting Heading Errors & Actions To Take When Lost
You're welcome. And thank you too for following. It's so good to see you here again, @simplicitytech.
About the styling? Here is the code:
To pull the image to the right hand side, use this
<div class="pull-right">
Image link here
More texts or image source here (if any)
</div>
To pull the image or a section of your post to the left, use this:
<div class="pull-left">
Image link here
Image source here (if any)
</div>
Brief explanation:
The "div" is an HTML attributes used in creating containers. You can either create the properties of that container (ie color, text-font, and other stylings) right in the HTML page or use external means of styling the attributes. This external means is known as CSS (Cascading StyleSheet).
I am believing you understand that the one used above has its property (that is "pull-left or right") right within the HTML codes
Thanks alot
You are welcome.