Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Novice help (excel on a webpage)

Novice help (excel on a webpage)
Thread Tools
Junior Member
Join Date: Dec 2003
Location: UK
Status: Offline
Reply With Quote
Aug 16, 2004, 02:38 PM
 
hi

I've recently made a website that shows all of my friends fantasy football scores. I've done this by saving the excel sheet that includes the data as a webpage, then published it through my .mac account.

It looks fine from my macintosh, but my friends who are windows users say that the bottom of each line (cell) is slightly cut off, so the data doesn't display properly.

Does anyone know why this is happening or how to rectify the problem? I'm using Arial size 10 as the font.

Thanks in advance.
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Aug 16, 2004, 02:44 PM
 
show. us. code.
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Junior Member
Join Date: Dec 2003
Location: UK
Status: Offline
Reply With Quote
Aug 16, 2004, 02:48 PM
 
Originally posted by philzilla:
show. us. code.
how so i do that? I simply created an excel sheet, saved it "as a web page" and then chose that file to add to my .mac homepage account.
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Aug 16, 2004, 02:53 PM
 
you could always show us the .mac page you're on about
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Junior Member
Join Date: Dec 2003
Location: UK
Status: Offline
Reply With Quote
Aug 16, 2004, 02:56 PM
 
Originally posted by philzilla:
you could always show us the .mac page you're on about
(Last edited by PianoMan; Aug 16, 2004 at 03:38 PM. )
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Aug 16, 2004, 03:08 PM
 
ahh. see what you mean. renders okay in PC Firefox, but - surprise, surprise - Internet Exploder makes a dog's dinner out of it. isn't it wonderful how a Microsoft application mangles code which was output by another Microsoft application. they are truly an amazing company.

so. is this something you're just updating every few days? once a week? how often? it would be better if you just drew up a quick table in Dreamweaver and threw the data in there manually. you'd stand a much better chance of it looking the same on every platform then.
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Junior Member
Join Date: Dec 2003
Location: UK
Status: Offline
Reply With Quote
Aug 16, 2004, 03:11 PM
 
Originally posted by philzilla:
ahh. see what you mean. renders okay in PC Firefox, but - surprise, surprise - Internet Exploder makes a dog's dinner out of it. isn't it wonderful how a Microsoft application mangles code which was output by another Microsoft application. they are truly an amazing company.

so. is this something you're just updating every few days? once a week? how often? it would be better if you just drew up a quick table in Dreamweaver and threw the data in there manually. you'd stand a much better chance of it looking the same on every platform then.
I'm updating once a week, but i have a few hidden workseheets that do work behind the scene, so that wouldn't be possible. Is there nothing i could do in excel to correct it, or am i doomed.
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Aug 16, 2004, 03:20 PM
 
Originally posted by PianoMan:
Is there nothing i could do in excel to correct it, or am i doomed.
1. i took the code into Dreamweaver.
2. ran Clean Up Word HTML
3. converted it to XHTML

checked it in PC/IE and it looked like it was supposed to. so, just do that every time, and you should be good to go.
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Dedicated MacNNer
Join Date: Nov 2001
Location: Are Eye
Status: Offline
Reply With Quote
Aug 16, 2004, 03:21 PM
 
you could add some padding-bottom to the style sheets and that ought to fix it.

I couldn't begin to tell you why Excel outputs two style sheets, but whatever.

towards the top, you'll see the css between the <style> tags add to it:

Code:
table td { padding-bottom: 4px; }
add more padding if necessary.

If that doesn't work, go hardcore on it and do this instead:

Code:
table td {height: 1.5em;}
     
Dedicated MacNNer
Join Date: Nov 2001
Location: Are Eye
Status: Offline
Reply With Quote
Aug 16, 2004, 03:30 PM
 
okay, the padding-bottom doesn't work. I checked. but the height does.
     
Junior Member
Join Date: Dec 2003
Location: UK
Status: Offline
Reply With Quote
Aug 16, 2004, 03:39 PM
 
thanks guys, i'll try both things
     
   
Thread Tools
Forum Links
Forum 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 On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:09 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2