Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

What's wrong with this page?

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Getting Out of Secure Server  
Author Message
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 1) Posted: Mon Aug 04, 2003 4:33 pm
Post subject: What's wrong with this page?
Archived from groups: alt>www>webmaster (more info?)

Hail.

This is a customer's page:

http://www.n-cubed.com/mariotest.php

As you can see, it displays a bit goofy.

It uses (amongst other things) "div" which I am not familiar with.

Any ideas what is causing it to display the way it does?

Muchos gracias.
--
Charles Sweeney

 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
noxwebxmasterx

External


Since: Aug 01, 2003
Posts: 23



(Msg. 2) Posted: Mon Aug 04, 2003 4:33 pm
Post subject: Re: What's wrong with this page? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney wrote:
 > Hail.
 >
 > This is a customer's page:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.n-cubed.com/mariotest.php</font" target="_blank">http://www.n-cubed.com/mariotest.php</font</a>>
 >
 > As you can see, it displays a bit goofy.
 >
 > It uses (amongst other things) "div" which I am not familiar with.
 >
 > Any ideas what is causing it to display the way it does?
 >
 > Muchos gracias.

They've got the left menu div inside one
table row, the rest in a second tr. So
everything outside the left menu
displays below it. Muy ugly and unusable.

el M<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
anom

External


Since: Jul 01, 2003
Posts: 71



(Msg. 3) Posted: Mon Aug 04, 2003 4:33 pm
Post subject: Re: What's wrong with this page? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney wrote:>>

  > Hail.

  > This is a customer's page:

<font color=purple>  > <a style='text-decoration: underline;' href="http://www.n-cubed.com/mariotest.php</font" target="_blank">http://www.n-cubed.com/mariotest.php</font</a>>

  > As you can see, it displays a bit goofy.

  > It uses (amongst other things) "div" which I am not familiar with.

  > Any ideas what is causing it to display the way it does?

  > Muchos gracias.
  > --
  > Charles Sweeney

The displayed items should all be in one table row.

<div align="center">
<table>
<tr>
<td> left menu item </td>
<td> shout box </td>
<td> personality test </td>
<td> affiliates </td>
</tr>
</table>
</div>

Each time a table row is created, the next item listed drops below the
previous item just as you see being done here.
Your "client" needs to understand the basics of tables.

<a style='text-decoration: underline;' href="http://www.acehtml.com" target="_blank">www.acehtml.com</a> get the free version and learn with it.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
ngx

External


Since: Jun 28, 2003
Posts: 578



(Msg. 4) Posted: Mon Aug 04, 2003 5:05 pm
Post subject: Re: What's wrong with this page? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney wrote:
 > Hail.

How do you do?

 > This is a customer's page:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.n-cubed.com/mariotest.php</font" target="_blank">http://www.n-cubed.com/mariotest.php</font</a>>

you doing sites for clients now?

 > As you can see, it displays a bit goofy.

