View Full Version : Having problems with a template, please help!


rhianoran
08-11-2006, 01:13 AM
Okay well I'm having a problem with my layout for diaryland I got from some site:

</tr</tr></table><center><div class="entry">
<strong> %%short_description%% <br /><em>%%date%%</em></center>
</strong><br />
<br />
<br />
<p align="justified">%%entry%%<br /></p>

The entry and everything else after <center> is indeed, centered. But if I remove it, the whole table moves to the left. I've tired putting <p aligh="left"> before the entry and it doesn't do anything. So how do I keep the table where it is and make the entry stay on the left?

I have only made very simple html pages before, so I'm not extremely experienced or anything.

Thanks for any help!
-Rhian

amyaurora
08-11-2006, 01:56 AM
Because this isn't the whole code I'm not sure how to fix it. Maybe using <center>at the beginning of the code right after your <body> tag and </center> right before your </body> tag?

General MJ
08-13-2006, 03:17 AM
if your going to use <center>, dont..use <div align="center>. some web browsers dont support <center>..