Mirroring Problem

  • Thread starter Thread starter David R
  • Start date Start date
Try changing this block of code:

<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="100%">
<tr>
<td width="100%" align="center" style="border-style:
none; border-width: medium">
<p align="center" style="margin-top: 0; margin-bottom:
0"><b><font size="4">WELCOME TO MY TOWN</font></b><p
align="center" style="margin-top: 0; margin-bottom: 0">
<font size="6"><b>LANA`I CITY</b></font></td>
</tr>
<tr>
<td width="100%" align="center" style="border-style:
none; border-width: medium">
&nbsp;</td>
</tr>
</table>
-----------------
to this:

table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="100%">
<tr>
<td width="100%" align="center" style="border-style:
none; border-width: medium">
<b>WELCOME TO MY TOWN</b><br>
<b><font size="6">LANA`I</font><font size="6">
CITY</font></b></td>
</tr>
</table>

Net55
(e-mail address removed)
http://www.frontpagewiz.com
 
forgot the <

<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse; border-width: 0"
bordercolor="#111111" width="100%">
<tr>
<td width="100%" align="center" style="border-style:
none; border-width: medium">
<b>WELCOME TO MY TOWN</b><br>
<b><font size="6">LANA`I</font><font size="6">
CITY</font></b></td>
</tr>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top