PDA

View Full Version : Funny or sexy html code



joepatate1
09-13-2009, 10:14 PM
Hey I had an idea and I want to share it with you! Lets make a html bank code! Put some sexy/funny html code between this sentence:

Dxtgaming for ever, Legit player? Never!

So I will start ^^

<marquee>Dxtgaming for ever, Legit player? Never! </marquee>

I know you can't see on forum but try it in notepad!

WarLord
09-14-2009, 01:01 AM
Huh? I don't understand. plz explain more.
I'M STUPID!

joepatate1
09-14-2009, 04:43 PM
Huh? I don't understand. plz explain more.
I'M STUPID!

Just put some nice html codes that would be usefull in a web site it could help alot of people who are coding html like me ^^

youthedog4
11-25-2009, 07:12 PM
Something like..?
<table border="2">
<tr>
<td> DXTgaming forever, </td>
</tr>
</table>
<table border="3">
<tr>
<td> Legit Players? </td>
</tr>
</table>
<h2> NEVER! </h2>

-=ProUser=-
12-13-2009, 05:35 AM
What do you mean?
Is it like this:


<html>
<body>
<marquee direction="right" behavior="alternate">DXT GAMING</marquee>
</body>
</html>

*Correct me if I'm wrong.

joepatate1
12-13-2009, 08:07 PM
Something like..?
<table border="2">
<tr>
<td> DXTgaming forever, </td>
</tr>
</table>
<table border="3">
<tr>
<td> Legit Players? </td>
</tr>
</table>
<h2> NEVER! </h2>

thats only a table! >.<
I want people to put nice effects like <blink></blink> etc..

TheLastSecond
12-13-2009, 08:53 PM
HTML:


<html>
<head>
<title>DXT RULES</title>
<link rel="stylesheet" type="text/css" href="CSS.css" /></style>
</head>
<body>

<!--scroll banner-->
<table border="1" height="50" width="1115" bgcolor="black">
<tr>
<td>
<MARQUEE><span class="redBig"><span class="Sans">
PUT YOUR TEXT HERE!
</span></span></MARQUEE>
</td>
</tr>
</table>
</body>
</html>


CSS:


.redBig {color:red; font-size:30;}
.sans {font-family:sans-serif;}