Often you will need to insert an image into a webpage. This video tutorial will show you how to do it.
Inserting a Graphic into a Webpage was originally found on Access 2 Learn
Often you will need to insert an image into a webpage. This video tutorial will show you how to do it.
Inserting a Graphic into a Webpage was originally found on Access 2 Learn
Assistant Professor
Walter Wimberly is an Assistant Professor at a regional college in Tennessee, teaching Computer Science in the Software Engineering track. He works as a student advisor, oversees curriculum changes, develops new courses, and manages the advisory panel.
Walter taught full time for about 7 years, before going back into “industry” as a full stack Software Developer for a dozen years. There he focused on web based projects coding in JavaScript/jQuery and utilizing the Bootstrap CSS Framework on the front-end, and coding in PHP, ASP/ASP.Net, SQL on the back-end.
Since he loves teaching, he taught as an adjunct web and digital media classes for eight (8) years, while working in industry, and has since returned to teaching full time.
He has been married for over 25 years, and is father to several special needs boys. As such, he is working on some projects to help others who have special needs to be self-sufficient, and support the care givers of those with special needs. Check out his Autism blog for more info.
Responsive images are fairly easy to control, both in and out of Bootstrap. Generally, the problem will be that we need to make sure an image doesn’t expand past the size of its containing element if it is going to potentially be scaled down. This can be done in CSS with max-width: 100% Bootstrap gives…
While forms are designed to be functional, it would be nice if the forms looked a little nicer. Luckily, with some well formatted code, and CSS styles, we can layout and design a form that works best for us. It is helpful to know how to build a form first, and to remember to validate…
Wells can be used within Bootstrap to create an inset look to a pseudo panel. They appear kind of like panels, but without the chance to color them. Instead, you have text that is inset from a box when you use the well class to a div. This can be used as a overly simple panel…
Linking to an external site means you always need to give the full address. This includes the host, any subfolders, as well as the final file that you wish to link to. Additionally, you will need to prepend the protocol. As of 2019, Google and others are recommending everyone be using https (Hyper Text Transfer…
If you have ever worked with CSS you know the problem you can have when you float one element, and then have text next to it. Especially if that text is in a list, or a highlighted box (usually surrounded with a border and/or background color). Essentially the margin of the element next to the…
If you work in the web, you will at some point be asked, and maybe even expected to, perform some SEO for a website you are working on. There are several factors that work into how well your site ranks in the organic search results. Key among them is the content on your site. Key…
Responsive images are fairly easy to control, both in and out of Bootstrap. Generally, the problem will be that we need to make sure an image doesn’t expand past the size of its containing element if it is going to potentially be scaled down. This can be done in CSS with max-width: 100% Bootstrap gives…
While forms are designed to be functional, it would be nice if the forms looked a little nicer. Luckily, with some well formatted code, and CSS styles, we can layout and design a form that works best for us. It is helpful to know how to build a form first, and to remember to validate…
Wells can be used within Bootstrap to create an inset look to a pseudo panel. They appear kind of like panels, but without the chance to color them. Instead, you have text that is inset from a box when you use the well class to a div. This can be used as a overly simple panel…
Linking to an external site means you always need to give the full address. This includes the host, any subfolders, as well as the final file that you wish to link to. Additionally, you will need to prepend the protocol. As of 2019, Google and others are recommending everyone be using https (Hyper Text Transfer…
If you have ever worked with CSS you know the problem you can have when you float one element, and then have text next to it. Especially if that text is in a list, or a highlighted box (usually surrounded with a border and/or background color). Essentially the margin of the element next to the…
If you work in the web, you will at some point be asked, and maybe even expected to, perform some SEO for a website you are working on. There are several factors that work into how well your site ranks in the organic search results. Key among them is the content on your site. Key…
Responsive images are fairly easy to control, both in and out of Bootstrap. Generally, the problem will be that we need to make sure an image doesn’t expand past the size of its containing element if it is going to potentially be scaled down. This can be done in CSS with max-width: 100% Bootstrap gives…
While forms are designed to be functional, it would be nice if the forms looked a little nicer. Luckily, with some well formatted code, and CSS styles, we can layout and design a form that works best for us. It is helpful to know how to build a form first, and to remember to validate…
Wells can be used within Bootstrap to create an inset look to a pseudo panel. They appear kind of like panels, but without the chance to color them. Instead, you have text that is inset from a box when you use the well class to a div. This can be used as a overly simple panel…
Linking to an external site means you always need to give the full address. This includes the host, any subfolders, as well as the final file that you wish to link to. Additionally, you will need to prepend the protocol. As of 2019, Google and others are recommending everyone be using https (Hyper Text Transfer…
If you have ever worked with CSS you know the problem you can have when you float one element, and then have text next to it. Especially if that text is in a list, or a highlighted box (usually surrounded with a border and/or background color). Essentially the margin of the element next to the…
If you work in the web, you will at some point be asked, and maybe even expected to, perform some SEO for a website you are working on. There are several factors that work into how well your site ranks in the organic search results. Key among them is the content on your site. Key…