--- In
blogger_user_support@yahoogroups.com, "andono.susilo"
<andono.susilo@...> wrote:
>
> guys,,,i have problem with my blog,,
> there is underline and strikethrough line in all main page (home).
> please help me,,,i will very apreciate,,this is the adress:
>
http://kereaktip.blogspot.com
>
> my email : andono.susilo@...
> Face book: andono.susilo
>
> thanks 4 your attention/
>
> regard
> Max
>
In your last article "HTML Introduction" you have copied into it some
HTML tags.
Those tags actually function as HTML when seen by the browser and will
therefore behave like them (effecting everything after them)
You need to encode the HTML to stop it behaving like HTML
<strikeout>
Use the following
& -ampersand
lt - less than (code for "less than")
; - delimiter (tells the browser that it is the end of the code)
& -ampersand
gt - less than (code for "greater than" symbol)
; - delimiter (tells the browser that it is the end of the code)
Make sure you put them on the same line <html_keyword>
You will need to do that for each HTML 'keyword' in that article (center
/ c / strikeout / s / font / basefont / u )
Regards
Chris