EN World "Social" Icons (@Russ)

weem

First Post
I did not make these - rather I gathered them up and named them based on what you have here already (or may need at some point).

im_aim.gif


im_google.gif


im_icq.gif


im_msn.gif


im_yahoo.gif




skype.gif


facebook.gif


twitter.gif



Download the ZIP of all of these icons
 

log in or register to remove this ad


These look great, but can I suggest adding just a little more space between those icons and the XP level descriptor just above it?
 

These look great, but can I suggest adding just a little more space between those icons and the XP level descriptor just above it?

That's something best done in the code which I do not have access to. With that said, I was thinking the same (but didn't want to bug Russ about it) ;)
 

I tried playing round with that, but it's harder to do than I anticpiated. Sticking a line break in there makes too big a gap.
 

Those icons are sitting in a <div> that you could add a little inline style to such as...

<div style="padding-top:3px;">

...if that helps.
 


Hmmm. I'm not sure why I'm getting hyperlinked underscores between some of the items.

Anyone got an idea? The code looks like this:

<!-- Social Networking start -->
<if condition="$post[field50]"><a href="http://www.twitter.com/$post[field50]" alt="Go to my Twitter" target="_blank">
<img src="http://www.enworld.org/forum/images/misc/twitter.gif" border="0"></a>
</if>
<if condition="$post['field51']">
<a href="Page Not Found[field51]">
<img alt="My Facebook" border="0" src="http://www.enworld.org/forum/images/misc/facebook.gif" border="0"/>
</if>
<if condition="$post['field52']">
<a href="http://www.myspace.com/$post[field52]">
<img alt="My MySpace" border="0" src="http://www.enworld.org/forum/images/misc/myspace.gif" border="0"/>
</if>
<if condition="$post['field53']">
<a href="http://www.youtube.com/user/$post[field53]">
<img alt="My YouTube" border="0" src="http://www.enworld.org/forum/images/misc/youtube.gif" border="0"/>
</if>
<! --Social Networking end -->
 

Try deleting the spaces (not so much the spaces necessarily as much as they are line breaks) real quick (in the code) so it all mashes - aka in the code view, remove all line breaks etc. For example...

<if condition="$post['field52']"><a href="http://www.myspace.com/$post[field52]"><img alt="My MySpace" border="0" src="http://www.enworld.org/forum/images/misc/myspace.gif" border="0"/></if><if condition="$post['field53']"><a href="http://www.youtube.com/user/$post[field53]"><img alt="My YouTube" border="0" src="http://www.enworld.org/forum/images/misc/youtube.gif" border="0"/></if>
 


Remove ads

Top