Shoutbox

Stuck with HTML - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Stuck with HTML (/showthread.php?tid=63241)

Stuck with HTML by welshboy222 on 07-14-2006 at 07:08 AM

I need help I have a menu made out of css and html and I need to put it in the right column I have done this but it is half way down the column I need it to go at the top of the column how would I do this???


RE: Stuck with HTML by Dr4g0n on 07-14-2006 at 07:31 AM

That's a bit vague, so it'd be best if you posted the source somewhere so we can see what's wrong. And give in more detail what needs changing.


RE: Stuck with HTML by Nathan on 07-14-2006 at 07:38 AM

Try were you have put the alignment code "left" to "top left"
Hope this helps ;)


RE: Stuck with HTML by RaceProUK on 07-14-2006 at 09:04 AM

quote:
Originally posted by Nathan
Try were you have put the alignment code "left" to "top left"
Hope this helps ;)
That won't work: what's needed is adding 'vertical-align: top;' to the correct element.