MyBB Community Forums

Full Version: Add icons to right of header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Looks like you made it work. You need to add </a> after <a name="top" id="top"> though.
(2011-03-27, 06:58 PM)AJS Wrote: [ -> ]Looks like you made it work. You need to add </a> after <a name="top" id="top"> though.


can you be more clear bro,i have my header template code here

<a name="top" id="top">
<div id="contenedor">
	<div id="cabecera">
<div style="float:right;"><a href="http://www.twitter.com/mimspace" target="_blank"" title="Mimspace Twitter page"><img src="http://www.mimspace.co.cc/images/image/twitterme.gif" /></a></div>
<div style="float:right;"><a href="http://www.facebook.com/pages/Mim-s-pace/132559566797948/" target="_blank"" title="Mimspace Facebook page"><img src="http://www.mimspace.co.cc/images/image/facebookme.gif" /></a></div>
<h1><a href="{$mybb->settings['bburl']}/" id="logo"><span>Mimspace</span></a></h1></a>
				<ul id="menu">
<a name="top" id="top">

Needs to be:
<a name="top" id="top"></a>
I tried but that did not change,anyway.
i think i can add only one image Sad
but if possible is there any css solution for this?
Bump: Can any one help me
No, that won't change anything about your icons.

I see two icons already, Twitter and Facebook. What more do you want to do?
yeah i have managed to keep both icons in div tags and icons appeared,but they are not clickable.
only one is clickable.
actually on mouse hover the links show the text,as well the link id,but nothing is shown.
may be can u look into the code?
add me on yahoo : [email protected]
Topic solved by my friend mahigrafix.
The code is correct its just a small css edit.
he reduce the width of the logo_background to 800px.
Now working awesome.

Thanks AJS for responding and giving me valuable suggestions and also to crazy4cs too.

Thank you all.
Pages: 1 2