Post by Madiba127 on Apr 27, 2011 22:45:57 GMT -5
Well I'm back and thought i might share some images of my holiday with you all only tow for now I'm still copying the others to my hard drive and uploading To DA
More Can be found on my DA Here madiba127.deviantart.com/gallery/29936843
Also ghostie if my images are to big may i suggest using this code in the global footer or just link them all, just change the size to what you like
So To start off here's one that will draw you in
What You Looking at 1
More Can be found on my DA Here madiba127.deviantart.com/gallery/29936843
Also ghostie if my images are to big may i suggest using this code in the global footer or just link them all, just change the size to what you like
<script type="text/javascript">
<!--
/*
Modify image size to fit forum
By Todge
Please keep this header intact
*/
var picWidth = ''600; //Maximum image width..
var picHeight = '400'; //Maximum image height..
var pics = document.images;
if(window.addEventListener)
{
window.addEventListener('load', imageSize, false);
}
else if(window.attachEvent)
{
window.attachEvent('onload', imageSize);
}
else
{
window.onload = imageSize;
}
function imageSize()
{
var p=pics.length-1;
while(p>-1)
{
if(pics[p].alt=='[image] ')
{
if(pics[p].width>picWidth || pics[p].height>picHeight)
{
var thisPicWidth = picWidth;
if(pics[p].height/(pics[p].width/picWidth)>picHeight)
{
thisPicWidth = pics[p].width/(pics[p].height/picHeight)
}
var newWidth = 100-parseInt(thisPicWidth/pics[p].width*100);
var picLoaded = document.createElement('A');
picLoaded.setAttribute('href',pics[p].src);
picLoaded.setAttribute('target','_blank');
picLoaded.innerHTML = '<font size="0">This image is reduced by '+newWidth+'%, click it to view full size.</font><br><img src="'+pics[p].src+'" width="'+thisPicWidth+'" border="0">';
pics[p].parentNode.replaceChild(picLoaded,pics[p]);
}}
p--;
}}
// -->
</script>
So To start off here's one that will draw you in
What You Looking at 1