Topic: PageMaker Heading Pages that link to <a href="https://ozoneasylum.com/backlink?for=28657" title="Pages that link to Topic: PageMaker Heading" rel="nofollow" >Topic: PageMaker Heading\

 
Author Thread
kimson
Paranoid (IV) Inmate

From: Royal Horsing Ground
Insane since: Jan 2005

IP logged posted posted 11-20-2006 14:50 Edit Quote

I am trying to create a layout in PageMaker and am having a confusing issue... I would like the headings to be aligned with the following paragraphs as shown in the image below:



For some reason I cannot figure out how to do this. Shall I keep the heading in the text flow or create a column for the headings only?

Any help much appreciated, thanks in advance

jstuartj
Bipolar (III) Inmate

From: Mpls, MN
Insane since: Dec 2000

IP logged posted posted 11-20-2006 18:58 Edit Quote

I would create a text box for each object like so.



J. Stuart J.

(Edited by jstuartj on 11-20-2006 18:59)

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

IP logged posted posted 11-20-2006 19:10 Edit Quote
code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<title></title>
		<style type="text/css">
div {
	width: 278px;
	height: 368px;	
	font: 0.6em/14px sans-serif;
	color: black;
	text-align: justify;
	border: 1px solid gray;
	border-top: 0;
	padding-top: 1px;
	background: white;
}
h2:first-child {
	margin-top: 48px;
}
h2 {
	font: normal 1.05em sans-serif;
	border-top: 2px solid black;
	margin: 22px 11px 0 17px;
	padding: 5px 0 0;
}
p {
	margin: -10px 20px 10px 107px;
}
		</style>
	</head>
	<body>
		<div>
			<h2>Heading</h2>
			<p>some text some text some text some text</p>
			<p>some text some text some text some text</p>
			<p>some textsome textsome text</p>
			<p>some textsome textsome text</p>
			<p>some textsome textsome text</p>
			<p>some textsome textsome text</p>
			<p>some textsome textsome text</p>
			<h2>Heading 2</h2>
			<p>some text some text some text some text</p>
			<p>some text some text some text some text</p>
			<p>some textsome textsome text</p>
			<p>some textsome textsome text</p>
			<p>some textsome textsome text</p>
			<p>some textsome textsome text</p>
			<p>some textsome textsome text</p>
		</div>
	</body>
</html>

kimson
Paranoid (IV) Inmate

From: Royal Horsing Ground
Insane since: Jan 2005

IP logged posted posted 11-21-2006 10:40 Edit Quote

Thanks jstuartj, it is probably the best way to go about it.

What is this reiso? Are you suggesting I should design a paper report (brochure) with HTML and CSS? I very much doubt so

If anyone has got any (very) simple template to send me with any other idea, I would appreciate it a lot.

Cheers

bella10388
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Sep 2011

IP logged posted posted 09-21-2011 10:55 Edit Quote

Thank you so much for your post.
__________________
Watch Zookeeper Online Free

(Edited by bella10388 on 09-21-2011 10:57)



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu