Condensing html tags
Name:
Anonymous
2011-09-01 2:37
I need a way so that I can condense many tags into one simple tag. I want it so it turns this:
<html>
<body>
<div>
Into this:
[code]
<mytag>
[code]
Name:
Anonymous
2011-09-01 2:38
and you failed at bb tags. and you want to become better at html?
Name:
Anonymous
2011-09-01 2:39
<html>
<body>
<div>
</html>
</body>
</div>
Because this is just so difficult, eh?
Name:
Anonymous
2011-09-01 2:40
I was using it as a hypothetical example.
Name:
Anonymous
2011-09-01 3:01
>>1
Use the search/replace feature of your favorite text editor
!
Name:
Anonymous
2011-09-01 3:48
ONE WORD: THE FORCED GENERATION OF HTML USING PHP, THREAD OVER