html or php

If you have something to say that just doesn't fit into any of the forums above, then post it here, remember to keep it PG rated for the kids
Post Reply
User avatar
bodyguard
Registered User
Posts: 1210
Joined: Fri Aug 31, 2007 7:54 pm
Location: Brisbane, QLD

html or php

Post by bodyguard »

ok all you gurus out there, I am trying to work out how to make a layout like the following in a html or php file

here is an example, I dont really wanna use a table (I think) but here is what I am after


3 headers across the page
then below it I need to put a code then a gap then a description below the headers

its for my ProQA codes

1 Abdominal Pain / Problems
01A01 Abdominal Pain
01C01 Fainting or near fainting >50
01C02 Females with fainting or near fainting 12-50
01C03 Males with pain above the navel >35
01C04 Females with pain above the navel >45
01D01 Not Alert


2 Allergies
02A01 No difficulty breathing or swallowing
02A02 Spider bite (no symptoms)
02B01 Unknown Status (3rd party caller)
02C01 Difficulty breathing or swallowing
02C02 Special medications or injections used
02C03 Minor Jelly Fish Sting
02D01 Severe respiratory distress
02D02 Non alert

3 Animal Bites / Attacks
03A01 Not dangerous body area
03A02 Non-recent injuries (>6hrs)
03A03 Superficial bites
03B01 Possibly Dangerous Body Area
03B02 Serious Haemorrhage
03B03 Unknown Status (3rd party caller)
03D01 Unconscious or Arrest

so if you imagine those across the page then another set of codes below them (there is 40 headers to add)
but when I did it years ago I had to work out on paper where the 1/2way was then, add them in (hmm that didnt sound right)

Any ideas ?
Cheers
BG


UBC9000XLT, UBCT8, BCT15X, UBC92XLT, Kenwood R-5000, PSR-410 , KG-UVD1P
User avatar
rochedalescan
Founder
Posts: 1632
Joined: Fri Jun 01, 2007 5:08 pm
Location: Brisbane
Contact:

Re: html or php

Post by rochedalescan »

If you can get hold of a copy of dream weaver you can do it through that and copy the HTML over *cough torrrent

Cheers Shane
Shane Logan
Aussiescanners Founder

Australia's Premier Communications forum!
~ Please contact Phil for administration enquiries ~
Comint
Senior Member
Posts: 1621
Joined: Sat Mar 22, 2008 5:17 pm

Re: html or php

Post by Comint »

bodyguard wrote:ok all you gurus out there, I am trying to work out how to make a layout like the following in a html or php file

here is an example, I dont really wanna use a table (I think) but here is what I am after

3 headers across the page
then below it I need to put a code then a gap then a description below the headers

its for my ProQA codes
------ snip ------
Any ideas ?
The following code
AMPDS_1.png
Gives this kind of display.
AMPDS_2.png
Although I'm sure you are after something more complex, and automated.

In the above code, you will have to increase the rowSpan number, as you add additional Rows.

--
Comint
You do not have the required permissions to view the files attached to this post.
Post Reply