Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Dynamically adding things, using CSS?
Old 02-26-2005, 06:47 PM Dynamically adding things, using CSS?
subdismal's Avatar
Novice Talker

Posts: 7
Location: Roanoke, Virginia
Trades: 0
I was just wondering if there is any way that one could, using whatever method, automatically insert a <DD>; every new line break (<BR>) automatically. The reason I need it automatically formatted that way, hopefully using CSS, it's so that I can do this to a plethora of text already in the document.

Thanks, in advance!
subdismal is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-27-2005, 02:45 PM
GrayKard's Avatar
Skilled Talker

Posts: 72
Trades: 0
If I understand what you want to do, you need to get an html editor that has a replace function. then you put this in the text to find field: <br>
and this in the text to replace field: <br><dd>

Of course this just adds an open <dd> tag, you also need the rest of the <dl>(definition list) tags.

Here is a properly formatted definition list:

Code:
<dl>
<dt>Cats</dt>
<dd>Furry, annoying animals.</dd>
</dl>
You might try the editor: Edit Pad Lite, it's free for non-commercial use.

editpadlite.com/editpadlite.html
__________________

Please login or register to view this content. Registration is FREE
GrayKard is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dynamically adding things, using CSS?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11378 seconds with 12 queries