PDA

View Full Version : Help!!!



ace0
April 15th, 2001, 12:09
Ok, I am just starting this website, and I need some help with it... http://www.zxot.com ... I don't get how to align things on the same line...

LeX
April 15th, 2001, 12:30
You have to use the <TABLE> tags or <DIV> tags. I prefer <TABLE> tags because they're somewhat simpler to handle.
You can center the whole table by using this code:
<TABLE align="center">
You can also align the whole table "left" or "right". You may also use
<TABLE valign="top">
to move your whole table up. You can move it to the "middle" or "bottom" too.
For each individual cell, you can line the content independent of the whole table by using the <TD algin="" valign=""> tag.

Hope this helps...

ace0
April 15th, 2001, 12:33
awesome-thanks

Giancarlo
April 15th, 2001, 12:34
Hmmm... what kind of editor are you using? If you are using some HTML one... download Frontpage, it is where you type, and you don't really have to worry about the HTML too much. It is much easier to use, if you know what I mean. I am using Corel Webmaster Suite and Namo.

ace0
April 15th, 2001, 12:42
I am using acehtml- acehtml.com...really nice.

Giancarlo
April 15th, 2001, 12:45
Is that an automatic building or where you have to type in the html?

ace0
April 15th, 2001, 12:47
well, you type in some of the html, but it has a lot of stuff where you can just setup things like forms and stuff...

Giancarlo
April 15th, 2001, 12:55
OKay, if you need any help please feel free to ask...

ace0
April 15th, 2001, 12:57
do you need a table to make things align on the same line?

Giancarlo
April 15th, 2001, 13:00
No it should align when you have the proper scripts on the text... you don't need tables for that. For example my intro page on Glomar.net is like this..

LeX
April 15th, 2001, 13:10
Well, I was wondering what you really meant by aligned text. If you want it centered and aligned, you'll need to use the tags I posted above. If you just want it aligned and not centered, then don't use the <CENTER> tag.

1st
April 15th, 2001, 14:50
Add or remove <td> acording to what you want in the line. putting your text where the &nbsp; is located but remove the &nbsp;... Good luck! I sign your guest book!


<div align="center"><center>

<table dir="ltr" border="0" cellpadding="0" cellspacing="0"
width="700">
<tr>
<td><p>&nbsp;</p>
&nbsp; </td>
<td><p>&nbsp;</p>
&nbsp; </td>
<td><p>&nbsp;</p>
&nbsp; </td>
<td><p>&nbsp;</p>
&nbsp; </td>
<td><p>&nbsp;</p>
&nbsp; </td>
</tr>
</table>
</center></div>

ace0
April 15th, 2001, 21:15
hey-thanks for that and signing the guestbook...I will try that code...