Showing posts with label HTML Code. Show all posts
Showing posts with label HTML Code. Show all posts

Saturday, April 24, 2021

How to Use Character Entities in CSS, HTML and JavaScript

 Sometimes, when using scripts, we must write special characters like accents by using a special set of codes called character entities, however these don't always look good or we get a question mark or other strange symbols. Usually, this is solved if the character encoding is done right but the logic may not always work.


Use Charater Entries in CSS,HTML,JavaScript
In Blogger, special characters most of the time appear correctly, but when it is about other services, like external files, things can get complicated.
Read More

Friday, August 19, 2016

How To Embed a Google Doc Into Blogger

Embed a Google Doc into Blogger

Go to your Google Doc. File. Publish to the Web. Embed. Copy the HTML code and then you need to change the html code so it knows how big to make it.

Watch the video to show you were to put it. Then add height=790 width=600 to the html so it looks like the image above.
Read More

How To Edit HTML Code

What I quite often do is make the Blogger video larger so that it is easier to see without having to go full screen. To do that I upload the video and then click on the html tab of the new post. You will see some html code as below. I then change the height and width to suit.

I sometimes do the same with YouTube videos
If I am gathering an embed code for a web site that I don't want children to be able to click on I can sometimes remove the words that would link to the site by taking out the Title so that the > and < touch.

Sometimes you may want to share a link in your comments. I use Blog Assistto do it for me but you can do it for yourself but putting a bit of html code around the URL address like this adding the black bits around the web address and the text.

I can't put the actual html code here so you can copy it because it actually tries to link it so you will have to copy off the picture below.

The word Nets in the example above will be all that the the people you left comments for will see but it will be hyperlinked to the URL you want to share.
Read More