PDA

View Full Version : Header Help Required


watty005
04-15-2011, 08:19 AM
Hi, (please see attached picture)

After inserting some code to show social icons in the header, the log in and password area got moved below the header, how do I move it back to where it should be.

Any help would be much apprechiated. :)

TomorrowsGaming
04-15-2011, 02:07 PM
whats the whole code that you used?



Edit:
looks like that you've used tables!
<table width="110" border="0" align="left">

<tr>

<td width="215"><div align="center"><a href="http://www.facebook.com/NextGenGaming Your Facebook Page Link Here"><img src="http://www.nextgengaming.net/images/buttons/facebook.png" alt="Facebook" width="33" height="33" border="0" /></a></div></td>

<td width="215"><div align="center"><a href="http://twitter.com/NGGOFFICIAL"><img src="http://www.nextgengaming.net/images/buttons/twitter.png" alt="Twitter" width="33" height="33" border="0" /></a></div></td>

<td width="215"><div align="center"><a href="http://www.youtube.com/nextg3ngaming"><img src="http://www.nextgengaming.net/images/buttons/youtube.png" alt="youtube" width="33" height="33" border="0" /></a></div></td>

</tr>

</table>


You are not supposed to use tables with vB4..:p
try getting rid of the table and putting them under the same DIV tags..

Lynne
04-15-2011, 02:24 PM
Also, this may be able to be resolved via CSS but we cannot tell if we don't have a link to see the problem. Images don't do it for CSS problems.

watty005
04-15-2011, 03:56 PM
Hi Lynne, here is my url if it helps. www.nextgengaming.net

Any help much apprechiated.

Lynne
04-15-2011, 04:07 PM
I'm not seeing the problem at all. The images you added are on the left side and your login code is on the top right.

watty005
04-15-2011, 04:11 PM
Can you try the second template down please 'blackstream' thanks

EDIT: I put the old code in to show you the problem i was having, I changed what was there before with DIV Tags but still the problem persists.

Lynne
04-15-2011, 04:20 PM
Try adding this to your additional.css template - see if it fixes the issue:
.toplinks ul.isuser, .toplinks ul.nouser { clear: none;}

You would do similar for logged in users also. You'd need to post a test username/password in order for me to see it then.

watty005
04-15-2011, 04:26 PM
It worked! Thank you so much lynne I really do apprechiate it. You have made my day! :)
Thanks again!