 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
natachiya25
Joined: 05 Apr 2005 Posts: 3
|
Posted: Tue Apr 05, 2005 8:21 pm indent text next to table |
|
|
|
hi, i am working on a class project. i made a table with links to different the different pages (ex intro, references, etc). i want the table to be on the left side of the page and then for the text next to it to be indented. i hope that makes sense. right now the text just wraps around the table which is not so aesthetically pleasing. i hope this makes sense.
thank you. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8431 Location: Castle Pines North, CO USA
|
Posted: Wed Apr 06, 2005 4:13 am |
|
|
|
Can you post what code you already have? |
|
natachiya25
Joined: 05 Apr 2005 Posts: 3
|
Posted: Wed Apr 06, 2005 10:13 am |
|
|
|
sure. it's the table with the links to other pages, and below is the actual page titled "applications"
<table border cellpadding=10 align=left>
<tr>
<td>
<p align="center"></p>
<p align="center"><font size="4"><a href="index.html" target="_blank">Main Page</a></font></p>
<hr>
<p align="center"><font size="4"><font color="blue" face="Dialog"><a href="introduction.html" target="_blank"><u>Introduction</u></font></p>
<hr>
<p align="center"><font size="4"><font color="blue" face="Dialog"><a href="history.html" target="_blank">History</a></font></p>
<hr>
<p align="center"><font size="4"><font face="Dialog"><a href="http://www.apa.org/ads/" target="_blank">Education and Careers</a></font></p>
<hr>
<p align="center"><font size="4"><font face="Dialog"><a href="references.html">References</a></font></p>
</td>
</tr>
</table>
<body bgcolor = "#FCC0E5"><p align="center"><font size="7" face="Dialog">Applications</font></p>
<p align="center"></p>
<p align="left">1. architecture</p>
<p align="left">2. city planning</p>
<p align="left">3. civil and sanitary engineering</p>
<p align="left">4. forest and park management</p>
<p align="left">5. geography</p>
<p align="left">6. biology</p>
<p align="left">7. sociology</p>
<p align="left">8. psychology</p>
</body>
</html> |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8431 Location: Castle Pines North, CO USA
|
Posted: Wed Apr 06, 2005 10:34 am |
|
|
|
Well you BODY tag is in the wrong place, but I would do something like:
| Code: |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body bgcolor = "#FCC0E5">
<table border="1" width="100%" id="table1">
<tr>
<td width="180">
<p align="center"><font size="4"><a href="index.html" target="_blank">Main Page</a></font></p>
<hr>
<p align="center"><font size="4"><font color="blue" face="Dialog"><a href="introduction.html" target="_blank"><u>Introduction</u></font></p>
<a href="introduction.html" target="_blank">
<hr>
<p align="center"><font color="blue" face="Dialog"><a href="history.html" target="_blank">History</a></font></p>
<hr>
<p align="center"><font face="Dialog"><a href="http://www.apa.org/ads/" target="_blank">Education and Careers</a></font></p>
<hr>
<p align="center"><font face="Dialog"><a href="references.html">References</a></font></p>
</td>
<td><p align="center"><font size="7" face="Dialog">Applications</font></p>
<p align="center"></p>
<p align="left">1. architecture</p>
<p align="left">2. city planning</p>
<p align="left">3. civil and sanitary engineering</p>
<p align="left">4. forest and park management</p>
<p align="left">5. geography</p>
<p align="left">6. biology</p>
<p align="left">7. sociology</p>
<p align="left">8. psychology</p>
</td>
</tr>
</table>
</body>
</html> |
|
|
natachiya25
Joined: 05 Apr 2005 Posts: 3
|
Posted: Wed Apr 06, 2005 6:00 pm |
|
|
|
| ok. i see what you did. you just added another column to the table basically and put my text in there. i guess i could just create another table with clear borders and put those next to each other. i will play around with it. thank you very much for your help! : ) |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8431 Location: Castle Pines North, CO USA
|
Posted: Thu Apr 07, 2005 4:09 am |
|
|
|
| Anytime - it will probably be a lot easier for you to control it that way |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|