and a bit slow ;o(

 > It uses (amongst other things) "div" which I am not familiar with.

a div is just a block-level container

 > Any ideas what is causing it to display the way it does?
 >
Not the div - it's a tables issue: <
<a style='text-decoration: underline;' href="http://williamtasso.com/usenet/mario.htm" target="_blank">http://williamtasso.com/usenet/mario.htm</a> >

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
dorward

External


Since: Jun 27, 2003
Posts: 195



(Msg. 5) Posted: Mon Aug 04, 2003 5:17 pm
Post subject: Re: What's wrong with this page? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney wrote:

<font color=purple> > <a style='text-decoration: underline;' href="http://www.n-cubed.com/mariotest.php</font" target="_blank">http://www.n-cubed.com/mariotest.php</font</a>>
 > Any ideas what is causing it to display the way it does?

One of the 90 syntax errors (assuming that the author intended to use the
most liberal of HTML varients) perhaps?

<a style='text-decoration: underline;' href="http://validator.w3.org/" target="_blank">http://validator.w3.org/</a>
<a style='text-decoration: underline;' href="http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you" target="_blank">http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you</a>


--
David Dorward <a style='text-decoration: underline;' href="http://david.us-lot.org/" target="_blank">http://david.us-lot.org/</a>
Which is stupider: Pop-up ads claiming they'll stop spam, or spam claiming
it'll stop pop-up ads? -- Dork Tower<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 6) Posted: Mon Aug 04, 2003 7:12 pm
Post subject: Re: What's wrong with this page? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"William Tasso" <ngx RemoveThis @tbdata.com> wrote in message
news:bgll85$pm4dh$1@ID-139074.news.uni-berlin.de...
 > Charles Sweeney wrote:
  > > Hail.
 >
 > How do you do?

Very well. How do *you* do?

  > > This is a customer's page:
  > >
<font color=green>  > > <a style='text-decoration: underline;' href="http://www.n-cubed.com/mariotest.php</font" target="_blank">http://www.n-cubed.com/mariotest.php</font</a>>
 >
 > you doing sites for clients now?

Nah. He's my very own Sharif. Young guy, gaming site etc. I helped him
set up his forum. He was just looking for a pointer on the page problem.

Thanks for the screen shot.

Thanks others.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
user109

External


Since: Jul 01, 2003
Posts: 121



(Msg. 7) Posted: Mon Aug 04, 2003 8:07 pm
Post subject: Re: What's wrong with this page? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Charles Sweeney" <me.DeleteThis@charlessweeney.com> wrote:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.n-cubed.com/mariotest.php</font" target="_blank">http://www.n-cubed.com/mariotest.php</font</a>>

"When code is used for the sake of code"

I have a cablemodem, and couldn't wait for the site to download. It was
that slow.

--
Farlo, the Urban Fey Dragon
"Not content to remain a blockhead."<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 8) Posted: Mon Aug 04, 2003 9:19 pm
Post subject: Re: What's wrong with this page? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Farlo" <hall.j.m.RemoveThis@att.net> wrote in message
news:Xns93CD66FA6D180halljmattnet@68.12.19.6...
 > "Charles Sweeney" <me.RemoveThis@charlessweeney.com> wrote:
<font color=green>  > > <a style='text-decoration: underline;' href="http://www.n-cubed.com/mariotest.php</font" target="_blank">http://www.n-cubed.com/mariotest.php</font</a>>
 >
 > "When code is used for the sake of code"
 >
 > I have a cablemodem, and couldn't wait for the site to download. It was
 > that slow.

Thanks Farlo, I know all that.

Not my page Guv'!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
anom

External


Since: Jul 01, 2003
Posts: 71



(Msg. 9) Posted: Tue Aug 05, 2003 4:08 am
Post subject: Re: What's wrong with this page? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney wrote:>>

  > Hail.

  > This is a customer's page:

<font color=purple>  > <a style='text-decoration: underline;' href="http://www.n-cubed.com/mariotest.php</font" target="_blank">http://www.n-cubed.com/mariotest.php</font</a>>

  > As you can see, it displays a bit goofy.

  > It uses (amongst other things) "div" which I am not familiar with.

  > Any ideas what is causing it to display the way it does?

  > Muchos gracias.
  > --
  > Charles Sweeney

I see he got the problem straightened out.
You get what you want when you play the game by the rules don't you?<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What's wrong with this page? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
redirected home page - I recently put in a re-direct on the home page http://www.mp2kmag.com -> http://www.mp2kmag.com/mappoint.asp thinking it will help Google recognize that the site has something to do with MapPoint. I use <? header("Location: /mappoint.asp&quot...

page layout / css stuffup - Hey. I'm trying a new layout for my site, using css of course (using float). http://vbcentral.port5.com I guess I'll let you have a comment on the site, but that's not really the point of my post. First have a look at the page in Mozilla or Opera. Yo...

CSS footer, how to include so every page is the same? - I have a website that is using CSS. I have a footer defined. I want the footer to be the same on every page. Is there a way to do some sort of include to get so I only have to modify one file? Thanks

CSS footer, how to include so every page is the same? - I have a website that is using CSS. I have a footer defined. I want the footer to be the same on every page. Is there a way to do some sort of include to get so I only have to modify one file? Thanks

Question: Pinpointing Links from one page to another - I have an elementary question to you web authoring pros. I use Netscape Composer to write my pages. I know how to link to a graphic or text area within a page from within the same page. What I'd like to be able to do is be able to link to a specific area...
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]