Help - Search - Members - Calendar
Full Version: strikeout
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
xBitterxSweetx
how do you strikeout ur words on xanga?
JlIaTMK
the links?
uniquexone
im looking for that too ! lol
xBitterxSweetx
no, just the words
JlIaTMK
the words in the entry?
lovescream
if it's hovering then
CODE
<!-- begin code provided by createblog.com -->
<style>
a:link
{
text-decoration: line-through;
}

a:hover
{
text-decoration: overline underline;
}

a:visited
{
text-decoration: line-through;
}
</style>
<!-- end code provided by createblog.com -->

O__________O Iunno if that's what you're talking about.
JlIaTMK
no she didnt say links she said "words".... so im asking her what words lol
xBitterxSweetx
QUOTE(JlIaTMK @ Nov 11 2004, 7:53 PM)
no she didnt say links she said "words".... so im asking her what words lol

yea not the links... just the words in my entries.. like how you do bold and italic( <b> or <i>), how do you do strikeout?
uniquexone
is there a way to do it by pressing controll and then a letter? for example when u press control b it makes it bold .. ?
JlIaTMK
CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
text-decoration: line-through;
}
</style>

<!-- end code provided by createblog.com -->
xBitterxSweetx
QUOTE(JlIaTMK @ Nov 11 2004, 7:59 PM)
CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
text-decoration: line-through;
}
</style>

<!-- end code provided by createblog.com -->

noo just like a couple words in my entry, no the whole thing.
lovescream
Aha.
go to microsoft word, type ur post, strikthrough whatever word you want, and copy and paste it into the journal entry thing. O__O Make sure to pick ur original font from ur site happy.gif
My idea. It works! ohmy.gif
MrElsewhere
Check "Edit HTML" wen u make an entry and add this to the entry:

CODE
<!-- begin code provided by createblog.com -->
<p class=strikeout>WORDS GO HERE</p>
<!-- end code provided by createblog.com -->


add this to ur HTML Header:

CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
p.strikeout {text-decoration: line-through;}
</style>
<!-- end code provided by createblog.com -->
shortvi3tlaydee
to strikeout you just do

CODE
<!-- begin code provided by createblog.com -->
<s>text here</s>
<!-- end code provided by createblog.com -->
lovescream
oh.. O_O there's a code? I just use my idea happy.gif
babygenuine__
to strike out words you would do this:

<strike> BLAH BLAH BLAH BLAH </strike> happy.gif
xBitterxSweetx
QUOTE(shortvi3tlaydee @ Nov 11 2004, 8:08 PM)
to strikeout you just do

CODE
<!-- begin code provided by createblog.com -->
<s>text here</s>
<!-- end code provided by createblog.com -->

THANKYOU!!
sherryvu
QUOTE(xBitterxSweetx @ Nov 11 2004, 8:17 PM)
THANKYOU!!

[ topic closed ]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.