Charas-Project

Off-Topic => Really Old Stuff => Archive => HTML & DHTML => Topic started by: PyroAlchemist on July 11, 2005, 02:20:37 AM

Title: Kinda of a bad question
Post by: PyroAlchemist on July 11, 2005, 02:20:37 AM
Okay how do you make the text be on the right of the tables instead of on top. like this.

_______
|______|   Blah


instead of

Blah
_______
|______|

Any one know what I'm talking about?
Title:
Post by: GhostClown on July 11, 2005, 02:22:15 AM
Well, you should make a large table with border 0px, with two cell's and then make in the left cell your smaller table, and in the right, the text.
Title:
Post by: charaman on July 11, 2005, 02:22:44 AM
lol the way i do that is put the table inside another table with the text, with a between them.

EDIT: ghostclown says it in a simpler way to understand ^^^^
Title:
Post by: GhostClown on July 11, 2005, 02:25:26 AM
Also, a sample code:

 
Quote


 
   
   
 

     
       
     
   
 
TEXT

Title:
Post by: PyroAlchemist on July 11, 2005, 02:30:51 AM
okay both are a lil hard.   :|  guess I'll do horizontal navigation.
Title:
Post by: PyroAlchemist on July 11, 2005, 03:09:38 AM
I just got the table thing down. YAY! But one more question. How do you get the text a different color?
Title:
Post by: shinotebasiiackh on July 11, 2005, 06:04:48 AM
THis text is green

You can also put "green" "red" "dark yellow" etc... I just used the hex stuff as an example.
Title:
Post by: PyroAlchemist on July 12, 2005, 12:28:37 PM
I meant inside of a table but I've got that working.:D But know i have a new prob. In a table still how do you get the text to look like

blah blah blah
blah blah blah

instead of

blah blah blah

blah blah blah

I it some code thing? I only know of

to do this. Is that the only way?





Title:
Post by: Osmose on July 12, 2005, 01:22:51 PM
Set the cellpadding to 0.
Title:
Post by: PyroAlchemist on July 12, 2005, 01:27:03 PM
lil example? please? I'm a pretty big newb with tables.
Title:
Post by: shinotebasiiackh on July 12, 2005, 02:10:58 PM
Title:
Post by: PyroAlchemist on July 12, 2005, 02:13:44 PM
gracious
Title:
Post by: AsakuraHao2004 on July 16, 2005, 08:35:25 PM
 
Quote
I only know of

to do this.


Silly rabbit, the paragraph tag dosent need closing.