Preformatted text

This is a discussion on "Preformatted text" within the Web Page Design section. This forum, and the thread "Preformatted text are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 7th, 2006, 17:36
kaz kaz is offline
Up'n'Coming Member
Join Date: Feb 2005
Location: Accra
Age: 42
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to kaz
Preformatted text

I'm doin an online course in XHTML, and part of our assignment is to apply the preformatted tag. Unfortunately, it's not showing on my page. Why is that? The page link is http://www.geocities.com/kkisie2000/horizontal.htm

Thanx

kaz
Reply With Quote

  #2 (permalink)  
Old Jun 7th, 2006, 20:59
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Preformatted text

An online course from where? I can't believe any self respecting code monkey would teach you to code a page like this.

Your page validates or more correctly doesn't, with 26 errors.

For starters, nothing but nothing should come before the DOCTYPE definition. Unless of course you have some php code that is removed by the server side processing but I don't thnk you are anywhere near that yet.

Code it properly and you might be in with a chance.
Reply With Quote
  #3 (permalink)  
Old Jun 7th, 2006, 21:05
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: Preformatted text

Calm down, lets give him the advice he has requested.

Remove everything else from the page and add the following to see if your <pre> tag is being effected.

Code: Select all
<html>
<head>
<title>Preformat Text</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<pre>

o
 n
  c
   e

</pre>
</body>
</html>
Reply With Quote
Reply

Tags
preformatted, text

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
making text field text disapear Phixon JavaScript Forum 4 Feb 2nd, 2008 07:49
[SOLVED] Image with text -&gt; text with background alexgeek Web Page Design 5 Nov 13th, 2007 23:25
alt text/title text differences Donny Bahama Web Page Design 3 Apr 23rd, 2007 17:02
text kaz Graphics and 3D 3 Apr 5th, 2005 15:51
How do you center the text in text a box so that it can be e benbacardi Web Page Design 5 Apr 6th, 2004 12:12


All times are GMT. The time now is 21:04.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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