Gaming Galaxy
Welcome to The Galaxy of Gaming. If you are reading this then you are Looking over Our Forum and I hope you like what you see! If you do decide to register then look at the rules, Stay active and Enjoy yourself!

Join the forum, it's quick and easy

Gaming Galaxy
Welcome to The Galaxy of Gaming. If you are reading this then you are Looking over Our Forum and I hope you like what you see! If you do decide to register then look at the rules, Stay active and Enjoy yourself!
Gaming Galaxy
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[HTML] Anyone get tagged? (assitance with your html!)

+2
Black Star
TimothyPerkins
6 posters

Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty [HTML] Anyone get tagged? (assitance with your html!)

Post by TimothyPerkins 10th October 2010, 1:47 am

Here is a compiled list of tags, and what they do:
Please post if you have anymore to add.
Code:
Tag    Description    
<!--...-->    Defines a comment    
<!DOCTYPE>     Defines the document type    
<a>    Defines an anchor    
<abbr>    Defines an abbreviation    
<acronym>    Defines an acronym    
<address>    Defines contact information for the author/owner of a document    
<applet>    Deprecated. Defines an embedded applet    
<area />    Defines an area inside an image-map    
<b>    Defines bold text    
<base />    Defines a default address or a default target for all links on a page    
<basefont />    Deprecated. Defines a default font, color, or size for the text in a page    
<bdo>    Defines the text direction    
<big>    Defines big text    
<blockquote>    Defines a long quotation    
<body>    Defines the document's body    

    Defines a single line break    
<button>    Defines a push button    
<caption>    Defines a table caption    
<center>    Deprecated. Defines centered text    
<cite>    Defines a citation    
<code>    Defines computer code text    
<col />    Defines attribute values for one or more columns in a table     
<colgroup>    Defines a group of columns in a table for formatting    
<dd>    Defines a description of a term in a definition list    
<del>    Defines deleted text    
<dfn>    Defines a definition term    
<dir>    Deprecated. Defines a directory list    
<div>    Defines a section in a document    
<dl>    Defines a definition list    
<dt>    Defines a term (an item) in a definition list    
<em>    Defines emphasized text     
<fieldset>    Defines a border around elements in a form
<font>    Deprecated. Defines font, color, and size for text    
<form>    Defines an HTML form for user input    
<frame />    Defines a window (a frame) in a frameset    
<frameset>    Defines a set of frames    
<h1> to <h6>    Defines HTML headings    
<head>    Defines information about the document    
<hr />    Defines a horizontal line    
<html>    Defines an HTML document    
<i>    Defines italic text    
<iframe>    Defines an inline frame    
<img />    Defines an image    
<input />    Defines an input control    
<ins>    Defines inserted text    
<isindex>    Deprecated. Defines a searchable index related to a document    
<kbd>    Defines keyboard text    
<label>    Defines a label for an input element    
<legend>    Defines a caption for a fieldset element    
<li>    Defines a list item    
<link />    Defines the relationship between a document and an external resource    
<map>    Defines an image-map     
<menu>    Deprecated. Defines a menu list    
<meta />    Defines metadata about an HTML document    
<noframes>    Defines an alternate content for users that do not support frames    
<noscript>    Defines an alternate content for users that do not support client-side scripts    
<object>    Defines an embedded object    
<ol>    Defines an ordered list    
<optgroup>    Defines a group of related options in a select list
<option>    Defines an option in a select list    
<p>    Defines a paragraph    
<param />    Defines a parameter for an object    
<pre>    Defines preformatted text    
<q>    Defines a short quotation    
<s>    Deprecated. Defines strikethrough text    
<samp>    Defines sample computer code    
<script>    Defines a client-side script    
<select>    Defines a select list (drop-down list)    
<small>    Defines small text    
<span>    Defines a section in a document    
<strike>    Deprecated. Defines strikethrough text    
<strong>    Defines strong text    
<style>    Defines style information for a document    
<sub>    Defines subscripted text    
<sup>    Defines superscripted text    
<table>    Defines a table    
<tbody>    Groups the body content in a table    
<td>    Defines a cell in a table    
<textarea>    Defines a multi-line text input control    
<tfoot>    Groups the footer content in a table    
<th>    Defines a header cell in a table    
<thead>    Groups the header content in a table    
<title>    Defines the title of a document    
<tr>    Defines a row in a table    
<tt>    Defines teletype text    
<u>    Deprecated. Defines underlined text    
<ul>    Defines an unordered list    
<var>    Defines a variable part of a text    
<xmp>    Deprecated. Defines preformatted text    
TimothyPerkins
TimothyPerkins

