vuhndalock
01-02-2006, 03:00 PM
every time i make a table to like the left side of the screen or somthing and wanna type news or pictures right next to it ,it will constantly push the table to to bottem instead of staying in place and i cant figure out why anyone know how to fix this problem?
Example i would want it like this
_____
|text. | like this
|____| ....but i get this
............ the text will pust it
_____ down like so
| text |
|____|
WebDesignGold
01-02-2006, 04:39 PM
Use Style sheets. Learn about positioning using CSS.
As a simple example, you can do like this:
<p style="float:right">text.</p>
<table code..>
emevas1977
01-02-2006, 04:43 PM
you have a couple options:
create another table with to cells side by side. Place the table you want in the left in the left cell and the text in the right cell.
or
do something like:
<table style="width:100px;float:left;"></table>
<div style="width:100px;float:left">this text is on the right</div>
vuhndalock
01-03-2006, 09:37 AM
yea thanks a solved the problem by putting in 2 dif tables one without the borders exc im still working on my site but if you wanna check it out its s3mercenaries.tk
vuhndalock
01-03-2006, 10:20 AM
that was not a adv site is made for a game no one will benifite from going there just wanting some ideas or maybe a spell check lol