document.getElementById('ctl00_ContentPlaceHolder1_PageContainer').innerHTML = a;
document.getElementById('PageContainer').innerHTML = a;
<style type="text/css"> body { display:none; } </style> <div id="splashBox"> <div align=left> <div style="height:200px;"></div> Welcome $block[username] to<br> <img src="URL TO YOUR LOGO"> <div style="height:100px;"></div> <a href="http://geneco.sithportal.com/Guild.aspx?GuildID=397552&TabID=3363601"> <img src="http://www.talonsofthegryphon.com/sw_stuff/TotR.gif" width=225> </a> </div> <meta http-equiv="refresh" content="10; url=http://geneco.sithportal.com/Guild.aspx?GuildID=397552&TabID=3363601"> <div align=right> <div style="height:200px;"></div> Welcome $block[username] to<br> <img src="URL TO YOUR LOGO"> <div style="height:100px;"></div> <a href="http://admins.guildportal.com/Guild.aspx?GuildID=3780&ForumID=22042&TabID=27537&TopicID=7257002&Page=1"> <img src="http://t2.gstatic.com/images?q=tbn:ANd9GcTvdfl8eZTmbJXTw50nwOan5F63x3-eYzGOfLfe64r5777Ujvk_vg"> </a> </div> <meta http-equiv="refresh" content="10; url=http://admins.guildportal.com/Guild.aspx?GuildID=3780&ForumID=22042&TabID=27537&TopicID=7257002&Page=1">
<style type="text/css"> .StateBar, .BannerArea, .TabBar, .PageFooter, div.ContentBoxBody, .ContentBoxTitle, input { display:none; } body { background: #333333 url(URL TO YOUR BACKGROUND IMAGE); color: #ffffff; display:inline; } img, img a { border:0px; } </style> </div> <script type="text/javascript"> $(document).ready(function() { var a = document.getElementById('splashBox').innerHTML; document.getElementById('PageContainer').innerHTML = a; }); </script> Edit* I should also note I don;t know HTML so I'm stumbling through this as a learning process lol.
<style type="text/css"> #PageContainer { display:none; } #splashBox { margin: 0 auto; text-align: center; } </style> <div id="splashBox"> <div> <div style="height: 100px;"></div> <h1>Welcome $block[username]</h1> <img alt="" src="URL TO YOUR LOGO" /> <div style="height: 100px;"></div> <a href="http://geneco.sithportal.com/Guild.aspx?GuildID=397552&TabID=3363601"> <img alt="" width="225" src="http://www.talonsofthegryphon.com/sw_stuff/TotR.gif" /> </a> <a href="http://admins.guildportal.com/Guild.aspx?GuildID=3780&ForumID=22042&TabID=27537&TopicID=7257002&Page=1"> <img alt="" src="http://t2.gstatic.com/images?q=tbn:ANd9GcTvdfl8eZTmbJXTw50nwOan5F63x3-eYzGOfLfe64r5777Ujvk_vg" /> </a> </div> <style type="text/css"> /* instructions here: http://www.guildportal.com/Guild.aspx?GuildID=3780&TabID=27537&ForumID=22042&TopicID=9663736&Page=1#46664571 */ @font-face { font-family: 'DISTGRGRegular'; src: url('/GuildFiles/258012/font-DISTGRG.eot'); src: url('/GuildFiles/258012/font-DISTGRG.eot?#iefix') format('embedded-opentype'), url('/GuildFiles/258012/font-DISTGRG.woff') format('woff'), url('/GuildFiles/258012/font-DISTGRG.ttf') format('truetype'), url('/GuildFiles/258012/font-DISTGRG.svg#DISTGRGRegular') format('svg'); font-weight: normal; font-style: normal; } h1 { font: 50px/58px 'DISTGRGRegular', Arial, sans-serif; letter-spacing: 0; } </style> </div> <script type="text/javascript"> $(function() { var w = $('#splashBox').closest('.gpwidget'); $('.gpWidget').not(w).hide(); // remove the next two lines if you want your box borders to show w.find('.ContentBoxTitle').hide().end() .find('.ContentBox, .ContentBoxTitle, .ContentBoxBody').andSelf().attr('class',''); // remove the above two lines if you want your box borders to show w.closest('.ContentZone').siblings().hide(); $('.PageWrapper, .ContentWrapper').show(); $('#bannerTable, .BannerArea, .WfTopMenu, .TabBar, .straightBarWrapper, .InnerTabTable').hide(); }); </script>