This topic is locked

More options with Visual editor

5/1/2008 2:14:26 AM
PHPRunner General questions
S
swanside author

WOuld it be posible in the future update to be able to change the background on the visual editor page, similar to the way you can with MS Frontpage?
Cheers

Paul

Sergey Kornilov admin 5/1/2008

You can do it by switching to HTML mode and modifying BODY tag

<body bgcolor=red ... >
S
swanside author 5/2/2008

Ok Thanks.
I have tried to alter the code as follows.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD><TITLE>Helpdesk</TITLE>

<META http-equiv=Content-Type content="text/html; charset=windows-1252"><LINK

href="include/style.css" type=text/css rel=stylesheet>

<META content="MSHTML 6.00.5730.13" name=GENERATOR></HEAD>

<BODY bgcolor="#000000", topMargin=5

{$onload}>{$includes}{include_if_exists file="include/header.php"}&nbsp;

<FORM name=frmSearch action=job_list.php method=get><input type="Hidden" name="a" value="search"><input type="Hidden" name="value" value="1"><input type="Hidden" name="SearchFor" value=""><input type="Hidden" name="SearchOption" value=""><input type="Hidden" name="SearchField" value=""></FORM>

<TABLE cellSpacing=0 cellPadding=0 width="99%" align=center border=0>

<TBODY>


But I wont change color.
I have tried just using "Black" as well as the hex numbers. But, I can not get a result.
Cheers

Paul

Sergey Kornilov admin 5/2/2008

Paul,
remove the comma

<BODY bgcolor="#000000", topMargin=5 {$onload}>
S
swanside author 5/3/2008

Sorry, but it still dont work, I have upped it to the demo account and sent an email to support if you could have a look at it please.
Thanks