Could any of you PC users help me out with my website. http://homepage.mac.com/tgpo The website looks perfect on my mac, but not on a PC. The images don't line up as they should and the text for the video is not in the right place. This sucks, but the fact that I don't have a PC makes it hard for me to fix it. So if anyone can offer their help to me I would greatly appreciate it.
+ Reply to Thread
Results 1 to 30 of 57
-
-
a couple questions: what browser are you using on your Mac? what HTML prog did you use?
Laserdiscs are cool, but laserdiscs on DVD-Rs are cooler. -
Looks okay, ecept for the one image on the opening page.
Here's a tip, and really ANY MAC user should be aware of this. Most MAC apps have this fetish for fonts. Just look at Adobe Illistrator or Page maker. Now Internet Exploder will use a default font if the HTML page uses a custom font it doesn't have. This messes up spacing sometimes.
Soooooooo, use some universal font, this should help. Also, even looking at the source for the page it won't render correctly, there are all kinds of tabs and extra spaces in the source.
It looks mostly okay. Actually you will never get a MAC and a M$ box to render exactly the same unless you run straight HTML. Heck, you can't get IE 5.0 and 6.0 to run Java Scripts the same, so a MAC has no chance.To Be, Or, Not To Be, That, Is The Gazorgan Plan -
Originally Posted by Gazorgan
I didn't use a custom font in the html....
I used bbedit lite to edit the html. The tabs and spaces were from my coding the html program style. -
Oh. I'm using IE 5 on Mac OS X to view the website. I already see a problem with netscape. it doesn't like spaces in filenames...
-
The main frame documents has no bgcolor, so it renders in grey on my default Mozilla. I guess that's not what's intended? Otherwise it looks OK on Linux/Mozilla
/Mats -
When you say main frame do you mean where the news is listed? The background color for it is silver.
-
this is what it looks like on ie 6.
http://www.geocities.com/conquest10/tgpo.jpg
i think you have to copy/paste into the address bar.His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
Oh, it was on purpose? Oopps - sorry!
I often make that mistake myself, just testing in IE (with white as default bg) just to find out that it loks a bit "different" in Netscape et al with grey as default bg...
/Mats -
Originally Posted by Conquest10
-
Here is what it looks like to me...and and I want it to look like for everyone.
-
Originally Posted by mrtristan"Art is making something out of nothing and selling it." - Frank Zappa
-
It should look like this
https://www.videohelp.com/tgpo.htm
The table was not entirely correct.
<td width="400" height="20"> News: </td>
should be
<td width="400" height="20"> News: </td>
<td height="20"></td>
or use colspan="2" in the news column.
And you must have some weird characters in the top table rows because if I removed some empty space(before and after the <img src> the top rows looks okey in internet explorer. -
that's beautiful baldrick. i was going to say change the width of the table to 200 where the video is in. that centered it but still didn't fix the rest.
His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
Oops. I guess they weren't the same. I probably would have never noticed, if you didn't point that out.
-
yeah.
His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
i alright except for the video pick. its still not centered.
His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
flaystus, what does it look like to you?
That sucks, b/c there is a center tag on the right menu.... -
this is what baldrick used:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<meta NAME="description" CONTENT="TGPO's S(VCD) Guides, plus Music Video direct download and movies. Also Apple Firmware updates">
<meta NAME="keywords" CONTENT="tgpo, vcd, dvd, svcd, rip, burn, apple, mac, homepage, g4, cube, cd-r, cd-rw, dvd-r, music, mp3, mpeg, mpg, video, movie, firmware, direct, download">
<style type="text/css">
<!--
a:link, a:active, a:visited {
color: White;
text-decoration: none}
a:hover {
color: Yellow;
text-decoration: None}
//-->
</style>
<TITLE>
tgpo's Waste Of Webspace
</TITLE>
<script language="JavaScript">
<!--
self.onError = null;
if( top.location != location ) {
top.location.href = location.href;
}
//--->
</script>
</HEAD>
<BODY BGCOLOR="#ffffff" topmargin="0" leftmargin="0">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="770">
<TR>
<TD WIDTH="770" HEIGHT="550">
<TABLE WIDTH="770" height="502" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH="770" HEIGHT="32" COLSPAN="3"></TD>
</TR>
<TR>
<TD WIDTH="157" HEIGHT="28"></TD>
<TD WIDTH="26" HEIGHT="28"></TD>
<TD WIDTH="587" HEIGHT="28"></TD>
</TR>
<TR>
<TD WIDTH="770" HEIGHT="1" COLSPAN="3"></TD>
</TR>
<TR>
<TD WIDTH="157" HEIGHT="422" valign="top" background="http://homepage.mac.com/tgpo/images/b5_3pane1_4_.jpg">
<table border="0" width="157" CELLSPACING="0" CELLPADDING="0">
<font color="white">
<tr>
<td width="157" height="5" valign="top">
</td>
</tr>
<tr>
<td width="157" height="20" valign="top">
(S)VCD Guides
</td>
</tr>
<tr>
<td width="157" height="8" valign="top">
</td>
</tr>
<tr>
<td width="157" height="20" valign="top">
Programs
</td>
</tr>
<tr>
<td width="157" height="10" valign="top">
</td>
</tr>
<tr>
<td width="157" height="20" valign="top">
QT Mutator
</td>
</tr>
<tr>
<td width="157" height="11" valign="top">
</td>
</tr>
<tr>
<td width="157" height="20" valign="top">
Divx to VCD
</td>
</tr>
<tr>
<td width="157" height="15" valign="top">
</td>
</tr>
<tr>
<td width="157" height="20" valign="top">
Links
</td>
</tr>
<tr>
<td width="157" height="10" valign="top">
</td>
</tr>
<tr>
<td width="157" height="20" valign="top">
Contact Me
</td>
</tr>
</table>
</TD>
<TD WIDTH="613" HEIGHT="422" COLSPAN="2"> <table border="0" width="613" height="422">
<tr>
<td height="20"> News: </td>
<td height="20"></td>
</tr>
<tr>
<td width="428" valign="top" bgcolor="Silver"> <font size="2">
<font color="navy">Fri 3/28/03 - New Videos Uploaded</font>
I've uploaded two new home movies. I'm working on creating a
seperate page for these, but until then:
Funny Cola Commercial
- Oh no I'm out of Depek Cola
tgpo's Kung Fu Video
- Special Effects, Fast Editting, Cheesy Voiceovers..What
Kung Fu is all about.
<font color="navy">Wed 3/27/03 - New Page Design</font>
New Page Layout. Now doesn't this look so much better!</font>
</td>
<td bgcolor="white" valign="top" align="right" width="175"> <table width="175" border="0">
<tr>
<td width="157" height="256" valign="top" background="http://homepage.mac.com/tgpo/images/side.jpg">
<font size="1">
<center>
Video Pick:
Blink 182 - What's My Age Again
<font size="1">24.7mb</font>
</center>
</font> </td>
</tr>
</table>
</td>
</tr>
</table></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<script>var go_mem="tgpo";</script>
<script src="http://gostats.com/go.js"></script>
<noscript>
<a href="http://gostats.com/gogi/viewstats.pl?mn=tgpo" target="_top">
</a>
</noscript>
[img]images/is_single_pixel_gif.gif[/img]</TD>
</TR>
</TABLE>
</BODY>
</HTML>His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
no. still off.
His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
Does the page Baldrick did look better than the way the page looks now? If so I'll just copy and paste.
-
Conquest, do you have AIM? IF so I'd love to try this through chat.
-
yeah. baldricks' is perfect. i found out what it is. the table width should be 157 instead of 100.
His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
no, i don't have any messeging (sp?) software.
His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend?