PDA

View Full Version : Diaryland HTML Help


cutenixie
04-13-2005, 02:56 PM
I've just changed my layout and want my entries to be justified. On one page - every paragraph looks fine. But with the rest of my entries, the first paragraph is justified and every paragraph after that is to the left. I've looked at other sites and have been driving myself crazy looking at what I have because I just can't seem to find the problem. I'll post all of my HTML, but the problem I know is just down at the entry part. Any help would be greatly appreciated.
cutenixie.diaryland.com
cutenixie@diaryland.com


<html>
<head>
<title>This Is What I Have To Say</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">
<!--
.entry { font-family: tahoma;
font-size: 9pt;
color: 000000;
border-top: 10px, solid;
border-left: 2px, solid;
border-right: 2px, solid;
border-bottom: 2px, solid;
border-color: 000000;
padding: 5px;
clear: center;
resize=no; }

.nav { font-family: tahoma;
font-size: 9pt;
color: 000000;
border-top: 10px, solid;
border-left: 2px, solid;
border-right: 2px, solid;
border-bottom: 2px, solid;
border-color: 000000;
padding: 5px;
clear: center;
resize=no; }

a:link {text-decoration: none; font-weight: none; color: #000000}
a:visited {text-decoration: none; font-weight: none; color: #000000}
a:hover {text-decoration: line-under; font-weight: bold; cursor: crosshair; color: #F74F58}
a:active {text-decoration: line-under; font-weight: bold; color: #F74F58}
-->
</style>

</head>

<body bgcolor="FAEDC1">
<div id="image" style="position:absolute; width:200px; height:311px; z-index:1; left: 81px; top: -2px"><img src="http://ourworld.cs.com/pinkdivadesigns/playtime.jpg"></div>
<div id="entry" style="position:absolute; width:431px; height:115px; z-index:2; left: 94px; top: 293px;" class="entry">
<p align="left"><font size="1"><b>%%short_description%%</b><br>Written @ %%time%% on %%date%%</font><br></p>
<p align="justify">%%entry%%</p><p align="justify"></p>
<p align="center"><a href="%%prev%%">Back</a> || <a href="%%next%%">Forth</a></p>
<p><center><b><u>Recent Entries</b></u></font><br>
%%older_entries%%</font></center></P>
<p align="center"> </p>
</div>
<div id="nav" style="position:absolute; width:127px; height:115px; z-index:3; left: 572px; top: 294px" class="nav">
<p align="left">» <b><font color="F74F58">NAVIGATE</font></b><br>
<a href="http://cutenixie.diaryland.com/index.html">Newest</a><br>
<a href="http://cutenixie.diaryland.com/older.html">Older</a><br>
<a href="http://pub48.bravenet.com/guestbook/show.php?usernum=4096684162&cpv=1">Guestbook</a><br>

<a href="http://pub48.bravenet.com/guestmap/view.php?usernum=4096684162">Guestmap</a><br>
<a href="mailto:cutenixie@diaryland.com">E-Mail</a><br>
<a href="http://members.diaryland.com/edit/notes.phtml?user=cutenixie">Notes</a><br>
<a href="http://cutenixie.diaryland.com/whoswho.html">Who's Who</a><br>
<a href="http://members.diaryland.com/edit/profile.phtml?user=cutenixie">Profile</a><br>
<a href="http://members.diaryland.com/edit/surveys.phtml?user=cutenixie">Surveys</a><br>
<a href="http://cutenixie.diaryland.com/rings.html">Rings</a><br>
<a href="http://members.diaryland.com/edit/mail2pal.phtml?user=cutenixie">Recommend</a><br>
<a href="http://www.amazon.com/exec/obidos/wishlist/3IM6PQYL5589D/ref=wl_em_to?add-fav=1">Wish List</a><br>
<a href="http://divadesigns.diaryland.com">Design</a><br>
<a href="http://diaryland.com">Diaryland</a><p>
<p align="left">» <b><font color="F74F58">THE GIRL</font></b><br>
20, Student, Cutie</p>
<p align="left">» <b><font color="F74F58">LOVES</font></b><br>
Boys, Kissing, Movies, Music</p>
<p align="left">»<font color="30ACE0"> <b><font color="F74F58">HATES</font></b></font><br>
Liars, Bitches, Assholes</p>

</div>

</body>
</html>

cutenixie
04-13-2005, 03:00 PM
cutenixie.diaryland.com
username: public
password: publicpass

PsychoticDude85
04-13-2005, 03:19 PM
How about:

</head>
<font align="justify">
<body bgcolor="FAEDC1">
<div id="image" style="position:absolute; width:200px; height:311px; z-index:1; left: 81px; top: -2px"><img src="http://ourworld.cs.com/pinkdivadesigns/playtime.jpg"></div>
<div id="entry" style="position:absolute; width:431px; height:115px; z-index:2; left: 94px; top: 293px;" class="entry">
<p align="left"><font size="1"><b>%%short_description%%</b><br>Written @ %%time%% on %%date%%</font><br></p>
<p align="justify">%%entry%%</p><p align="justify"></p></font>
<p align="center"><a href="%%prev%%">Back</a> || <a href="%%next%%">Forth</a></p>
<p><center><b><u>Recent Entries</b></u></font><br>
%%older_entries%%</font></center></P>

would that work?

cutenixie
04-13-2005, 03:38 PM
Still the same - the first paragraph is fine - but everything after that is still to the left. :-/

tmmoose
04-13-2005, 04:49 PM
Looks fine to me??screen capture (http://tmckee.freeserverhost.com/evrsoft/dairy.html)

cutenixie
04-13-2005, 06:58 PM
Yes - the first paragraph of the entry is showing up fine, but any paragraph after that is coming up to the left. I know it's just a little thing - but it's still bothering me - lol.

dabbler
04-14-2005, 02:27 AM
It looks fine to me too. Did you get it fixed?

cutenixie
04-14-2005, 01:09 PM
Yeah - got some e-mails last night and got it all figured out. Thanks 2 everyone here. ;-)

dabbler
04-14-2005, 03:38 PM
Care to explain for future reference for others who may have the same problem?

Terminator1138
04-14-2005, 06:06 PM
Yes, dabbler is correct this is a learning forum and it helps find the answer to others problems that are similar also. By using emails, we or other members cannot see the flow of problem solving. This is for all members. Thanks

cutenixie
04-14-2005, 07:06 PM
At the very beginning of the code, I had to add: text-align:justify;

This changed all of my paragraphs and now they are all justified. :)


<html>
<head>
<title>This Is What I Have To Say</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">
<!--
.entry { font-family: tahoma;
font-size: 9pt;
text-align:justify;
color: 000000;
border-top: 10px, solid;
border-left: 2px, solid;
border-right: 2px, solid;
border-bottom: 2px, solid;
border-color: 000000;
padding: 5px;
clear: center;
resize=no; }

dabbler
04-15-2005, 12:11 AM
Thanks Cutenixie. If anyone else searches for the same problem, they now have the solution at their fingertips. This way we all help each other.
BTW - I forgot to say welcome to the forum, and I hope you will stick around to help, and learn from, other members.