This page is just answering some questions that have been posed to me by members! That way i dont have to try and manipulate the damn hmtl to let me post! As far as remember i can just put it here and it doesnt care lol
If you have any questions you want to ask just PM me with it and i will answer it for you!
Or now that its working just mention it in the guestbook and i can get back to you that way lol
If the code you are looking for isnt on this page then check MyO Tricks 2 for it could be there, and if it isnt then PM me on MyO and i shall add it for you ^_^
I knwo that some of you have used the codes that are here but i dont think i ahve seen to date anyone thank WDX for them!
So if you do take these and use them on your MyO site could you put a little link to this place so that people know where the codes came from and all that?
These are here to help but you know it feels sorta bad to have things just stolen ~ Smiles ~ Well anyway have fun and i hope you can use these to make yourself a killer site!
Oh and for the credit just use this code it will have a little WDX link for people to see if they want! It shall also open in a new window so they can continue to looka t your site ~ Grins ~
<a target="_blank" href="http://www.freewebs.com/worlddominationx/">WDX</a>
I have many people askign how they are to do this so i am going to put the code on ehre! Not that many will read it but it means i coudl just refer people here ~ Laughs ~
<style> body {direction: rtl;} .tborder {direction: rtl;} .page {direction: ltr;}.navbar{direction: rtl;}</style>
Just past that into your intro and you will have a site reversed liek mine!
Magnus!
(( Not that i really have to sign this...my spelling gives me away lol ))
This is the most commonly asked question (and the one this page is being created for lol)
Basically you have to go to the Post Styles section in the border on the MyO page (not your site but where you customize your site, see your friends lists, GB entry numbers etc)
In there you add the hmtl code this is mine: -
<table cellspacing="0" style="background: url(http://www.solstation.com/stars/neptune.jpg); margin-left: -20px; padding:0px; border: inset #0099FF;"><tr><td style="padding: 25px; width: 500px; color: #0099FF; font: bold 8pt veranda; margin-left:auto; margin-right:auto; display: block; text-align:center;">$body$<p></table>
You will change the background URL to the one you wish to have! Unless you realy want neptune lol
You may also want to change the font and the colour of it to match your background!
Oh and thanks to afriend Cati0vs i realsied that the code was incomplete so have amended that! it should not not hide the comments and stuff lol! Sorry for thsoe who used it before the amendments!
Thjis below is what a complex post style looks like! I when i got this just maipulated it and it works in a similar way to the one before! Looks at the text and then scroll down!
<table width="550" bgcolor="black" style="background-image: url('http://img.photobucket.com/albums/v319/MagnusLensherr88888/newpostbg.jpg');background-repeat: no-repeat; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #000000; scrollbar-shadow-color: #666666; scrollbar-face-color: #000000; scrollbar-highlight-color: #cccccc; scrollbar-darkshadow-color: #666666; scrollbar-3dlight-color: #ffffff; background-position: top left;" height="650" border="5" bordercolor="white" cellspacing="5"><font face="arial">
<tr>
<td border="3" cellpadding="5">
<div style="height: 445px; width: 200px; overflow: auto; margin-bottom: 5px; margin-left: 310px;"><b>
$body$
</b></div></td></tr></table>
</style>
Ok the start is the same as you can see! The background URL you better change to something fo your own ~ Laughs ~ Thast sacred to me ~ Hugs it ~
The rest keep as you want the third and forth lines will need changing! This si to change the colour of the scroll bars you have on the site! (the grey things to the side of the explorer windows) the best way to do this since you need the Hex code numbers is to take the options from MyO as found in the Edit Styles section! Just change the number si put into what you want instead!
The line above the $body$ section is used for the post area! That is the bos in which your post will appear when you do it! This canbe moved around by chaning the margin-bottom and the margin-left tags so mine is 5 pix from the bottom and 310 from the left! Your can be different if you want so have fun with that ~ Nods ~ Very fiddly atleasting though! Height and width of course changed the size of the box the post is in so how long and fat you want it to be ~ Nods ~ Useful is it has to fit in a certaina rea on your site!
I think thats everything and if you take this from here i will have my spdiers eat you if you do not give credit to WDx alright? I have to think about this and to try and make it understandable so to have it stolen will result in pain on your part! Thank you!
I dont know if many of you will find this useful as i am guessing it is somewhat below what alot of you guys can do but hell ill do this anyway lol!
3a) Images
This is fairly simple you just use this code!
<img src="The link to the picture you want to use" /img>
Be sure to put the "" marks or it wont work (something i keep finding out even at the moment lol)
3b) Text Alterations!
Bold = <b> The text </b>
Italic = <i> The Text </i>
Underline <u> The Text </u>
Centre of the page = <center>The Text </center>
3c) Adding Links
Normal ones: <a href="The URL Of the page">The Name of the Page</a>
OPens In a New Window = <a target="_blank" href="The URL">The Name Of The Page</a>
This goes onto the bar at the top of the internet screen (the part that says well worlddominationx i think) and will type something! On my site is rants on about giant spiders ~ Laughs ~
<script language="javascript">
var titletext="WHAT YOU WANT IT TO SAY IS PUT HERE (REMOVE THIS TEXT FIRST LOL)"
var repeat=true; // SET TO true TO REPEAT, false TO "TYPE" OUT TITLE ONLY ONCE.
set=setTimeout;
var index=0;
function scrolltitle(){
if(index<=titletext.length){
document.title=titletext.substring(0,index);
index++;
set('scrolltitle()', 200);
}else{
index=0;
if(repeat)set('scrolltitle()',1000);
}}
window.onload=function(){
if(!document.layers)set('scrolltitle()',1000);
}
</script>
As you can see it is big so it will want to be placed somewhere like the Post Styles area when you add it to your site ^_^
Create a free website at Webs.com