Loading...
 
Themes

Themes


Re: Re: Re: Re: Re: Re: Re: Include Login Box in the top bar

Japan

My Planetfall adaptation uses tables and divs for layout. The header area looks like this (parentheses substituting for angle brackets):

(table cellspacing="0" cellpadding="0" width="100%")
  (tr)
    (td id="planetfall_header" width="100%")
    (div id="planetfall_header_module")missing page for plugin INCLUDE
(/div) (div id="planetfall_logo")(/div) (/td) (/tr) (/table)

and in the style sheet:

....
div#planetfall_header_module {
	float: right;
	margin: 0;
	padding-left: 0;
	vertical-align: top;
	width: 180px;
}
...

-- Gary

There are no comments at this time.