HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
indent text next to table
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
natachiya25



Joined: 05 Apr 2005
Posts: 3

PostPosted: Tue Apr 05, 2005 8:21 pm     indent text next to table Reply with quote

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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Wed Apr 06, 2005 4:13 am     Reply with quote

Can you post what code you already have?
natachiya25



Joined: 05 Apr 2005
Posts: 3

PostPosted: Wed Apr 06, 2005 10:13 am     Reply with quote

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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Wed Apr 06, 2005 10:34 am     Reply with quote

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

PostPosted: Wed Apr 06, 2005 6:00 pm     Reply with quote

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



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Thu Apr 07, 2005 4:09 am     Reply with quote

Anytime - it will probably be a lot easier for you to control it that way
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial