banner.jpg
Web Development and Tools Powered by WebSellerTM

 

Home

Tips
  Umlauts/UTF-8
  Normalization
  OemToAnsi
  MySQL Import
  Site Search
  City Desk
  DynDNS
  MXLookup
  SPAM

SDT

Support
  Downloads
  Contact Us

Impressum

German

RSS Feed

Site search:

Web Search

Made with CityDesk


Custom Layout


You can change the configuration file sqldbu.ini (section [HTML]) in order to modify the pre defined SqlDBU layout. The mentioned section contains all necessary CSS- und table tags to customize the SqlDBU layout.

[HTML]
START_BODY=<body bgcolor="#FFFFFF" text="#000000"> \r\n
START_HEAD=<head> \n \
     <style type="text/css"> \n \
     <!-- \n \
       body          {font-family: verdana} \n \
       ...
      //--> \n \
   </style> 
...
END_BODY=</body>
END_HEAD=</head>
...

In START_HEAD you can of course refer to an external  .css file in order to reduce the generated code.

Note: A backslash character "\" at the very end of the configuration file line  indicates that the appropriate value continues at next line. Sequence "\r\n" or "\n" can be used to force a line break. Without this break all continuation lines will be put together with the first one to a single resulting line.

Back