Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-18-2004, 09:49 AM   #1
plyre
Registered User
 
Join Date: Feb 2004
Posts: 132
need advice about HTML tags , please

Hi
I need some advice
How can I put automatically br tag in the end of each line
let's say I have a next list :
ferrarired
porsheblue
lamboyellow
hummerblack
salensilver
bmwwhite

and I want to put automatically br tag in the end of each line
like this :
ferrarired br
porsheblue br
lamboyellow br
hummerblack br
salensilver br
bmwwhite br

is there any software around that can do that for me ? some text editor ?
Thanks !

Last edited by plyre; 02-18-2004 at 09:51 AM..
plyre is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-18-2004, 09:59 AM   #2
Rorschach
So Fucking Banned
 
Join Date: Aug 2002
Posts: 5,579
PHP Code:
<?php
$string 
"yourlist\nof stuff\nhere\n";
$string nl2br($string);
print 
$string;
?>
Rorschach is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-18-2004, 10:03 AM   #3
woj
<&(©¿©)&>
 
woj's Avatar
 
Industry Role:
Join Date: Jul 2002
Location: Chicago
Posts: 47,882
just run a search and replace in any decent text editor...
__________________
Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager
woj is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-18-2004, 10:48 AM   #4
plyre
Registered User
 
Join Date: Feb 2004
Posts: 132
thanks !
plyre is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-18-2004, 10:52 AM   #5
raymor
Confirmed User
 
Join Date: Oct 2002
Posts: 3,745
> just run a search and replace in any decent text editor...

Depending on the editor, the "end of line" charactr is probably
represented by "\n".
You don't want a BR tag for a list, though.
For a list, use one of the list tags.
OL is an ordered list - it'll number the items in the list by default.
Of course you could set you CSS display something else instead
of numbers, or nothing at all.
UL is an unordered list - It doesn't number the items and by default
bullets each item. Of course the bullets and all are fully configurable
with a line of CSS. On one gun site a do the members asked for
"bigger bullets" next to each message in the list, so I set the CSS
to bullet each one with a 9mm Hydrashock shell .
__________________
For historical display only. This information is not current:
support&#64;bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroids
raymor is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.