HTML/vB Code Help

eepy

Literotica Guru
Joined
May 15, 2001
Posts
803
I'm sorry it there's already a thread like this, but I can't find one...

I want to know how to align text to the right in a sig line. Does anyone know if this is possible, and, if so, how it is done?
 
in html it would most likely be <center></center>

in vb it might be
dunno?
 
Well, I can *center* things just fine.

It's the *right* alignment I'm having problems with. I've tried both <right> and
.

Is there a secret to it that I don't know about?​
 
Right

eepy said:
Well, I can *center* things just fine.

It's the *right* alignment I'm having problems with. I've tried both <right> and
.

Is there a secret to it that I don't know about?​

[P ALIGN=right]Let's try this[/p]​
 
Last edited:
For stuff in a sig file, it needs to be in html.

So you would do something like this;

<p align=right>This is right aligned</p>

Or this will work as well;

<div align=right>This is right aligned</div>
 
Excellent! Gracias! I used the <div align> thing. I think I'll play around with it some more, though, bc I still don't like how it looks...
 
Back
Top