Sinorca Gray

Hi: I am new to web design. How do I place my weather data on the page? When I try to place it, it doesn't end up where I want it to.

Thanks.
weathergirl

Submitted by Edgard Durand on October 5, 2005 - 17:29.

Hello weathergirl,

You can post here the url to your test site, so I can check your code.

In general you can try to add containers instead of paragraphs , find the following on index.html:

Introduction
This is an experiment to show how easy is
to customize our ...

In the place your titles and instead of wrapping your data between tags, wrap it between tags.

For example:

Current Weather Conditions
Your weather data output...
Weather Forecast
Your weather data output...
Warnings
Your weather data output...

Create as many tag pairs as you need. The div tag is a generic container.

Then you might need to add style to your div containers, but I would prefer to check your page before to provide you with the right code examples.

Submitted by weathergirl on October 5, 2005 - 18:41.

Hi, Edgard: Thanks for your help, I will follow your directions. I haven't got the test site up yet. When I do, I'll post the url. I will be adding data tables and graphics to the template.

Thanks,
weathergirl