Jump to content

Microsoft Front page help


Hitman6267

Recommended Posts

I'm using Microsoft Front page 2003. I want to put an indent of 25% on a text, I couldn't find the option so i added this to the html

<STYLE TYPE="text/css">
<!--
.indented
{
padding-left: 25%;
padding-right: 25%;
}
-->
</STYLE>

and surrounded the text i wanted to be indented with <p class="indented"> </p> it worked fine until i put a shared border now the indent is gone.

The page source is:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>me</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<STYLE TYPE="text/css">
<!--
.indented
{
padding-left: 25%;
padding-right: 25%;
}
-->
</STYLE>
<meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=23)">
<meta name="Microsoft Theme" content="none, default">
<meta name="Microsoft Border" content="b, default">
</head>

<body stylesrc="index.htm" bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"><!--msnavigation--><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">

<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber1" height="100%">
<tr>
<td width="100%" height="16">
<p align="center"><b><font color="#FFFFFF"><a href="index.htm">Home Page</a>
| <a href="someday.htm">Someday we
will be</a></font>
| <font color="#FFFFFF"> <a href="bike.htm">Bike Story</a> |
<a href="me.htm">Me and My Self</a>
| <a href="ponandzi.htm">Pon and Zi</a></font></b></td>
</tr>
<tr>
<td width="100%" height="19">
<p align="left"><b><font color="#FFFFFF"><a href="index.htm">Index</a>
> <a href="me.htm">Me and My Self</a></font></b></td>
</tr>
<tr>
<td width="100%" height="19">
<p align="center"><span style="font-size: 35pt; font-weight: 700">Me
<font color="#FF0000">and</font> Myself</span></td>
</tr>
<tr>
<td width="100%" height="19"><p class="indented" align="justify">
<b><font color="#0099CC" size="3">THE TEXT<br><br></font></b></p></td></tr>
<tr>
<td width="100%" height="19">
<p class="indented" align="justify"><b><font color="#00cc33"> THE TEXT <br><br></font></b></p>
</td>
</tr>
<tr>
<td width="100%" height="19"><b><font color="#0099cc">
<p class="indented" align="justify">THE TEXT<br></font></b></p>
</td>
</tr>
<tr>
<td width="100%" height="19">
<p align="right" class="indented"><b><font color="#ffffff">THE TEXT</font></b></p></td>
</tr>
<tr>
<td width="100%" height="19">
<p align="center"><b><font color="#FFFFFF"><a href="index.htm">Home Page</a>
| <a href="someday.htm">Someday we
will be</a></font>
| <font color="#FFFFFF"> <a href="bike.htm">Bike Story</a> |
<a href="me.htm">Me and My Self</a>
| <a href="ponandzi.htm">Pon and Zi</a></font></b></td>
</tr>
</table>

<!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<hr>For more information do not hesitate to contact the
<a href="mailto:[email protected]">webmaster</a><br>Page last updated Sunday, June 10, 2007

</td></tr><!--msnavigation--></table></body>

</html>

I replaced the text i wanted to indent wih "THE TEXT" so the post wont be so long. Any one can tell me what i have to do to fix the problem and keep the indent.

Link to comment
Share on other sites


  • Views 1.3k
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...