Julian
Total 214 Posts
RimWorld: How to Create a Time Lapse of Your Colony
With the mod Progress Renderer you can capture the heroic story of your RimWorld colony in a video.
Cities Skylines: Creating the Map "USA"
The USA is the next map that I uploaded to the workshop. This time I even created a making-of video.
Colorizing a HTML Table
In this post you will be shown how you can edit the font color and the background color of the cells as you wish.
Adding a Link to an Image in HTML
In order to add a link to an image, so that clicking on the image will redirect the user to a new page, you will need the HTML attribute href (Hypertext Reference). How the whole thing works, you will find out in this post.
Adding Pictures to a HTML Table
It is super easy in the Ghost editor to add pictures to a HTML table. First of all, the image has to be somewhere on the internet with a link. Then all you have to do is copy this link into the <img> brackets. What this looks like, you will find out in this post.
Adding Clickable Links to a HTML Table
In our games tab, we have a table that lists the individual games. In the upper cell is the title of the game and below a matching image. If you click on the title of the game, you will be redirected to the "tag" of the game. How you can also add clickable links in a HTML table is explained here.
Creating a Simple HTML Table
In this post you will learn how to add simple HTML tables to your Ghost blog, but also anywhere else.