vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How To Make My Sig Align Up Please (https://vborg.vbsupport.ru/showthread.php?t=225420)

jaderollie 10-17-2009 06:32 AM

How To Make My Sig Align Up Please
 
hi,
how do i get my Signature icon pictures to line up level instead on on top of each other??

thanks for any help, and here the code im using now :-
https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

so there all on top off each other as above, so how do i get them to sit beside each other in my Signature on forum??
as you can see if they was side by side, it would allow me to add more

--------------- Added [DATE]1255841632[/DATE] at [TIME]1255841632[/TIME] ---------------

bimp

--------------- Added [DATE]1255841667[/DATE] at [TIME]1255841667[/TIME] ---------------

bimp

jaderollie 10-20-2009 04:10 AM

anyone help please

MarkFoster 10-20-2009 04:21 AM

Ummm....Okay.
Instead of adding a new line like you did, your code is:
HTML Code:

<a href="http://www.magicalproteachings.com/mpt-magic-competitions" target="_blank"><span class="aimgbox" onclick="window.location.href='http://img132.imageshack.us/img132/4113/mptmagiccomps.jpg';return false" title=""><img src="http://img132.imageshack.us/img132/4113/mptmagiccomps.jpg" border="0" alt="" class="aimg" /></span></a><br />
<br />
<a href="http://www.magicalproteachings.com/videos" target="_blank"><span class="aimgbox" onclick="window.location.href='http://img196.imageshack.us/img196/5863/mptmagicvids.jpg';return false" title=""><img src="http://img196.imageshack.us/img196/5863/mptmagicvids.jpg" border="0" alt="" class="aimg" /></span></a><br />
<br />
<a href="http://www.magicalproteachings.com/visichat" target="_blank"><span class="aimgbox" onclick="window.location.href='http://img27.imageshack.us/img27/7839/mptwebcamtraining.jpg';return false" title=""><img src="http://img27.imageshack.us/img27/7839/mptwebcamtraining.jpg" border="0" alt="" class="aimg" />

Use this:
HTML Code:

<a href="URL HERE" target="_blank"> <img src="IMAGE LINK HERE"> </a>
What you want your code to be:
Code:

<a href="http://www.magicalproteachings.com/mpt-magic-competitions" target="_blank"> <img src="http://img132.imageshack.us/img132/4113/mptmagiccomps.jpg"> </a> <a href="http://www.magicalproteachings.com/videos" target="_blank"> <img src="http://img196.imageshack.us/img196/5863/mptmagicvids.jpg"> </a>
 <a href="http://www.magicalproteachings.com/visichat" target="_blank"> <img src="http://img27.imageshack.us/img27/7839/mptwebcamtraining.jpg"> </a>

End result:
https://vborg.vbsupport.ru/ https://vborg.vbsupport.ru/ https://vborg.vbsupport.ru/

Also, a better sitew to use for uploading pictures is www.TinyPic.com , you should use your own server for site related images.

jaderollie 10-20-2009 04:40 AM

Quote:

Originally Posted by MarkFoster (Post 1902458)
Ummm....Okay.
Instead of adding a new line like you did, your code is:
HTML Code:

<a href="http://www.magicalproteachings.com/mpt-magic-competitions" target="_blank"><span class="aimgbox" onclick="window.location.href='http://img132.imageshack.us/img132/4113/mptmagiccomps.jpg';return false" title=""><img src="http://img132.imageshack.us/img132/4113/mptmagiccomps.jpg" border="0" alt="" class="aimg" /></span></a><br />
<br />
<a href="http://www.magicalproteachings.com/videos" target="_blank"><span class="aimgbox" onclick="window.location.href='http://img196.imageshack.us/img196/5863/mptmagicvids.jpg';return false" title=""><img src="http://img196.imageshack.us/img196/5863/mptmagicvids.jpg" border="0" alt="" class="aimg" /></span></a><br />
<br />
<a href="http://www.magicalproteachings.com/visichat" target="_blank"><span class="aimgbox" onclick="window.location.href='http://img27.imageshack.us/img27/7839/mptwebcamtraining.jpg';return false" title=""><img src="http://img27.imageshack.us/img27/7839/mptwebcamtraining.jpg" border="0" alt="" class="aimg" />

Use this:
HTML Code:

<a href="URL HERE" target="_blank"> <img src="IMAGE LINK HERE"> </a>
What you want your code to be:
Code:

<a href="http://www.magicalproteachings.com/mpt-magic-competitions" target="_blank"> <img src="http://img132.imageshack.us/img132/4113/mptmagiccomps.jpg"> </a> <a href="http://www.magicalproteachings.com/videos" target="_blank"> <img src="http://img196.imageshack.us/img196/5863/mptmagicvids.jpg"> </a>
 <a href="http://www.magicalproteachings.com/visichat" target="_blank"> <img src="http://img27.imageshack.us/img27/7839/mptwebcamtraining.jpg"> </a>

End result:
http://img132.imageshack.us/img132/4...magiccomps.jpg http://img196.imageshack.us/img196/5...tmagicvids.jpg http://img27.imageshack.us/img27/783...amtraining.jpg

Also, a better sitew to use for uploading pictures is www.TinyPic.com , you should use your own server for site related images.

brilliant thanks, and its well appreciated thanks ;)
how i use my own site, do you mean add them to my albums???


All times are GMT. The time now is 08:18 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01143 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete