This challenge has spread across the internet like fire (I didn’t create this challenge) so I have decided to do one. Basically, I have to tell you 7 things about my character. And up to 15 bloggers I enjoy. I have over 40 followers, but as there are limits (a few don’t have blogs) andContinue reading “One lovely blog award – who are my favourite bloggers?”
Tag Archives: HTML
Code in HTML – hyperlinks that open in a new tab
Hi guys. Wanna know how to open Hyperlinks in a new tab. Well, this is the guide for you! Epic Chas Gamer Use the following code: <a href=”siteorblogname.com” target=”_blank”>Here!</a> Replace siteorblogname.com with the site you want to link to. Then, change here to whatever you want the hyperlink to be displayed as. Then, hey presto. WhenContinue reading “Code in HTML – hyperlinks that open in a new tab”
Code in HTML: hyperlinks
I know lots of you guys want to know how to insert hyperlinks into HTML Use a less than (<) symbol and type a href="websiteurl.com" then a more than symbol then a space and then write what you want to see your Hyperlink as. Then do a less than symbol, then a /, and thenContinue reading “Code in HTML: hyperlinks”
How to add your flag counter to an HTML document
NOTE: YOU CAN ADD YOUR FLAG COUNTER TO WORDPRESS POSTS USING THIS GUIDE, CLICK HERE! First, go to yourblogname.wordpress.com/wp-admin and find Customize/Widgets. Find the HTML code for your flag counter widget and copy it into your HTML document. Save the document and load it in a browser. Ok, so that is it! Hope you like myContinue reading “How to add your flag counter to an HTML document”