do you know how i can make my banner like a link to my "home" page. so i dont need an home link? if you know what i mean. i dont know how to explane my english isn´t the best :D xx
It depends on your theme.

@theartofmadeline

★

gracie abrams

tannertan36
Misplaced Lens Cap
One Nice Bug Per Day
art blog(derogatory)

Origami Around

❣ Chile in a Photography ❣

Love Begins
trying on a metaphor
I'd rather be in outer space 🛸
2025 on Tumblr: Trends That Defined the Year
"I'm Dorothy Gale from Kansas"
NASA

if i look back, i am lost

#extradirty
Monterey Bay Aquarium
seen from Russia
seen from Brazil

seen from United States

seen from Netherlands
seen from United States
seen from United States
seen from United States
seen from Latvia

seen from Sweden
seen from United States
seen from Russia

seen from Oman

seen from United States

seen from Türkiye
seen from Brazil
seen from United States
seen from Türkiye
seen from Ecuador

seen from Malaysia
seen from South Africa
@html-advice
do you know how i can make my banner like a link to my "home" page. so i dont need an home link? if you know what i mean. i dont know how to explane my english isn´t the best :D xx
It depends on your theme.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
okay so i don't really know how to explain this, but do you know, when in your blogs description, you can like go down one line and write someting new? like when writing a normal text and then you hit 'enter', it goes down? i really want that on my blog! x
That’s very easy. Just put between the sentences!
Still have questions? Ask away!
do u guys know how to make the scrolling infinite? and also how to make a moving title ? :) xo
Scrolling infinite
Search in your html
and paste this under it
Moving title
Copy this code and place it above
→ Put what you want for the title where it says “TITLE HERE”
Hope this helped, and if you still have questions, ask away!
TUTORIAL: animated words in your tab
Paste this code after <head>
→ Where it says "INSERT WORDS HERE", you need to write down the message you want to show. You have to do this 3 times, the messages don't need to be the same!
TUTORIAL: expanding box links
Search in your html </style> and paste this code above it
Then paste this code after <body>
→ Where it says "your faq goes here", "your description goes here", just write it down there.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
TUTORIAL: disable right clicking on your blog
Search in your html <body> and paste this code under it
→ If you want to change the message that pops up, find: var message=”Function Disabled!”; and change the ‘Function Disabled’ part to your own message
TUTORIAL: border around your posts
Search in your html for .entry and paste this under it:
border: 1px solid color:#000
→ To change the thickness, change 1px to max. 3px → You can change 'solid' to 'dashed' or 'dotted'
TUTORIAL: you've been here _ times
Copy this code, and paste it in your description
Save it & done
TUTORIAL: network themes with images
First of all, you need this code, as a base
---------------------for the images---------------------
You need upload images here
Then you need to copy the URL of each image & paste it in the theme code where it says "IMAGE URL HERE".
---------------------for the urls---------------------
Copy the url of the blog and paste it where it says "BLOG URL"
---------------------for the titles---------------------
Write the blogname (or anything you want) where it says 'BLOG NAME'
TUTORIAL: faq above ask
Go to 'customize' and click on 'make a new page'
Press 'custom html'
Write your whole FAQ (or a text) there, and after that you paste this code under your faq or your text
PS: where it says 'your url', you write YOUR url

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
TUTORIAL: network & updates tab
→ Paste this code before </style>
You can change the border-witdh, the border-color and the background
→ Paste this code after </body>
-Where it says "updates go here" you write your updates -Where it says "network url here" you paste the url of the network -Where it says "url of image here" you paste the direct link from the icon (you can upload the icon on TinyPic and then use the direct link)
TUTORIAL: adding less or more columns
Search this in your html code
.entry
You will see this:
width: ... px
Increase this number if you want less columns Decrease this number if you want more columns
TUTORIAL: basic codes
--------------------------------------------------------------------- Bolded: <b>text</b> Italic: <i>text</i> Underlines: <u>text</u> Strike trough: <s>text</s> --------------------------------------------------------------------- Center text: <center>text</center> Text on the rightT: <div style="text-align: right;">text</div> Text on the left: <div style="text-align: left;">text</div> --------------------------------------------------------------------- Changing color: <font color="htmlcolor">text</font> Changing size: <font size="2">text</font> Changing color & size: <font size="2" color="htmlcolor">text</font> --------------------------------------------------------------------- Making a link: <a href="link url">link title</a> --------------------------------------------------------------------- Text with a background: <div style="width:200px; height:12px; background-color:#000000; text-align:left; color: #ffffff;">text</div>
You can change: the width, the height, the bg-color & the color text --------------------------------------------------------------------- Border around your text: <FIELDSET style="width:190px; height:12px; border: 1px solid #000000;">text</FIELDSET>
You can change: the width, the height & the color --------------------------------------------------------------------- Putting a image in your description: upload the image you want on TinyPic. Get the direct link and use this code: <img src="directlink"> --------------------------------------------------------------------- Scrolling marquee: <marquee>text</marquee> ---------------------------------------------------------------------