Posts : 41
Join date : 2010-10-09
Age : 32
Location : Lurking the forums. You never know when I strike.

http://timothyperkins.phpbb.net/

Back to top Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty Re: [HTML] Anyone get tagged? (assitance with your html!)

Post by Black Star 10th October 2010, 2:36 am

Spoiler:
Black Star
Black Star

Posts : 228
Join date : 2010-08-14
Age : 25
Location : Australia

https://gaming-galaxy.forumotion.com

Back to top Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty Re: [HTML] Anyone get tagged? (assitance with your html!)

Post by Mystic_gohan 10th October 2010, 3:48 am

GoHaN wrote:
Spoiler:

It is an bbcode , spoiler for HTML is not easy .it needs 3-4 lines of coding .

Mystic_gohan

Posts : 24
Join date : 2010-10-09

Back to top Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty Re: [HTML] Anyone get tagged? (assitance with your html!)

Post by Ikari 10th October 2010, 7:24 am

Yer, bbcode is with [] But HTML is <>
Ikari
Ikari

Posts : 141
Join date : 2010-08-21

Back to top Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty Re: [HTML] Anyone get tagged? (assitance with your html!)

Post by mikefx 10th October 2010, 11:41 am

Here's a background box HTML code, you can change the sizes and border, and also where the text will start from.
.
<Table height=300 width=300 background= the url of the picture goes here border=4>
<Tbody>
<tr>
<td valign=top><P>text goes into here</P></td></tr></Tbody></Table>
.
There, set the sizes you want, just add the url of the background pic you want, add your text, and thats it.
mikefx
mikefx

Posts : 148
Join date : 2010-10-07
Location : Scotland UK.

Back to top Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty Re: [HTML] Anyone get tagged? (assitance with your html!)

Post by mikefx 19th October 2010, 12:00 pm

Here's a picture fading HTML code ive used before..
.
<img style ="filter: alpha(opacity=100, finishopacity=0, style=2) "src=" the picture URL goes here">
.
The settings can be changed to what you like best, just try them out..
mikefx
mikefx

Posts : 148
Join date : 2010-10-07
Location : Scotland UK.

Back to top Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty Re: [HTML] Anyone get tagged? (assitance with your html!)

Post by mikefx 22nd October 2010, 11:02 am

Now, if you put that picture fading code HTML into the background HTML code, you can make stuff like this....
.
[HTML] Anyone get tagged? (assitance with your html!) Daredevildesktop
.
or...
.
[HTML] Anyone get tagged? (assitance with your html!) Daredevildesk
.
Those were done just by using HTML code.
Try experimenting with the codes to make different image effects.
mikefx
mikefx

Posts : 148
Join date : 2010-10-07
Location : Scotland UK.

Back to top Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty Re: [HTML] Anyone get tagged? (assitance with your html!)

Post by kabogh 17th November 2010, 2:40 am

I don't think that its about games developing here![HTML] Anyone get tagged? (assitance with your html!) Charte (I make it in xhtml code for the topic)
Code:
<img src="http://nayi.free.fr/smilies/s/charte.gif" alt="" />

