I want to create a div which should appear 10 lines below the first line, in every page of my website, within the content. To illustrate what I want to say, I am presenting a block diagram
+++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++
The content. + +
+ Menu +
sakl;fdj skdfjskfksd + +
sdfjlksjfkjsfdj;saldfj + +
sdjfksjf;ljs;fjskjf + +
skdfjklsjf ksljfs;dfj; + +
klsjafd;ljs;lfjs;lkdf + +
####################### + +
# # + +
# I need this div # + +
# to appear in # + +
# in every page # + +
# without manual # + +
# addition. # + +
####################### + +
asdfj;aslkdjf;lksadjf;lk + +
sdfkasl';kf';lsa ;sfoasdf;l+ +
+++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++
I am using pages only (no posts). Actually I want a block of text to appear 10 lines below the top. This block will contain a link to another section of my website. I have tried to find a way to edit "get_the_content" function, but I don't think it is gonna work. I want to avoid the manual creation of such link on every page of my website.