Can't find "Coding help" topics, all beginners guides seem to be broken links. |
Can't find "Coding help" topics, all beginners guides seem to be broken links. |
Jan 25 2008, 02:22 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jan 2008 Member No: 614,543 |
I was looking in resloved issues for a beginners guide at how to start coding livejournal layouts. It seems everyone one I come across that gives a link to coding help, such as this one: coding help
I'll get this message on the linked page. QUOTE The error returned was: Sorry, the link that brought you to this page seems to be out of date or broken. Are the links that help with coding located somewhere else now? Can someone point me in the right direction? Thanks. |
|
|
|
![]() |
Jan 28 2008, 01:59 AM
Post
#2
|
|
![]() This bag is not a toy. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,090 Joined: Oct 2007 Member No: 583,108 |
It really depends on the layout. What I typically do when I want to figure out what the class or id name is for a specific area is view source, then ctrl+f for what I'm looking for - for example, the sidebar - I'll search for some text that I know is in the sidebar. Then when I find it, I scroll up a little bit, and when I see the div containing the sidebar, it should say something like the following:
<div id="idname"> or <div class="classname"> As you know, you would insert #idname or .classname into the code related to the part of the layout you're modifying. The same would apply to the icon. If you can see any classes or ids for the div containing the icon, or even the icon itself, that would be a good place to start. The classes definitely do change depending on the layout you're using, in both S1 and S2. http://journalhelp.com has a lot of help relating to "what does what". |
|
|
|
maza Can't find "Coding help" topics Jan 25 2008, 02:22 AM
libertie Unfortunately, there were tons of help topics in h... Jan 25 2008, 01:31 PM
maza Thanks. I tried looking over some things. I... Jan 27 2008, 01:30 AM
maza Thanks so much. I will be trying that method and ... Jan 29 2008, 01:35 AM
libertie User has another topic now - I'm closing and m... Feb 4 2008, 10:54 PM![]() ![]() |