View Full Version : How To Make My Sig Align Up Please
jaderollie
10-17-2009, 06:32 AM
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/ (http://www.magicalproteachings.com/mpt-magic-competitions)
https://vborg.vbsupport.ru/ (http://www.magicalproteachings.com/videos)
https://vborg.vbsupport.ru/ (http://www.magicalproteachings.com/visichat)
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 1255841632 at 1255841632 ---------------
bimp
--------------- Added 1255841667 at 1255841667 ---------------
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:
<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:
<a href="URL HERE" target="_blank"> <img src="IMAGE LINK HERE"> </a>
What you want your code to be:
<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/ (http://www.magicalproteachings.com/mpt-magic-competitions) https://vborg.vbsupport.ru/ (http://www.magicalproteachings.com/videos) https://vborg.vbsupport.ru/ (http://www.magicalproteachings.com/visichat)
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
Ummm....Okay.
Instead of adding a new line like you did, your code is:
<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:
<a href="URL HERE" target="_blank"> <img src="IMAGE LINK HERE"> </a>
What you want your code to be:
<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/4113/mptmagiccomps.jpg (http://www.magicalproteachings.com/mpt-magic-competitions) http://img196.imageshack.us/img196/5863/mptmagicvids.jpg (http://www.magicalproteachings.com/videos) http://img27.imageshack.us/img27/7839/mptwebcamtraining.jpg (http://www.magicalproteachings.com/visichat)
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???
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.