Weather by You!

Templates and Projects support => Html Templates => Topic started by: krmidas on July 16, 2012, 12:23:35 PM

Title: Centering
Post by: krmidas on July 16, 2012, 12:23:35 PM
Can you give me any advice to help me center the elements on my records page:
http://http://krmidas.home.comcast.net/~krmidas/cumulus/record.htm

All the data under "Records for the month of July" seems too far left.

Thanks,

Tom
Title: Re: Centering
Post by: Mr.Meteo on July 16, 2012, 01:04:46 PM
Hi Tom,

To modify this page layout you have 2 choices:

1 - just add:  style="margin-left:100px" in a div, (or bigger number)

ex: <div id="frame" style="margin-left:100px">
or modify Table like this: <table....... style="margin-left:100px">

or better, you could add image "record.gif" to the left side like other pages.
Simply see other pagesl it's simple, you just add below <div id="content"....

<div class="sep_vert">
  <img src="images/records.gif" alt="" title="" style="padding:0px 0px 20px 30px" />
....
and </div>
just before <p>..... Powered by Cumulus

at the same time in XHTML, a line break is spelled like this <br />
and need to be inside of captation... or before <table.....>

Regards,
Jacques