PDA

View Full Version : html question


robin801
03-23-2004, 8:54 PM
i am just learning how to design a web page.

i need to know if i can do this and how.

my 2 lines are--

hits from the past
hits from the present

or i can do this---

hits from the past hits from the present

but i can't do this---

i want my 2 lines to be exactly across from each other not one below the other.

when i do align right for the second line it goes to the right but not directly across from the first line.

it goes right and below the first line.




robin

derikt
03-23-2004, 9:36 PM
You have to make a table with 1 row and 2 columns. Place "hits from the past" in one column, and "hits from the present" in the other.

For help on tables you can goto:

http://www.annabella.net/tables.html

robin801
03-24-2004, 12:30 PM
thank you. i will try and see if i can do it.

robin

robin801
03-24-2004, 5:27 PM
thank you again. i got it to work.

robin