how do you put the line thrus or colored "fixed" o

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   how do you put the line thrus or colored "fixed" o
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 20 year's 20 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 58
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
Stupid question. How you do do those like red "Fixed" or line thrus on forum post where you helped someone and completed it. Kinda like little lower on this set of forums.
Just wondering so I can do it for pple i help on our sites.
GRD



Back to top Reply with quote
#2   re: how do you put the line thrus or colored "fixed&quo
_Aerospace_Eng_
CZ Active Member
_Aerospace_Eng_ has been a member for over 19 year's 19 Year Member
usa.gif
Age: 39
Gender: Male
Status: Offline
Joined: Nov 09, 2004
0.03 posts per day
Posts: 200
Points: 10,133
   
you could use the strike tags to put a line through some words or you could use css to do it also to strike through things such as visited links and what not

here is the code for a line-through or strikethrough in html code for striking a few words only
<strike>this is a strikethrough</strike>


here is the code for the same thing using css which will strikethrough any words that are in between the body tags of your page
<style type="text/css">
body {text-decoration: line-through;}
</style>


here is the "fixed" line you are talking about, its called a horizontal rule

<hr color="#ff0000" width="80%" size="25"/>


the above code for the horizontal rule will produce a horizontal line 80% the width of the page color red and a size of 25 pixels vertically; u can also use the align code to align it left, center, or right



_________________
Back to top Reply with quote
#3   
GoddsEgo
PayPal Donation
CZ Moderator
Status: Offline
Joined: Jun 26, 2003
0.16 posts per day
Posts: 1211
Points: 69,166
 Yahoo Messenger  
Hi Damian,

The post status message you are talking about is a Mod called


Quick Title Edit

This adds the feature of marking the Forums posts [ FIXED ] or [ PENDING ] you can set the names and how many through the admins Forums CP.

Category: PHP Nuke 6.5-7.4 / Tweaks & Mods
Version: 1.0
Compatibility: 6.5+ phpbb 2.0.x
Filesize: 9.70 Kb
Added on: Mar-23-2004


and can downloaded here
[ Register or login to view links on this board. ]


LOL oops srry thats what I get for doing 50 things at once, Glad you found. edited my link to correct it for future viewers.



Back to top Reply with quote
#4   re: how do you put the line thrus or colored "fixed&
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 20 year's 20 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 58
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
AWESOME......... Actually both of these helped. Thanks a lot guys.............
By the way would love to be able to put a codewiz banner at bottom of the NUKE COMMUNITY DEMO SITE.......see some examples at bottom of........ [ Register or login to view links on this board. ]
THANKS
GRD

PS.. actually its this link, but thanks for the actual name of it...... [ Register or login to view links on this board. ]



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum