hi :) im using your avalon theme, and its wonderful. just a couple q's. one, how would i put a title? above the sidebar image, and so it shows in the chrome tab? i cant seem to figure it out. also, the numerals will not link omg. i've tried EVERYTHING. the pages are there, i can go to my ask, submit, faq etc manually, but no matter what i do to the html, i can't seem to get the links to work right. please help me haha. have a gr8 day!
okay so for a basic title, paste this anywhere in the CSS (you can play around with the styling too ofc);
#title { position:absolute; width:220px; height:auto; margin-left:14px; margin-top:-150px; padding:-1px; text-align:center; font-size:13px; font-family:cambria; font-style:italic;}
and then go down under the
That'll make the title you've got on your page show up (like the one on the main edit screen). Also, seems I missed a bit writing the code, so you'll want to go right above the sidebar HTML to where it says
and type right after 'mgmstrs' so the title doesn't show up as a link :p
I'm not sure about the links, did you just type them in on the main screen or go right to HTML? You may have just accidentally deleted a bracket or something. Would you mind copying that section of the HTML or screenshotting it and submitting it to me? That way I can get a better idea of what the problem is uwu