I've looked through a few threads on customising the bounce message and layout and have managed to edit it a bit using the "goto ID23 "
It's fine, but i want to add a new style to it and link the style sheet and edit the surrounding html.
At the moment it looks like this:
bold is what is editable on ID23.
how can i edit the surrounding?
(i could link the style sheet in the ID23 field, but i'd rather not)
blockquote tag doesn't close correctly either.
any ideas?
Cheers
It's fine, but i want to add a new style to it and link the style sheet and edit the surrounding html.
At the moment it looks like this:
Code:
<HTML> <META HTTP-EQUIV="refresh" CONTENT="0; URL="my_ref_url_here"> <BODY BGCOLOR="#e9e9e9" TEXT="#000000" LINK="#6f0000" ALINK="#cc0000" VLINK="#6f0000"><BLOCKQUOTE> <P> <div class="bounce_text"> Please wait for your browser to forward you to the next page or click <A HREF="my_next_url_here">here</A>.</div> <BLOCKQUOTE></BODY> </HTML>
how can i edit the surrounding?
(i could link the style sheet in the ID23 field, but i'd rather not)
blockquote tag doesn't close correctly either.
any ideas?
Cheers
Comment