How to set your Alliance Page up
Intro: The Alliance pages in Ikariam are set in HTML coding. The following coding below will help you with a reference of what each code that works (that i have tested) and what it does.
1. Bold
Output: Text
------
2. Italics
Output: Text
------
3. Underline
Output: Text
------
4. Strike
Output:
[SIZE=7](Note: An image was required due to lack of Strike BBC Code)[/SIZE]
------
5. Image
Output:
------
6. Link
Output: Link to our site
[SIZE=7](note you can replace the "Link to our site" with the Image code to have a link image!)[/SIZE]
------
7. Break Line
Output: ______________________________________________________________
------
8. Color Addition
Output: Red
-Click here for a HTML color Selector-
------
9. Tab Right
Output: Text
------
10. Text Align: Right
Output: (once again no BBC coding, so its just really far on the right) Text
------
11. Text Align: Left
Output: Text (for if you need to move it for some unknown reason)
------
12. Center Text
Output:
------
13. Email link
Output: [EMAIL=EmailAddress]EmailOwnerName[/EMAIL]
------
14. Font Size
Outcome: Font Size
You can change the font size bigger or smaller by changing the "10px" line to something you want like, 15px which would look like this:
Outcome: Font Size
------
15. Tables (kudos to porky)
Output: pdgclan.net/htmlhelp.html
Meaning of the code:
<table border="1" width="500"> -Starts the Table and sets the Border and width a 0 border will have no border. You can make the Width percent by adding a % after the number from 1-100. You may also add height="250" (or any number). Leaving the height out will keep it sized to the amount it contains.
<tbody> -Opens Table Body
<tr> -Starts Vertical Row
<td> -Starts One Column
Top Left -Text
</td> -Ends One Column
<td> -Starts One Column
Top Right -Text
[B]</td> -Ends One Column
</tr> -Ends Vertical Row
<tr> -Starts Vertical Row
<td> -Starts One Column
Bottom Left -Text
</td> -Ends One Column
[B]<td> -Starts One Column
Bottom Right -Text
</td> -Ends One Column
</tr> -Ends Vertical Row
[B]</tbody> -Ends Table Body
</table> -Ends Table Code
===========
This is the extent of what has worked. The following as been tested and has not worked:
-Background image
-Iframes
-Bullet List
-Numerical List
-Embed code (videos, etc)
-Top page link[/quote]
===========
Easy Way
If you do not want to mess with any of this coding you can also setup your page here in the Ikariam forums. You will need to reply to a post, but not submit it. Simply fill out what you want for your alliance page with the BBC coding on the forums. Paste your work into the section desired and it will be changed to HTML for you. But know that there are more codes in HTML.
Intro: The Alliance pages in Ikariam are set in HTML coding. The following coding below will help you with a reference of what each code that works (that i have tested) and what it does.
1. Bold
Output: Text
------
2. Italics
Output: Text
------
3. Underline
Output: Text
------
4. Strike
Output:

[SIZE=7](Note: An image was required due to lack of Strike BBC Code)[/SIZE]
------
5. Image
Output:

------
6. Link
Output: Link to our site
[SIZE=7](note you can replace the "Link to our site" with the Image code to have a link image!)[/SIZE]
------
7. Break Line
Output: ______________________________________________________________
------
8. Color Addition
Output: Red
Code Breakdown: "ff0000" is a HTML color and requires a code of numbers and letters to make the color
-Click here for a HTML color Selector-
------
9. Tab Right
Output: Text
------
10. Text Align: Right
Output: (once again no BBC coding, so its just really far on the right) Text
------
11. Text Align: Left
Output: Text (for if you need to move it for some unknown reason)
------
12. Center Text
Output:
Insert Text Here
------
13. Email link
Output: [EMAIL=EmailAddress]EmailOwnerName[/EMAIL]
------
14. Font Size
Outcome: Font Size
You can change the font size bigger or smaller by changing the "10px" line to something you want like, 15px which would look like this:
Outcome: Font Size
------
15. Tables (kudos to porky)
Output: pdgclan.net/htmlhelp.html
Meaning of the code:
<table border="1" width="500"> -Starts the Table and sets the Border and width a 0 border will have no border. You can make the Width percent by adding a % after the number from 1-100. You may also add height="250" (or any number). Leaving the height out will keep it sized to the amount it contains.
<tbody> -Opens Table Body
<tr> -Starts Vertical Row
<td> -Starts One Column
Top Left -Text
</td> -Ends One Column
<td> -Starts One Column
Top Right -Text
[B]</td> -Ends One Column
</tr> -Ends Vertical Row
<tr> -Starts Vertical Row
<td> -Starts One Column
Bottom Left -Text
</td> -Ends One Column
[B]<td> -Starts One Column
Bottom Right -Text
</td> -Ends One Column
</tr> -Ends Vertical Row
[B]</tbody> -Ends Table Body
</table> -Ends Table Code
===========
This is the extent of what has worked. The following as been tested and has not worked:
-Background image
-Iframes
-Bullet List
-Numerical List
-Embed code (videos, etc)
-Top page link[/quote]
===========
Easy Way
If you do not want to mess with any of this coding you can also setup your page here in the Ikariam forums. You will need to reply to a post, but not submit it. Simply fill out what you want for your alliance page with the BBC coding on the forums. Paste your work into the section desired and it will be changed to HTML for you. But know that there are more codes in HTML.
The post was edited 1 time, last by Blazed-d ().