Response Pages that adjusts to frames

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Response Pages that adjusts to frames

Not applicable

hi

is there way to get the response page to adjust it self to a frame, if you block FB-social plugins and this is just a ad on a site that is outerwise ok the block page looks wierd and the users cant read the information in that page.

1 REPLY 1

L6 Presenter

The blockpage is just a htmlpage delivered to the client.

So if you want it to selfadjust according to windowsize you should create your html so it will do so.

The most simple way is just something like:

<html>
<head>
<title>Blocked</title>
</head>
<body bgcolor="#ffffff">
<table>
<tr>
<td>
<center>Blocked</center>
</td>
</tr>
</table>
</body>
</html>

or perhaps just a blank page (but you must then inform the clients about this Smiley Happy)

  • 1420 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!