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.

Sigs messed up??

3 posters

Go down

Sigs messed up?? Empty Sigs messed up??

Post by JnA PRODiGY August 4th 2010, 1:37 am

For some reason when ppl on my site put a pic in there signature and then try to type text bellow it. It;s spaceing it WAY out for example there signature will look like this.


Picture here



text1



text2


text3


text4


Please help. Its doing it to EVERY member and they say they are not putting those big spaces in there. Thanks.
avatar
JnA PRODiGY
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Sigs messed up?? Empty Re: Sigs messed up??

Post by Sanket August 4th 2010, 9:41 am

Are they using the html editor?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Sigs messed up?? Empty Re: Sigs messed up??

Post by kirk August 4th 2010, 4:17 pm

go in and look at there Sig code/content and see if they have spaces in it?
Code:
</br>
or if something else looks out of the ordinary.

or you can just copy what the have in there sig and post here for us to look at.
but it sounds like they just may have the spacing messed up in the coding

kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Sigs messed up?? Empty Re: Sigs messed up??

Post by JnA PRODiGY August 5th 2010, 8:11 am

<P align=center><U><FONT color=#0066cc></FONT></U></P><BR>
<P align=center><IMG border=0 alt="" src="https://2img.net/h/i227.photobucket.com/albums/dd205/CPTcavemanY2J/sig-1.jpg"><BR></P><BR>
<P align=center><FONT color=indigo><STRONG><U>RFL</U></STRONG>-2-0</FONT></P><BR>
<P align=center><FONT color=indigo><STRONG><U>K-1</U></STRONG>-1-0</FONT><BR><BR></P>
<P align=center><FONT color=indigo><STRONG><U>KKC</U></STRONG>-0-0</FONT><BR><BR></P>
<P align=center><FONT color=indigo><STRONG><U>UcF</U></STRONG>-0-1</FONT></P>
avatar
JnA PRODiGY
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Sigs messed up?? Empty Re: Sigs messed up??

Post by Sanket August 5th 2010, 10:42 am

The <br> adds a break, remove it.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Sigs messed up?? Empty Re: Sigs messed up??

Post by JnA PRODiGY August 5th 2010, 10:51 pm

How can I edit them for them? On another site of forumation I am on the admin edited the sigs for his members to help out. Thanks.
avatar
JnA PRODiGY
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Sigs messed up?? Empty Re: Sigs messed up??

Post by kirk August 6th 2010, 12:59 am

dunno that code is wacky?
i tried doing it a few times and just found it way easier to create/fix with bbcode.
So you can try this if you want for me it's easier to just type everthing out.
i mean i tried editing the code above and dunno what i was doing wrong but it was not working. probably just something stupid i was missing?

Anyway


your image with img tags
Code:
[IMG]http://img213.imageshack.us/img213/1717/sig1os.jpg[/IMG][/URL]

then create your text row how every you want.
In this sig. i did it how they have it in the code above.
be sure to use underline tags for the underlined part of the text
Code:
[u] Underlined text here[/u]

and use this as your spacers.
Code:
&nbsp;
So then you get one line like this
Code:
[color=indigo][size=18][u]RFL[/u]-2-0[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;

do the text one at a time then place them side by side.

Code:
[color=indigo][size=18][u]RFL[/u]-2-0[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;[color=indigo][size=18][u]K-1[/u]-1-0[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;[color=indigo][size=18][u]KKC[/u]-0-0[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;[color=indigo][size=18][u]UcF[/u]-0-1[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;[/center]


then add the first image link above all of that and rep it with center tags

Code:

[center]
All you content in here.
[/center]

 

and here is the complete code.
Code:
[center]
[IMG]http://img213.imageshack.us/img213/1717/sig1os.jpg[/IMG] 
[color=indigo][size=18][u]RFL[/u]-2-0[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;[color=indigo][size=18][u]K-1[/u]-1-0[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;[color=indigo][size=18][u]KKC[/u]-0-0[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;[color=indigo][size=18][u]UcF[/u]-0-1[/size][/color]&nbsp;&nbsp;&nbsp;&nbsp;[/center]

Hears what it will look like finshed Example sig


or html
image code
Code:
 <img src="http://img213.imageshack.us/img213/1717/sig1os.jpg" border="0" alt="" />

text code
Code:
<font color="indigo"><span style="font-size: 18px; line-height: normal"><u>RFL</u>-2-0</span></font>&nbsp;&nbsp;&nbsp;&nbsp;

And once again you would do the text one by one how you want it then you can place them side by side in the code.

and the whole code in html.
Code:
<div style="margin:auto;text-align:center;width:100%">
<img src="http://img213.imageshack.us/img213/1717/sig1os.jpg" border="0" alt="" />
</br> 
<font color="indigo"><span style="font-size: 18px; line-height: normal"><u>RFL</u>-2-0</span></font>&nbsp;&nbsp;&nbsp;&nbsp;<font color="indigo"><span style="font-size: 18px; line-height: normal"><u>K-1</u>-1-0</span></font>&nbsp;&nbsp;&nbsp;&nbsp;<font color="indigo"><span style="font-size: 18px; line-height: normal"><u>KKC</u>-0-0</span></font>&nbsp;&nbsp;&nbsp;&nbsp;<font color="indigo"><span style="font-size: 18px; line-height: normal"><u>UcF</u>-0-1</span></font>&nbsp;&nbsp;&nbsp;&nbsp;</div>

or you can useyour table codes for the text too.
theres several ways to create different codes i would just try to stay with the basic and most easiest ways though.
Code:


<table>
<tr> Creates a row you will take this text out of the code
<td> item 1 = column 1
</td>
<td> item 2 is next to column 1
</td>
</tr>
</table>
 
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics
» Sigs
» sigs
» sigs?
» No sigs.
» Sigs

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