Thank you for finding us, but we've moved:
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML Tutorial

2 posters

Go down

HTML Tutorial Empty HTML Tutorial

Post by Claymore Thu Apr 23, 2009 6:14 am

This thread is going to explain exactly how to code some of the more useful functions that can be done in the posts with HTML, such as adding a character name and avatar to your player info bar, and image and music.

Claymore
Supporting Storyteller
Supporting Storyteller

Number of posts : 315
Age : 39
Registration date : 2009-01-26

http://www.rpol.net/game.cgi?gi=15037

Back to top Go down

HTML Tutorial Empty Re: HTML Tutorial

Post by MILLANDSON Thu Apr 23, 2009 6:33 pm

So, how do you add your character name, etc?

MILLANDSON
Player
Player

Number of posts : 32
Age : 37
Registration date : 2009-04-23

http://www.rpol.net

Back to top Go down

HTML Tutorial Empty Re: HTML Tutorial

Post by Claymore Thu Apr 30, 2009 3:15 am

The first thing you need to do is deactivate your regular avatar. You'll have to add it in manually from now on, if you want the option to change pictures once in a while. I actually have the code for my 'regular' avatar in my signature area, so I can turn it off when I need to manually insert one for an NPC, and on without having to retype all the code. But the code is as follows:
Code:

</div></div>

<dl><dt><a href="/profile.forum?mode=viewprofile&u=5"><img src="http://www.rooftopsolutions.nl/resources/images/posts/1year.gif" height=20% width=20% alt="Claymore's Profile"/></a>

The
Code:
</div></div>
commands are what tricks the forum into thinking the message box ends early, meaning any code that follows it will appear to the right of it. It was really just luck that everything lined up that way. This wouldn't look right, for example, if the player info bar were on the left, coded before the text box.

Anyway, the "/profile.forum?mode=viewprofile&u=5" is added to the homepage address to for a complete link to my profile. And "http://www.rooftopsolutions.nl/resources/images/posts/1year.gif" is the image itself. (This link could just as easily point to something from our gallery.) Just right click any picture and select 'copy image location'. You may have to play with the height and width number a bit, dependong on the original size of the image. And it doesn't have to be a percent either, it could just be a straight pixel count. I prefer percents because by keeping them the same number, you ensure the image doesn't get distorted.

If you want to add a character name below the picture, add
Code:
<span style="color:#15D104"><br /><strong>Gwen Crane</strong></span>
.

One note on all this though, the code for the message stating when a post has been edited happens to come immediately after the text box. So, with these alterations, if you edit your post after someone's already replied to it, that messaged will end up getting wedged between your picture and username.

Claymore
Supporting Storyteller
Supporting Storyteller

Number of posts : 315
Age : 39
Registration date : 2009-01-26

http://www.rpol.net/game.cgi?gi=15037

Back to top Go down

HTML Tutorial Empty Re: HTML Tutorial

Post by MILLANDSON Sun May 03, 2009 8:49 am

Hmmm... I can't seem to get it to work like yours. It ends up like you have described at the end, but it was like that initially, rather than only when it was edited.

MILLANDSON
Player
Player

Number of posts : 32
Age : 37
Registration date : 2009-04-23

http://www.rpol.net

Back to top Go down

HTML Tutorial Empty Re: HTML Tutorial

Post by Claymore Sun May 03, 2009 3:11 pm

Oh, all that code has to come at the very end of your post. Remember, the first two commands tell the page when the text box ends and the player info bar begin. So if you put that before your post, it thinks your post belongs in your player info bar too, after the picture.

I fixed it. For some reason it seems to be adding a lot of extra space between your character avatar and player info though, I'm not sure what's up with that. But I can toy with it later.

Claymore
Supporting Storyteller
Supporting Storyteller

Number of posts : 315
Age : 39
Registration date : 2009-01-26

http://www.rpol.net/game.cgi?gi=15037

Back to top Go down

HTML Tutorial Empty Re: HTML Tutorial

Post by MILLANDSON Mon May 04, 2009 5:57 am

Cheers!

MILLANDSON
Player
Player

Number of posts : 32
Age : 37
Registration date : 2009-04-23

http://www.rpol.net

Back to top Go down

HTML Tutorial Empty Re: HTML Tutorial

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum