Jump to content

frame attribute in title tag


paleolith

Recommended Posts

The frame attribute is being stripped from <title> tags. Please allow it to pass through. I know of nothing potentially dangerous about the frame attribute.

 

If there's an actual reason for excluding it, please explain. I'm assuming it just got caught in the policy of only allowing white-listed elements rather than allowing anything except black-listed elements, a policy with which I agree.

 

Using a one-cell table with a caption is one of the easiest ways to present images with captions. In doing that, an easy way to avoid text bumping against the image is to use the border and frame attributes, for example

 

<table width="600" align="left" rules="none" border="3" frame="void">

<caption align="bottom"><font size="-2">

Halloween decoration on the burned hillside

</font></caption><tr><td><img src=

"http://img.geocaching.com/cache/log/b2583ee1-fc58-4523-9077-6a0dd71e00e2.jpg"

></td></tr></table>

 

Edward

Link to comment
Guest
This topic is now closed to further replies.
×
×
  • Create New...