So im making some links to my different accounts on my profile using a code that looks like this.
<style>
.DivsRule {width:200; height:150; }
.DivsRule {z-index:1; position: absolute; left:50%; top:430px; margin-left:-100px;}
.DivsRule {text-color:black;}
</style>
<div class="DivsRule">
<a href="http://MYWEBSITE"><font color="000000">CLICK</a>
</div>
When ever I try to add multiple links and move the next link it always ends up on top of a previously link that is moving with every new link i make, so the one before the new link MOVES with the new one and ends up on top of it.
Im thinking some how i might need to close the div code before pasting in the next link so the link stays put .. IDK though so please help!!!
Thanks all
<style>
.DivsRule {width:200; height:150; }
.DivsRule {z-index:1; position: absolute; left:50%; top:430px; margin-left:-100px;}
.DivsRule {text-color:black;}
</style>
<div class="DivsRule">
<a href="http://MYWEBSITE"><font color="000000">CLICK</a>
</div>
When ever I try to add multiple links and move the next link it always ends up on top of a previously link that is moving with every new link i make, so the one before the new link MOVES with the new one and ends up on top of it.
Im thinking some how i might need to close the div code before pasting in the next link so the link stays put .. IDK though so please help!!!
Thanks all
