User Profile
Collapse
-
You're right! It was in the #outer-wrapper div, and I solved the problem! Thanks mucho! -
Adding a Border in CSS
Hey all!
I was just wondering if someone could help me with a small CSS problem I'm having.
I am working on a template for my blog, and it's almost finished, save one issue. I added a background image to the CSS which used to dictate that there was only to be a background color. After I did this, I worked out some small things on the CSS code and it turned out pretty well, except for one thing. The old blog template CSS... -
Oh, I just fixed it. Turned out it wasn't a JS problem, but a settings issue. Sorry for the trouble and thanks for the help!Leave a comment:
-
-
I looked all through and this is all I could find that might be relevant:
Code:function removeHtmlTag(strx,chop){ if(strx.indexOf("<")!=-1) { var s = strx.split("<"); for(var i=0;i<s.length;i++){ if(s[i].indexOf(">")!=-1){ s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); } } strx = s.join("");
Last edited by Dormilich; Jan 15 '12, 08:11 PM. Reason: please use [CODE] [/CODE] tags when posting codeLeave a comment:
-
I'm not sure what it's called. The only info about the function that I could find was in the code above. If you like, I could attach the whole template HTML.Leave a comment:
-
JavaScript help for undefined object.
I have a blog template that I downloaded for use on my blogger account, and I was having some trouble with an undefined box that's supposed to display the date for each post. I'm more keen on HTML than JS, so I was wondering if anyone could help me with it. I attached a picture of the box in question, and here's the part of the code which I believe is the problem.
function rp(json){docume nt.write('<ul>' );for(var i=0;i<numposts; i++){document.w rite('<li>');va r
...Last edited by acoder; Jan 15 '12, 02:56 PM.
No activity results to display
Show More
Leave a comment: