User Profile

Collapse

Profile Sidebar

Collapse
ncost
ncost
Last Activity: Jan 19 '12, 06:58 PM
Joined: Jan 15 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ncost
    replied to Adding a Border in CSS
    You're right! It was in the #outer-wrapper div, and I solved the problem! Thanks mucho!
    See more | Go to post

    Leave a comment:


  • ncost
    started a topic Adding a Border in CSS

    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...
    See more | Go to post
    Last edited by Dormilich; Jan 19 '12, 12:04 PM. Reason: enhancing readability

  • ncost
    replied to JavaScript help for undefined object.
    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!
    See more | Go to post

    Leave a comment:


  • ncost
    replied to JavaScript help for undefined object.
    Yup! It's kingdomeyes.blo gspot.com
    See more | Go to post

    Leave a comment:


  • ncost
    replied to JavaScript help for undefined object.
    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("");
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 15 '12, 08:11 PM. Reason: please use [CODE] [/CODE] tags when posting code

    Leave a comment:


  • ncost
    replied to JavaScript help for undefined object.
    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.
    See more | Go to post

    Leave a comment:


  • ncost
    started a topic JavaScript help for undefined object.

    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...
    See more | Go to post
    Last edited by acoder; Jan 15 '12, 02:56 PM.
No activity results to display
Show More
Working...