Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Help Please.. Chrome - Firefox - IE
Old 08-27-2010, 02:24 PM Help Please.. Chrome - Firefox - IE
Junior Talker

Posts: 3
Name: Michele Wassell
Trades: 0
Hello,

I am helping a friend with his website issues. His web developer skipped town on him. I am just a novice web designer, still using a lot of tutorials (easy ones) to do basic stuff.

There are 3 pages in question on his website: Panorama 1, 2, 3. I have changed the photos to be centered as well as the captions. In Chrome, all 3 pages are good, showing the photos and captions centered. In Firefox and IE, only page 3 shows them centered, but 1 and 2, the images are to the left and captions centered.

Page 1: http://www.timhaufphotography.com/ga...panorama1.html
Page 2: http://www.timhaufphotography.com/ga...panorama2.html
Page 3 : http://www.timhaufphotography.com/ga...panorama3.html

Also in IE, there is a large gap between the title on the page PANORAMAS and the first photo, but not in the other two browsers.

Please, can anyone help me with this? Thank you so much for your time.
photography2 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-27-2010, 07:07 PM Re: Help Please.. Chrome - Firefox - IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You need to fix the many, many validation errors in the code first, it's pretty ugly.
There is NO reason to use that hideous <center> tag when you can do it all with CSS. Besides, it's deprecated and shouldn't be used with an XHTML doctype.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-27-2010, 08:01 PM Re: Help Please.. Chrome - Firefox - IE
mlovet1's Avatar
Experienced Talker

Posts: 43
Name: Matt
Trades: 0
I'm using safari 5.0.1 and all of your panorama pages are centered just fine. I do see a gap between the title Panorama and the first picture, but it's not large enough for me to think it shouldn't be there.
mlovet1 is offline
Reply With Quote
View Public Profile Visit mlovet1's homepage!
 
Old 08-27-2010, 08:24 PM Re: Help Please.. Chrome - Firefox - IE
Junior Talker

Posts: 3
Name: Michele Wassell
Trades: 0
Thank you mlovet1 for letting me know. I really appreciate it.

Now for LadynRed... I don't understand what you mean and the only way I was able to center the photos and captions was to add the html code for center. The only changes I made to the website had to do with the home page, added a tab, changed a couple of the tab names and fix the pictures on the panorama pages. All the other coding was already there and done by previous web designer. I don't know what the majority of the code means, so if there is a tutorial I can follow for re-doing his pages correctly (not so messed up) and fix all issues for IE and Firefox that you can refer me to, I would really appreciate it. Or let me know how I should go about this otherwise? Like I said, I am novice at this and have only done template type websites before that are basically "add my own stuff to here and there".

I appreciate the advice and help... Thank you so much!!
photography2 is offline
Reply With Quote
View Public Profile
 
Old 08-28-2010, 04:39 PM Re: Help Please.. Chrome - Firefox - IE
Novice Talker

Posts: 5
Name: j
Trades: 0
I am also using safari 5.0.1 and all of your panorama pages at center are just fine.
js_best4u is offline
Reply With Quote
View Public Profile
 
Old 08-28-2010, 04:48 PM Re: Help Please.. Chrome - Firefox - IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
the only way I was able to center the photos and captions was to add the html code for center
Then the 'web designer' who did it originally clearly did not understand how to properly use CSS. The fact that he stuck it all inside a table in the first place is evidence enough that he didn't really know what he was doing. That <center> tag is everywhere, as is stuff like <div align="center"> which is also just bad coding.

Looking at just the centering problem -
remove the float: left from this section

Quote:
.ui-tabs-nav li {
float:left;
margin:0 0 0 0;
min-width:80px;
}

That will immediately center the photos.

To be blunt, the best way to fix all the errors, is to basically start over, clean up the layout and the code and you'll do better.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-28-2010, 05:04 PM Re: Help Please.. Chrome - Firefox - IE
Junior Talker

Posts: 3
Name: Michele Wassell
Trades: 0
I was not able to find float:left as there isn't any CCS in the coding as it looks like all HTML. I wish I could just erase all the coding on the page and redo with the same results, but I don't have a clue on how to do that. Is there a tutorial that I can follow online? I am able to do that as I have before, but am still learning!

Thanks a bunch again!!
photography2 is offline
Reply With Quote
View Public Profile
 
Old 08-30-2010, 04:23 AM Re: Help Please.. Chrome - Firefox - IE
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
I can not even open this sites.

EDITED:

Ah now it worked for me...

The code is a mess, at least those <center>'s and <span>'s stuff...

The idea is quite nice (I like the "header" logo) but the code is ...

For a "portfolio" site you need something fancy, outstanding, cool, awesome...

Sure I have an idea of how I would make it, but time is money...

There are a lot portfolio sites out there where you could take a look.
If you are not a good coder, get someone to do the code for you.
__________________
Chief Web Officer / Front-End Developer / System Engineer

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

Last edited by CSM; 08-30-2010 at 04:29 AM..
CSM is offline
Reply With Quote
View Public Profile Visit CSM's homepage!
 
Old 08-30-2010, 02:18 PM Re: Help Please.. Chrome - Firefox - IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
I was not able to find float:left as there isn't any CCS in the coding as it looks like all HTML.
Of course it's not in the HTML, it's all in an external css file
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help Please.. Chrome - Firefox - IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.34526 seconds with 12 queries