Home | All Fwiends | Random | Online | Music | Blog | Search

kitton's Blog

"main page is koala71783"
Gender Nonconforming
18 years old
United Kingdom
Last Login: 1620061731000
Contacting kitton
Message
Report
Add
Block
All Blogs (10/10)
1614890100000

Fake blog links

fake blog links use markdown and css both. it also needs some basic maths to find what position to put in your css
here is what the markdown will look like for 1 fake blog, in your About me and section:

Blog Name [[view more](www.example.com)]

rest of the about me text goes here

and now for 2 fake blogs:

Blog Name [[view more](https://www.example.com/)]

Blog Name [[view more](https://www.example.com/)]

rest of the about me text goes here

make sure to include the double space between the paragraphs !! change blog name and link what you want
now for the css.the numbers you put will depend on any modification you made before, and the amount of blogs you add.
but if your using default css, here is for 1 fake blog:

.blogs {margin-bottom: 48px;}
#about p:nth-child(1) {position: relative; height: 0px;}
#about p:nth-child(1) {bottom: 94px;}

and for 2 fake blogs:

.blogs {margin-bottom: 76px;}
#about p:nth-child(1), #about p:nth-child(2) {position: relative; height: 0px;}
#about p:nth-child(1) {bottom: 122px;}
#about p:nth-child(2) {bottom: 94px;}

general rules (dont trust anything past this)

you need to add more #about p:nth-child() as you make more fake blogs

the margin-bottom: px value is calculated like this:
( ( ( text height, default is 18 ) + ( blog text margin, default is 10 ) ) * ( amount of fake blogs ) ) + ( blog margin, default is 20 )

the bottom: px value for each text is calculated like this:
( text height, default is 18 ) + ( ( ( text height, default is 18 ) + ( blog text margin, default is 10 ) ) * ( the number of this fake blog - 1 ) ) + ( blog margin, default is 20 ) + ( rightHead text height, default is 18 ) + ( about me text margin, default is 20 ) + ( about me text height, default is 18 )

yes i know the last calculation looks ridiculous but it works..i think
or may be not.if you know a better way to do it please send me

Please login to leave a comment.