i have to google an lj cut every single time i use one so don't think you have to know anything to be able to do this.
the easiest way to overhaul a layout is to copy it exactly and view your work in another tab. once it looks exactly like the one you're working from go back to the tab you're editing in and start combing through piece by piece. i often open the friends page in another tab as well (and if you're working in a blank journal go and follow rps so that you have posts to look at) because a lot of layouts these days have edits to the friends page icons
highlight one line of code, copy it, erase it, and save your work. now go back to your layout tab and refresh. whatever isn't there anymore is what the code you have copied controls. go and paste it back in and edit it however you want that to look. it's easiest to add a
if what you copied changes nothing about the layout or friends page then just leave it out. a lot of layouts i've stolen have had random unnecessary pieces of code in there. cleaning it up helps you understand what you're looking at
if something you've copied and removed changes multiple things, such as the timestamp as well as the navigation at the bottom as is often the case, look at the code and see if it contains two elements, such as
head over here to follow my guide or feel free to just ask me to do it!
moosh has provided a basic layout skeleton that you can paste in and insert things into:
she adds:
there are probably easier ways but just paste this into your layout at the very bottom:
LASTN_WEBSITE=><center></center>
when you steal a layout with a sidebar in it you're going to see something called a z-index in various parts of the coding. this controls the stacking of your elements. the higher the number the higher in the stack the element is, so let's say you're stacking some links on top of a wreath that's on top of a gif. your gif sits on the bottom so it would be
copy everything you have in your lastn_website tag and add paste it again but change
if you go here or here you can type in the rgba numbers to find out the hex code that corresponds with it and vice versa but this is usually to adjust the opacity, ie, a white textbox with a slight opacity would be 245, 245, 245, .05. the rbga color code for white is 245, 245, 245 and then the .05 adjusts the opacity.
insert the following into your coding. if this doesn't work then there is something elsewhere in your coding preventing it:
.date, a.index {visibility:visible !important;} table table tr.caption td.index{visibility: hidden;}
input the following code into your global head style tag. make sure your images are resized to 12x12 or whatever size you plan on changing the padding in the following code to, as the code will not resize for them. if your image fills to every border you may be better off resizing to 11x11 and making your canvas 12x12 to give it that little wiggle room if you've noticed that it's cutting off a bit.:
img[src*="img/userinfo.gif"]{background:transparent url(IMAGE LINK HERE)no-repeat!important; width:0!important; height:0!important; padding:12px 0 0 12px!important;margin-bottom:0px;}
img[src*="img/community.gif"]{background:transparent url(IMAGE LINK HERE)no-repeat!important;width:0!important;height:0!important;padding:12px 0 0 12px!important;margin-bottom:0px;}
img[src*="img/icon_protected.gif"]{background:transparent url(IMAGE LIKN HERE)no-repeat!important;width:0!important;height:0!important;padding:12px 0 0 12px!important;margin-bottom:0px;}
img[src*="img/icon_private.gif"]{background:transparent url(IMAGE LINK HERE)no-repeat!important;width:0!important;height:0!important;padding:12px 0 0 12px!important;margin-bottom:0px;}
this requires you to change some coding in a few different places. you'll first want to add the following coding inside your global head overrides and adjust the font however you want:
.index2 { font-size:8px; font-family: helvetica; text-align: left; background-color:transparent; display: block;}
.entrybox td.index, .index3{ display: none; }
then you're going to need to add the following under your global head like you would a special sidebar:
</td>
</tr>
<tr>
<td class="index2">
︎%%monshort%% %%dd%%, %%12h%%:%%min%%%%ampm%%
</font>
</td>
</tr>
<tr>
<td class="index3">
<=LASTN_DATE_FORMAT
FRIENDS_DATE_FORMAT<=
</td>
</tr>
<tr>
<td class="index2">
︎%%monshort%% %%dd%%, %%12h%%:%%min%%%%ampm%%
</font>
</td>
</tr>
<tr>
<td class="index3">
<=FRIENDS_DATE_FORMAT
add the following at the very bottom of your coding, underneath your global_head. insanejournal will probably move pieces of it when you save but that's okay.
LASTN_TALK_LINKS=>
<tr>
<td align="right" valign="bottom" colspan="2" width="100%" class="comments">%%readlink%%
<a href="%%urlpost%%">WORDS OR IMAGE LINK YOU WANT TO REPLACE POST COMMENT
</a>
</td>
</tr>
FRIENDS_TALK_LINKS=>
<tr>
<td align="right" valign="bottom" colspan="2" width="100%" class="comments">%%readlink%%
<a href="%%urlpost%%">WORDS OR IMAGE LINK YOU WANT TO REPLACE POST COMMENT
</a>
</td>
</tr>
LASTN_TALK_READLINK=>
<a href="%%urlread%%">%%messagecount%%
</a>
FRIENDS_TALK_READLINK=>
<a href="%%urlread%%">%%messagecount%%
</a>
DAY_TALK_READLINK=>
<a href="%%urlread%%">%%messagecount%%
</a>
in your global head portion add
a lot of people will tell you that you can't do this. you can. not only that but it's really easy. go to youtube and find the video you want. press share to get the embed code. c/p this into an entry and replace iframe with embed at the beginning and end of that code. that's all.
i've uploaded a ton of fancy fonts at fontcity that you can use in layouts and styles without having to rehost on your own. for additional fonts that you don't need to host on your own server there's the obvious google fonts and there are a lot of really lovely people on tumblr who host font pages that, like google fonts and fonts from fontcity, give you the font face code to put into your layout. you can find some here, here, and here for a start. just google around and there are more out there. tumblr fonts go below the style tag, while google fonts go above
dafont, 1001 fonts, and font squirrel are great places to find free fonts if you want to upload your own. dafont has forums for font finding so for fandom type layouts i'll often google "star wars font" or whatever i'm looking for and there's usually someone on dafont who's found one for someone else that matches a movie poster or something
follow these steps:
•go to neocities and create the page you're going to host your font in ending with .css rather than .html
•paste the following onto that blank page and change the font-family title to what you plan to call it:
•visit dataurl and upload the .ttf or .otf font file you've downloaded
•copy the very long string of characters and paste it in place of the
•paste the following into your insanejournal overrides or into your style the same place you would a google font and replace YOUR URL HERE with the link to the neocities page you just created:
special shoutout to koding for teaching me this
i've uploaded a lot of wreaths and borders here that you're free to use. i also highly recommend pngtree for basically any transparent layout feature you're looking for. a couple great places to get small icons are flaticon & iconfinder.
follow these steps (with pictures if needed):
•create a folder named whatever you want*
•hover over folder and select manage*
•select new file and name it making sure to end this in .html (or .css for a font file)
•hover over created file and select edit
•this is what your page will look like. highlight it and delete it
•replace it with the following skeleton and edit accordingly:
<head>
<meta charset="UTF-8">
<title>TITLE HERE</title>
<link rel="shortcut icon" href="">
<meta name="credit" content="PLACE YOUR CREDIT HERE">
<style>
body{
margin-top:50px;
}
</style>
</head>
<body>
<!--THIS IS WHERE YOUR CONTENT GOES-->
</body>
</html>
•you do not need to use quotations inside of an a href or username link
•if you're linking within the same site you do not need http://tentacool.insanejournal.com/profile. just /profile will go to the same place. this is also true for neocities styles. https://fontcity.neocities.org/mona.css will work the same as /mona.css within the same neocities account.
•you can define your website text by just pressing space. you don't need an unsightly period in your ui.
•you don't need to fully begin and end a tag if you want a blank screened post. <i></i> works but so does just the <