This code will assign head & base information to 2 variables. Very useful for when you're making your own affiliate table and you want it to include the head/base of the person's skin.
<script>
/*Get Head/Base Info
Snippetted By Wrighty*/
var head_table = get('table','tag')[0].cloneNode(true);
var foot_table = get('table','tag')[3].cloneNode(true);
</script>
This is a snippet, and shouldn't be used as is. This code is provided to show the best way to go about getting the information.
um may i ask, how exactly can this be used, i dont understand what it does.
It's more for coders to use. If someone's making an affiliate table for example. They can build head & base images into it without having to prompt for head/base information.
Until I thought of this, that would have been the way to add head and base images.
ah i see, and i am a code at least here soon i will get into coding for vforums, thats why i asked. and ty
Welcome!
It's more for coders to use. If someone's making an affiliate table for example. They can build head & base images into it without having to prompt for head/base information.
Until I thought of this, that would have been the way to add head and base images.
Could they not just surround their affiliate table in the same classes/id's that the CSS that inserts the head/base images originally uses?
It's more for coders to use. If someone's making an affiliate table for example. They can build head & base images into it without having to prompt for head/base information.
Until I thought of this, that would have been the way to add head and base images.
Could they not just surround their affiliate table in the same classes/id's that the CSS that inserts the head/base images originally uses?
I thought that, but I remember (when I last looked) that the left & right images are actually included in image tags, and not through CSS