| 
 
 Okay Alright.  
You know myspace right. 
How layout sites have differnte sections in there blogs 
Like layouts and comment boxes. 
Well I have comment boxes made. 
But how do i put them in the blog as a link. 
Like have the comment box as the link. 
When you click on the comment box, you get the code for that comment box. 
How do I do that.
  [  ] Want to answer more questions in the Technology category?   Maybe give some free advice about: Internet & Web Design?
  I'm not familiar with myspace layout sites, and I don't spend much time on myspace :/. Maybe this is what you want(remove space in the URL if you want to try this)? 
 
<div onClick="javascript:location.replace('http: //google.com')"> 
your content 
</div> 
 
Anything clicked within the div will bring the person to google(in this example). You can have anything(text, forms, etc) inside of it.  ]
  
 More Questions: |