| View previous topic :: View next topic |
| Author |
Message |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
Posted: Tue Oct 19, 2010 12:59 am Post subject: Help with HTML |
|
|
How do I place things here without fucking the 'layout' up?
| Description: |
|
| Filesize: |
44.45 KB |
| Viewed: |
2000 Time(s) |

|
|
|
| Back to top |
|
 |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Tue Oct 19, 2010 1:02 am Post subject: |
|
|
| Code: | <div align="LEFT">
</div>
| [/code]
|
|
| Back to top |
|
 |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
|
| Back to top |
|
 |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Tue Oct 19, 2010 1:08 am Post subject: |
|
|
| Sorrow wrote: | | oldfag wrote: | | Code: | <div align="LEFT">
</div>
| [/code] |
 | OR you could learn css...
|
|
| Back to top |
|
 |
Aniblaze Grandmaster Cheater Supreme
Reputation: 138
Joined: 23 Apr 2006 Posts: 1757 Location: The Netherlands
|
Posted: Tue Oct 19, 2010 2:59 am Post subject: |
|
|
So easy...
| Code: |
.div_left {
width: 200px;
float: left;
}
.div_middle {
width: 400px;
float: left;
}
.div_right {
width: 200px;
float: left;
} |
|
|
| Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Tue Oct 19, 2010 7:46 am Post subject: |
|
|
LOLOLOLOLOLOLOLOLO
_________________
|
|
| Back to top |
|
 |
Wania Master Cheater
Reputation: 20
Joined: 27 Sep 2007 Posts: 275
|
Posted: Tue Oct 19, 2010 11:20 am Post subject: |
|
|
| iframes maybe?
|
|
| Back to top |
|
 |
Haxory' Grandmaster Cheater Supreme
Reputation: 92
Joined: 30 Jul 2007 Posts: 1900
|
Posted: Tue Oct 19, 2010 11:28 am Post subject: |
|
|
| Wania wrote: | | iframes maybe? |
Won't work
Well it will but it's shit and the wrong way
_________________
you and me baby ain't nothing but mammals so lets do it like they do on the discovery channel |
|
| Back to top |
|
 |
Aniblaze Grandmaster Cheater Supreme
Reputation: 138
Joined: 23 Apr 2006 Posts: 1757 Location: The Netherlands
|
Posted: Tue Oct 19, 2010 11:39 am Post subject: |
|
|
| Wania wrote: | | iframes maybe? |
No. Iframes are fail. My solution is the best way to go. I offer you the full working version because of obvious incompetence:
| Code: | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>Example</TITLE>
<STYLE TYPE="text/css">
.container {
width: 812px;
}
.example {
width: 200px;
height: 200px;
float: left;
background-color: #CCCCCC;
margin: 2px;
padding-top: 20%;
text-align: center;
}
.example_content {
width: 400px;
height: 200px;
float: left;
background-color: #CCCCCC;
margin: 2px;
padding-top: 20%;
text-align: center;
}
</STYLE>
</HEAD>
<BODY>
<div class="container">
<div class="example">Random</div>
<div class="example_content">Contents</div>
<div class="example">Random</div>
</div>
</BODY>
</HTML> |
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Tue Oct 19, 2010 11:55 am Post subject: |
|
|
>HTML
Try something more modern please.
|
|
| Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Tue Oct 19, 2010 5:44 pm Post subject: |
|
|
| Cryoma wrote: | >HTML
Try something more modern please. | If he can't do HTML, then he can't do anything...
_________________
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Tue Oct 19, 2010 5:50 pm Post subject: |
|
|
| Up2Admin wrote: | | Cryoma wrote: | >HTML
Try something more modern please. | If he can't do HTML, then he can't do anything... |
Good point.
|
|
| Back to top |
|
 |
|