And about assistant on habbos retro!I have to check its because of a loggin error !(I need help because I don't find the error on script):
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Dragon A Hotel  </title>
 
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = 0;
var habboName = "kiki";
var habboReqPath = "http://beta.dahotel.nl";
var habboStaticFilePath = "http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "http://beta.dahotel.nl/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>



<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<script src="http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/static/js/common.js" type="text/javascript"></script>

<script src="http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://beta.dahotel.nl/web-gallery/v2/styles/style.css" type="text/css" />
<link rel="stylesheet" href="http://beta.dahotel.nl/web-gallery/v2/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="http://beta.dahotel.nl/web-gallery/v2/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://beta.dahotel.nl/web-gallery/v2/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/v2/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/v2/styles/habboflashclient.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>

<meta name="description" content="DAhotel is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!" />
<meta name="keywords" content="ed, dahotel, dragon A, meth0d, nillus, ragezone, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />
 
<!--[if IE 8]>
<link rel="stylesheet" href="http://beta.dahotel.nl/web-gallery/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://beta.dahotel.nl/web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://beta.dahotel.nl/web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="http://beta.edhotel.nl/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>
 
<style type="text/css">
body { behavior: url(http://www.habbo.com/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="50-BUILD66 - 06.05.2010 22:28 - Novic" />



</head>

<body id="client" class="flashclient"> 
 
<script type="text/javascript"> 
var habboDefaultClientPopupUrl = "http://beta.dahotel.nl/client";
</script> 

<noscript> 
    <meta http-equiv="refresh" content="0;url=http://beta.dahotel.nl/client/nojs" /> 
</noscript>

<script type="text/javascript"> 
    FlashExternalInterface.loginLogEnabled = true;
   
    FlashExternalInterface.logLoginStep("web.view.start");
   
    if (top == self) {
        FlashHabboClient.cacheCheck();
    }


    var flashvars = {
            "client.allow.cross.domain" : "1", 
            "client.notify.cross.domain" : "0", 
            "connection.info.host" : "62.195.217.228",
            "connection.info.port" : "30000",
            "site.url" : "http://beta.dahotel.nl", 
            "url.prefix" : "http://beta.dahotel.nl", 
            "client.reload.url" : "http://beta.dahotel.nl/account/reauthenticate?page=/flash_client", 
            "client.fatal.error.url" : "http://beta.dahotel.nl/flash_client_error", 
            "client.connection.failed.url" : "http://beta.dahotel.nl/client_connection_failed", 
            "external.hash" : "", 
            "external.variables.txt" : "http://www.dahotel.nl/gamedata/external_variables.txt",
            "external.texts.txt" : "http://www.dahotel.nl/gamedata/external_flash_texts_54.txt",
            "use.sso.ticket" : "1",
 
            "sso.ticket" : "ST-6a31d199bff186ebbe6b0aeaa0703fe23af396b3-169-uber-fe4", 
            "processlog.enabled" : "0", 
            "account_id" : "0", 
            "client.starting" : "Welcome to DAHotel!", 
            "flash.client.url" : "http://www.dahotel.nl/gamedata/", 
            "user.hash" : "", 
            "facebook.user" : "0", 
            "has.identity" : "0", 
            "flash.client.origin" : "popup" 
    };
    var params = {
        "base" : "http://www.dahotel.nl/gamedata/",
        "allowScriptAccess" : "always",
        "menu" : "false"               
    };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
        params["wmode"] = "opaque";
    }
   
    var clientUrl = "http://www.edhotel.nl/gamedata/Habbo10.swf";
    try {
        if (swfobject.getFlashPlayerVersion().major <= 9) { 
            clientUrl = "http://www.edhotel.nl/gamedata/Habbo.swf"; 
        }
    } catch(e) {}
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/55_7110c7122872fa19356f8608c88fa174/3/web-gallery/flash/expressInstall.swf", flashvars, params);
</script> 
 
<div id="overlay"></div> 
<div id="client-ui" > 
    <div id="flash-wrapper"> 
    <div id="flash-container"> 
        <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none"> 
<div class="cbb clearfix"> 
    <h2 class="title">Please install Adobe Flash Player.</h2> 
    <div class="box-content"> 
            <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p> 
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> 
    </div> 

</div> 
        </div> 
        <script type="text/javascript"> 
            $('content').show();
        </script> 
        <noscript> 
            <div style="width: 400px; margin: 20px auto 0 auto; text-align: center"> 
                <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p> 
            </div> 
        </noscript> 
    </div> 
    </div> 
    <div id="content" class="client-content"></div>           
</div> 
    <div style="display: none"> 
<div id="habboCountUpdateTarget"> 
28 users online now!
</div> 
    <script language="JavaScript" type="text/javascript"> 
        setTimeout(function() {
            HabboCounter.init(600);
        }, 20000);
    </script> 
    </div> 
    <script type="text/javascript"> 
        RightClick.init("flash-wrapper", "flash-container");
    </script> 
 

</body> 
</html>

<!-- uberCMS: Took 1.2335770130157 to output this page -->


the person say that he cannot log-in!
kabogh
kabogh

Posts : 75
Join date : 2010-10-09
Location : At home!(canada,quebec)

Back to top Go down

[HTML] Anyone get tagged? (assitance with your html!) Empty Re: [HTML] Anyone get tagged? (assitance with your html!)

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


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