Search in forum:
Search


Author Message
Post07/07/2008 at 3:37am (UTC)    
Post subject: The List you need

The list you need is right here!!!


Put the list of Html Codes That you want everyone to know.
Or something thatll be helpful to them Mr. Green Exclamation Exclamation Exclamation


Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink Wink


Last edited by -fastclick- on Mon Jul 07, 2008 3:46 am; edited 1 time in total
Post07/07/2008 at 6:03pm (UTC)    
Post subject: Heres a background

<style>table, tr, td {border:0px;}table tbody tr td table tbody tr td.text table tbody tr td table tbody tr td .orangetext15 {margin-left:0px;}table table table table {border:0px;}u {text-decoration:none;}body {background-color:transparent;background-image:url(http://ak.webfetti.com/assets/layouts/g/excite_274.jpg);background-repeat:repeat;background-attachment:scroll;background-position:left top;}table, tr, td {background-color:transparent;}a:link, a:active, a:visited, a.man:link, a.man:active, a.man:visited, a.man font, a.redlink:link, a.redlink:active, a.redlink:visited, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited {}a:hover, a.man:hover, a.redlink:hover, a.searchlinksmall:hover {}body, div, td, p, .text {}.nametext {}.lightbluetext8, .btext, b, strong {}.orangetext15, .whitetext12, .redtext, .redbtext {}.blacktext10 {}table table table {}table table table td {}.contactTable {width:300px;height:150px;padding:0px;background-repeat:no-repeat;}.contactTable td {border:0px;background-color:transparent;}.contactTable a img {display:none;}.contactTable a {display:block;height:28px;width:115px;}.contactTable a:link, .contactTable a:active, .contactTable a:visited, .contactTable a:hover {background-color:transparent;}.contactTable .whitetext12 {font-size:0px;}.blacktext12 {background-repeat:no-repeat;font-size:0px;width:435px;height:75px;display:block;}a.text:link, a.text:active, a.text:visited, a.navbar:link, a.navbar:active, a.navbar:visited {}a.text:hover, a.navbar:hover {}body div table tbody tr td table tbody tr td {background-repeat:no-repeat;background-attachment:scroll;background-position:left top;height:115px;}a:link img {}a:hover img {}</style><style type="text/css">.button_size {border-style:none;border-width:0;height:45px;width:106px;}.wfbutton {background:url(http://ak.webfetti.com/badge_01.gif) no-repeat left top;display:block;height:45px;text-align:left;width:106px;position:absolute;top:0px;right:10px;z-index:10000;}.wfbutton a:link,.wfbutton a:visited {display:block;background-color:transparent;}.wfbutton a:hover,.wfbutton a:active {background:url(http://ak.webfetti.com/badge_01.gif) no-repeat left top;display:block;height:45px;width:106px;}</style><div class="wfbutton"><a href="http://webfetti.smileycentral.com/download/index.jhtml?partner=ZKzeb112_ZKxdm030YYUS&utm_campaign=wf_layout&utm_source=backgrounds_1052250&utm_medium=wf_myspace"><img src="http://t.webfetti.com/images/nocache/tr/wf/test/rdb/01/la/my/backgrounds_1052250.gif" name="click_here" class="button_size" /></a></div>
Post07/07/2008 at 8:02pm (UTC)    
Post subject:

u havent done this by yoursefl u maket it in a program... Here is some "real" codes that is good 2 know for a beginner.

A empty html page
Code:
<html>
<head>

</head>
<body>



</body>
</html>



different types of text
Code:
<b>
bold text
Code:
<big>
big text
Code:
<em>
emphasized text
Code:
<i>
italic text
Code:
<small>
small text
Code:
<strong>
strong text
Code:
<sub>
subscripted text
Code:
<sup>
superscripted text
Code:
<ins>
inserted text
Code:
<del>
deleted text.
Code:
<code>
computer code text
Code:
<kbd>
keyboard text

creating links

normal link
Code:
<a href="(url of your website)">(link text)</a>


link that opens in a new window
Code:
<a href="(url of your website)/"
target="_blank">(link text)</a>


creating tables

Code:
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>


creating lists

unordered list
Code:
<ul>
<li>Coffee</li>
<li>Sugar</li>
</ul>


ordered list
Code:
<ol>
<li>Coffee</li>
<li>Sugar</li>
</ol>


background colour

Code:
<body bgcolor="#000000">

Code:
<body bgcolor="rgb(0,0,0)">

(2 create couors just type something else than 0.)

image background
Code:
<body background="www.fasth.de/ntill/images/lol.jpg">


I think this is some of the most important HTML codes
Post07/08/2008 at 10:11am (UTC)    
Post subject:

thanks it of a great help i will try them but the thing is the editors page is always slow....
Post09/30/2008 at 12:03pm (UTC)    
Post subject:

I'm sure this page would be helpful...
http://www.web-source.net/html_codes_chart.htm Smile
Post10/01/2008 at 7:12am (UTC)    
Post subject:

Post10/04/2008 at 9:20am (UTC)    
Post subject: hey

thxxxxx to much
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group