The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Need help on my HTML Page

3 posters

Go down

Solved Need help on my HTML Page

Post by CryptKeeper June 8th 2011, 9:17 pm

So I recently started creating new pages using the HTML buttons, but I was wanting to know if there is any ways I can put my lines on columns such as:

Bob
Patrick
Mary

but instead it ends up like:

Bob Patrick Mary

even though the HTML looks like:

Bob
Patrick
Mary

Is there any way I could have it in rows/columns?


Last edited by CryptKeeper on June 8th 2011, 10:46 pm; edited 1 time in total (Reason for editing : Nera. Solved it yet again!)
CryptKeeper
CryptKeeper
New Member

Male Posts : 9
Reputation : 0
Language : English
Location : Kansas, USA

http://abnclan.forumotion.com/

Back to top Go down

Solved Re: Need help on my HTML Page

Post by Nera. June 8th 2011, 9:53 pm

Hi,

Is this http://i.imm.io/6gUV.png what you want?

Code:
<table border="2" cellpadding="0" cellspacing="0"><tbody>
<tr><td width="100px">Bob</td></tr>
<tr><td>Mary</td></tr>
<tr><td>Patric</td></tr>
</tbody></table>
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Need help on my HTML Page

Post by CryptKeeper June 8th 2011, 9:56 pm

Nera. wrote:Hi,

Is this http://i.imm.io/6gUV.png what you want?

Code:
<table border="2" cellpadding="0" cellspacing="0"><tbody>
<tr><td width="100px">Bob</td></tr>
<tr><td>Mary</td></tr>
<tr><td>Patric</td></tr>
</tbody></table>

Not necessarily in actual columns, I am justing wanting the text to go down just as below:

Bob
XX
XX
CryptKeeper
CryptKeeper
New Member

Male Posts : 9
Reputation : 0
Language : English
Location : Kansas, USA

http://abnclan.forumotion.com/

Back to top Go down

Solved Re: Need help on my HTML Page

Post by Nera. June 8th 2011, 10:03 pm

This http://i.imm.io/6gVI.png ?

Code:
<table border="0" cellpadding="0" cellspacing="0"><tbody>
<tr><td width="100px">Bob</td></tr>
<tr><td>Mary</td></tr>
<tr><td>Patric</td></tr>
</tbody></table>
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Need help on my HTML Page

Post by TGC HARDC0RE June 8th 2011, 10:13 pm

CryptKeeper wrote:So I recently started creating new pages using the HTML buttons, but I was wanting to know if there is any ways I can put my lines on columns such as:

Bob
Patrick
Mary

but instead it ends up like:

Bob Patrick Mary

even though the HTML looks like:

Bob
Patrick
Mary

Is there any way I could have it in rows/columns?
i looked at your site and it's title is inappropriate remove it or im going to report it.
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

Solved Re: Need help on my HTML Page

Post by CryptKeeper June 8th 2011, 10:45 pm

TGC HARDC0RE wrote:
CryptKeeper wrote:So I recently started creating new pages using the HTML buttons, but I was wanting to know if there is any ways I can put my lines on columns such as:

Bob
Patrick
Mary

but instead it ends up like:

Bob Patrick Mary

even though the HTML looks like:

Bob
Patrick
Mary

Is there any way I could have it in rows/columns?
i looked at your site and it's title is inappropriate remove it or im going to report it.

It's the name of a Pro-Gaming Clan, go ahead. bwi


Nera. wrote:This http://i.imm.io/6gVI.png ?

Code:
<table border="0" cellpadding="0" cellspacing="0"><tbody>
<tr><td width="100px">Bob</td></tr>
<tr><td>Mary</td></tr>
<tr><td>Patric</td></tr>
</tbody></table>

Yes thank you yet again for an awesome answer! :wouhou:
CryptKeeper
CryptKeeper
New Member

Male Posts : 9
Reputation : 0
Language : English
Location : Kansas, USA

http://abnclan.forumotion.com/

Back to top Go down

Solved Re: Need help on my HTML Page

Post by Nera. June 8th 2011, 10:52 pm

You welcome.

Solved => Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum