Author |
Message |
TheLastFall

|
Posted: Fri Oct 27, 2006 5:04 pm Post subject: Help With Tables and Text |
|
|
I'm in an awful perdicament and I need to figure out how to have text written right after a table.
Basically:
[b]
______
|______| Isemf idna dilef dianf otufh woad ithnd disha eihfda idnasdi ndaind
|______| odfaj ojds jin fdsia mmos nfdsau iihfd ihda ioen fidhai hfidah hfdi
|______| fdsa fdpw jnpfdsa ojdf pma; jods niowen dfnion eopanf inaosd nis
|______| fdaj ojfdap jpoasf jods jpd ndai nwa dihf iansd iowna indsa ine dsa
|______| fdasopfjd paj fdao jfepa mpfda jos npone nfdoia get the picture?
[b]
It could be simple, I don't know I haven't really been good at web design. I know theres a way I see the templates and thats what I'm trying to design but my own, I just don't know how they do it. Can anyone help?[/code] |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Tony

|
|
|
|
 |
JackTruong
|
Posted: Sat Oct 28, 2006 2:41 pm Post subject: (No subject) |
|
|
Use another table! |
|
|
|
|
 |
TheLastFall

|
Posted: Sat Oct 28, 2006 4:11 pm Post subject: (No subject) |
|
|
I have no clue how to use div tags or use a table after a table. So I'm in kind of an awkward position. |
|
|
|
|
 |
Tony

|
Posted: Sat Oct 28, 2006 4:22 pm Post subject: (No subject) |
|
|
code: |
<div align="left">
foo
</div>
<div align="right">
bar
</div>
|
Though actually since your <p> tag is a block level element as well, you probably don't _need_ to insert it into a div. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
 |
|