Wildcard Usage:* matches any number of characters% matches exactly one character
Vladimir's WordPress Forum WP Wall URL makes wp-wall to expand
URL makes wp-wall to expand
22:517 October, 2008
James
Another problem.
When someone submits a URL in the Wall, the wp-wall window in the sidebar expands causing the whole sidebar to drop underneath the main index frame.
4:4210 October, 2008
Vladimir
posts 707
Usually this should not be a problem if you introduce width parameter to the wall css.
#wallcomments {
width:220px;
}
Guest Name (Required):
Guest Email (Required):
Guest URL (required)
Math Required! What is the sum of: 4 + 12
Vladimir’s WordPress Forum
URL makes wp-wall to expand
22:51
7 October, 2008
James
Another problem.
When someone submits a URL in the Wall, the wp-wall window in the sidebar expands causing the whole sidebar to drop underneath the main index frame.
4:42
10 October, 2008
Vladimir
posts 707
Usually this should not be a problem if you introduce width parameter to the wall css.
#wallcomments {
width:220px;
}