Thread: Spaces in text AND . . .
Results 1 to 4 of 4
Related
-
Spaces for banners on site with 20 000 unique visitors a day Forum: Internet Services
Replies: 0 -
Deleted spaces Forum: Myspace Forum
Replies: 5 -
How to get my page content text to show up before navigation text for improved SEO Forum: HTML Forum
Replies: 0 -
reducing multiple spaces in a string to a single space Forum: CGI Perl Forum
Replies: 1 -
colors and text input boxes and text areas Forum: HTML Forum
Replies: 2
-
03-05-2004, 11:23 AM #1
Spaces in text AND . . .
Greetings Today!
I am trying to eliminate horizontal spaces in text.
At www.****************.com/Pasta.Html how can I eliminate the spacing between: "eliminate starch buildup" and "Standard Features", Plus the space between "With a Desco cooker you can" and "Cook at working Height".
Also how can I indent the text below: "With a Desco cooker you can".
Thanks,
JackLast edited by HTML; 05-05-2004 at 06:15 PM. Reason: link removed due to unethical practices
-
03-05-2004, 10:34 PM #2
Have you run this through the HTML Validator yet? If you clean up the code then you can work on design.
My guess is if you clean up the code you may fix the problem, however using bulleted lists will leave a little space below.
Dave
-
03-07-2004, 09:33 AM #3
HTML Validator
Morning Dave,
I followed your advice but got this message when I entered the URL:
I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to validate the document. The sources I tried are:
What is the problem?
Thanks,
Jack
-
03-07-2004, 11:47 AM #4
Place this before your <html> tag
HTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Place this before your </head> tag
HTML Code:<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Dave
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum