| View previous topic :: View next topic |
| Author |
Message |
youshineman
Joined: 10 Dec 2005 Posts: 3
|
Posted: Sat Dec 10, 2005 12:44 am Post subject: Can any one help me? |
|
|
Dear all,
You see I post at this Korean site once in a while and every post I make in English comes out as shown below...
LINK
The words at the end of each line get chopped off and without any hiphen..., and it's pain to read through as is, especially for those Koreans who are not proficient in English...
I believe the program the site uses sees only alphabets and not word.... for Korean words are displayed by letters of sylables and not by groups of alphbets that make up words....
Is there any way I could overwrite that by using some kind of html language? The site allows HTML for each post...
Any help would greatly appreciated.
 |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3589 Location: Sweden
|
Posted: Sat Dec 10, 2005 1:49 pm Post subject: Re: Can any one help me? |
|
|
Hi and welcome to DEVPPL.
I don't think there's anything you can do. You use a metatag within the <head> tags to define which charset you should use so that must be changed and only the webmaster can change that. |
|
| Back to top |
|
 |
lalalogic 100+ Club
Joined: 16 Aug 2005 Posts: 200
|
Posted: Sat Dec 10, 2005 2:55 pm Post subject: Re: Can any one help me? |
|
|
ask the webmaster to remove the
| Code: |
| style="word-Wrap:break-word; word-Break:break-all;" |
from the <td> tags in the article |
|
| Back to top |
|
 |
youshineman
Joined: 10 Dec 2005 Posts: 3
|
Posted: Sat Dec 10, 2005 6:48 pm Post subject: Re: Can any one help me? |
|
|
Thanks Webmaster and lalalogic for the welcome and also for taking time to give me replies.
I can enter Meta tags and HTML codes within my post there...
Lalalogic, what is the opposite of <style> command that you gave me here.
I might try to embed that opposite <sytle> command within my post and see..
I just tried to enter such as shown below but nothing happens...
==
html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<style="word-Wrap:yes; word-Break:no;"><title> 용서의 기술 (펌) continued..★ cool! 제이미</title>
</head>
==
Any more suggestion?
Have you nice day... |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3589 Location: Sweden
|
Posted: Sat Dec 10, 2005 8:36 pm Post subject: Re: Can any one help me? |
|
|
| Even if the input field supports html, you can't add info to the head-section of the code. |
|
| Back to top |
|
 |
lalalogic 100+ Club
Joined: 16 Aug 2005 Posts: 200
|
Posted: Sat Dec 10, 2005 10:21 pm Post subject: Re: Can any one help me? |
|
|
That's true..
This might work. Add
| Code: |
<style>
td {word-wrap: yes;
word-break: no;
}
</style>
|
before you start writing. It will overwrite the external css. You don't need the <head> tags  |
|
| Back to top |
|
 |
johneva 500+ Club

Joined: 29 Oct 2005 Posts: 561 Location: Stafford, England
|
Posted: Sat Dec 10, 2005 10:30 pm Post subject: Re: Can any one help me? |
|
|
Aup Lalalogic
You clever clever fella dont know that it will work but I would have never have thought that. |
|
| Back to top |
|
 |
youshineman
Joined: 10 Dec 2005 Posts: 3
|
Posted: Mon Dec 12, 2005 6:07 pm Post subject: Re: Can any one help me? |
|
|
Thanks lalalogic for helping me out!
Thanks to your suggestion, I was able to solve my problem.
Thank God for google.com search. When I did google search on WORD-WRAP & WORD-BREAK, it brought up a few sites where they explained what should be the codes that I should enter.
It was "NORMAL" not yes or no. So when I entered "Normal" in place of the Yes that I entered previously, the text displayed normal.
Thanks Webmaster once again for giving us this place where we could ask each other... and you lalalogic, you rock!
I wish you all very Merry Christmas... |
|
| Back to top |
|
 |
|