CSS / HTML Design Problems

CSS / HTML Design Problems

am 02.10.2007 20:46:30 von excel-ant

Good evening

I'm looking to repeat the structure of this record review further down
the page.

http://www.michaelhead.co.uk/

Beneath the Time machine LP logo I want to have a new record and
beside it similar pattern of info.

Any help apprciated,

Cheers

Ant

Re: CSS / HTML Design Problems

am 02.10.2007 21:30:13 von Bergamot

excel-ant wrote:
>
> http://www.michaelhead.co.uk/
>
> Beneath the Time machine LP logo

?

I don't see any "Time machine LP logo" on that page.

--
Berg

Re: CSS / HTML Design Problems

am 02.10.2007 23:14:00 von John Hosking

Bergamot wrote:
> excel-ant wrote:
>> http://www.michaelhead.co.uk/
>>
>> Beneath the Time machine LP logo
>
> ?
>
> I don't see any "Time machine LP logo" on that page.

ROTFL!

The OP is busy teaching himself about the perils of using frames.

:-)

--
John
Pondering the value of the UIP: http://improve-usenet.org/

Re: CSS / HTML Design Problems

am 03.10.2007 17:52:31 von excel-ant

On 2 Oct, 22:14, John Hosking
wrote:
> Bergamot wrote:
> > excel-ant wrote:
> >>http://www.michaelhead.co.uk/
>
> >> Beneath the Time machine LP logo
>
> > ?
>
> > I don't see any "Time machine LP logo" on that page.
>
> ROTFL!
>
> The OP is busy teaching himself about the perils of using frames.
>
> :-)
>
> --
> John
> Pondering the value of the UIP:http://improve-usenet.org/

Apologies,

It's on the Reviews page

http://somethinglikeant.110mb.com/michaelhead/Reviews.htm

Any ideas?

Ant

Re: CSS / HTML Design Problems

am 05.10.2007 01:29:21 von Vaxius

On Oct 3, 10:52 am, excel-ant wrote:
> On 2 Oct, 22:14, John Hosking
> wrote:
>
>
>
> > Bergamot wrote:
> > > excel-ant wrote:
> > >>http://www.michaelhead.co.uk/
>
> > >> Beneath the Time machine LP logo
>
> > > ?
>
> > > I don't see any "Time machine LP logo" on that page.
>
> > ROTFL!
>
> > The OP is busy teaching himself about the perils of using frames.
>
> > :-)
>
> > --
> > John
> > Pondering the value of the UIP:http://improve-usenet.org/
>
> Apologies,
>
> It's on the Reviews page
>
> http://somethinglikeant.110mb.com/michaelhead/Reviews.htm
>
> Any ideas?
>
> Ant

You already have CSS styles for it, so you should be able to just add
a new record the same way. As an added piece of advice, you might
want to:
- make use of

tags instead of using breaks
- implement the track listing as an ordered list
- get rid of html formatting (like ) and use your styles instead
- put your styles in a separate file and link it to your pages (share
the magic of CSS with ALL your pages!)

If you want to get really flexible, you could store album information
in a database like MySQL and then display it by using queries (using
PHP or similar), so all you have to do is manage your album entries,
and the page will take care of itself.