Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Internet Explorer Forum
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Internet Explorer Forum Internet Explorer Support.

Reply
 
LinkBack Thread Tools
Old 10-01-2007, 11:15 AM   #1 (permalink)
Registered User
 
Join Date: Sep 2007
Posts: 4
OS: Windows XP Pro


[SOLVED] Please Help With My Memorial Site


Hi. I posted last week, but have not heard from anyone.

Actually what I am going to ask is for someone (with an IE browser), to please go to my web page and see if the top picture (of my son) is centered in the middle of the page as it is meant to be, rather than to the left side.

Both my IE 6 & 7 display it to the left side, while Firefox and Netscape center the picture.

Here is the link to my site: http://www.voicenet.com/~trip

I thank you in advance for checking it out
Cyberdanson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 10-01-2007, 01:31 PM   #2 (permalink)
Fox
TSF Enthusiast
 
Fox's Avatar
 
Join Date: Sep 2002
Location: NJ
Posts: 7,752
OS: XP Pro, CentOS

My System

Send a message via ICQ to Fox Send a message via AIM to Fox Send a message via MSN to Fox Send a message via Yahoo to Fox Send a message via Skype™ to Fox
Re: Please Help With My Memorial Site

Tested it with IE 6 and 7 and Firefox 2.0.0.7. IE puts the image to the left and firefox has it centered.

What did you use to make the page? If you're comfortable editing the HTML manually, you can override the style sheet that it's using to justify the image, and simply put a <center> tag around the <img src="..."> tag.
__________________
Antec Neo Power 500W, ABIT IP35-E, Intel E2180@2.66Ghz, Corsair XMS2 2x1GB DDR2-800, PNY 8800GT, 320GB Seagate

* lazy college student alert *- If I've inadvertently ignored a thread, please Let me know about it

Have I helped you solve your problem?
Donate to Techsupportforums

Klart Skepp!
Fox is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-01-2007, 02:21 PM   #3 (permalink)
Registered User
 
Join Date: Sep 2007
Posts: 4
OS: Windows XP Pro


Re: Please Help With My Memorial Site

Thanks for responding Fox, but I have already tried the html tags, and it doesn't work for some reason. I am not proficient with html, but I have tried manipulating it somewhat to get the picture centered (including the "center" tag). I know the scource language (html) in my web page is poorly constructed , but it always worked for me.

I first composed this site with Netscape composer in 1997(when I was computer illiterate), and it has never been modified in its basic structure. As a matter of fact my IE 6 used to center it when it was my default browser (although, I don't think that has anything to do with it). Netscape and Firefox still display it centered.

Because a majority of people still use the IE browser, I want it to come in right for them. Do you have any other ideas?

Your support is much appreciated
Cyberdanson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-01-2007, 05:20 PM   #4 (permalink)
Fox
TSF Enthusiast
 
Fox's Avatar
 
Join Date: Sep 2002
Location: NJ
Posts: 7,752
OS: XP Pro, CentOS

My System

Send a message via ICQ to Fox Send a message via AIM to Fox Send a message via MSN to Fox Send a message via Yahoo to Fox Send a message via Skype™ to Fox
Re: Please Help With My Memorial Site

Here's the code block for the image:

Code:
<table
 style="width: 200px; text-align: left; margin-left: auto; margin-right: auto;"
 border="4" cellpadding="1" cellspacing="1">
  <tbody>
    <tr>
      <td
 style="height: 265px; width: 200px; text-align: center; vertical-align: middle;"><div style="text-align: center;"><img src="index_files/School4.jpeg" alt="image"
 style="width: 200px; height: 265px;"></div></td>
    </tr>

  </tbody>
</table>
Try modifying it as follows:

Code:
<center><table
 style="width: 200px;"
 border="4" cellpadding="1" cellspacing="1">
  <tbody>
    <tr>
      <td
 style="height: 265px; width: 200px;"><div style="text-align: center;"><img src="index_files/School4.jpeg"
 style="width: 200px; height: 265px;"></div></td>
    </tr>

  </tbody>
</table></center>
That should do it.
__________________
Antec Neo Power 500W, ABIT IP35-E, Intel E2180@2.66Ghz, Corsair XMS2 2x1GB DDR2-800, PNY 8800GT, 320GB Seagate

* lazy college student alert *- If I've inadvertently ignored a thread, please Let me know about it

Have I helped you solve your problem?
Donate to Techsupportforums

Klart Skepp!
Fox is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-01-2007, 08:21 PM   #5 (permalink)
Registered User
 
Join Date: Sep 2007
Posts: 4
OS: Windows XP Pro


Re: Please Help With My Memorial Site

It worked!!!

Thanks, Fox.

I constructed the site so long ago that I forgot I had inserted that picture into a table. Of course I didn't think to center the table rather than the image itself.
Cyberdanson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-02-2007, 12:33 AM   #6 (permalink)
Fox
TSF Enthusiast
 
Fox's Avatar
 
Join Date: Sep 2002
Location: NJ
Posts: 7,752
OS: XP Pro, CentOS

My System

Send a message via ICQ to Fox Send a message via AIM to Fox Send a message via MSN to Fox Send a message via Yahoo to Fox Send a message via Skype™ to Fox
Re: Please Help With My Memorial Site

No problem :)

Glad you got it working.
__________________
Antec Neo Power 500W, ABIT IP35-E, Intel E2180@2.66Ghz, Corsair XMS2 2x1GB DDR2-800, PNY 8800GT, 320GB Seagate

* lazy college student alert *- If I've inadvertently ignored a thread, please Let me know about it

Have I helped you solve your problem?
Donate to Techsupportforums

Klart Skepp!
Fox is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 04:18 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85