Question : I am a loss as to why my HTML code is displaying differently on Firefox and Internet Explorer

The page I am talking about is http://www.best-family-photography-tips.com/customer-service-QT4.html and I cannot understand why a certain text section is displaying differently on Firefox 3.6.8 and Internet Explorer version 8.

I've attached screenprints of the displays and the code in question. I must be doing something incorrect because I also needed to put spaces to the right of "(JUST)" so it would look more centered.

Can you please explain what I am missing? Thanks again for all your help.

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
<center><img src ="http://www.best-family-photography-tips.com/images/goldupsm.jpg"  align ="Center" border="0"></center>
<center><p style="font-family:tahoma;color:#0000CC;font-size:165%"is><strong>
<font color="#CC0000"><h4>(BOTH)</h4></font>
The Blink Eradication System<br />
&#43;<br />
260 Group Poses</strong></p></center>

<br />
<center><img src ="http://www.best-family-photography-tips.com/images/lines_rm_023.gif" align ="Center" title="Did you really want to hover over a divider?"  alt="" width="384" height="6" border="0"></center>
<br />

<center><p style="font-family:tahoma;color:#0000CC;font-size:165%"><strong>
<font color="#CC0000"><h4>(JUST)&nbsp;&nbsp;</h4></font>
The Blink Eradication System</strong></p></center>
<a name="QT4-buy"></a>
<center><img src ="http://www.best-family-photography-tips.com/images/golddownsm.jpg" align ="Center" border="0"></center>
Attachments:
 
 
 
 

Answer : I am a loss as to why my HTML code is displaying differently on Firefox and Internet Explorer

#1.  Templates for someone like you are only good when they do what you want without modification or trouble.  Even sophisticated design programs can screw up things so that they have to be fixed by someone who understands code.  Probably your best choice has been your subscription to Experts Exchange where you can ask questions.  Do what you can and we'll try to help you.

#2.  Yes, CSS is styles that can be applied to the elements on the page.  "styles" in MS Word is close but CSS can also be used to determine the position of elements on the page.

If you need to keep doing this, you should probably get a little more education about it.  One of the problems I see most often is that people put things out of order which makes them appear wrong.  I use W3Schools frequently http://www.w3schools.com/default.asp .  There is too much to know to not have a place to look things up.
Random Solutions  
 
programming4us programming4us