Using this "Edit Your Bren Info" form you can add additional content, or link to your own personalized web.
Web content placed in the U:\public_html folder will automatically show up at
http://www2.bren.ucsb.edu/~username
where username is your Bren username. You can edit content using FrontPage.
We have also provided a redirect facility from www.bren.ucsb.edu to redirect ~username links to the www2.bren.ucsb.edu address. This is useful when advertising your own page, because you can use the following address:
http://www.bren.ucsb.edu/~username
The exception here is for faculty who in the past preferred having the above URL redirected to the old http://www.bren.ucsb.edu/fac_staff/fac/username. We recommend you move your content to the new location. Please let us know if you would like this redirection updated via email to webmaster@bren.ucsb.edu.
For example, if you would like to link content placed here from your People page editable via option 1 above, content placed at
U:\public_html\somefolder\somefile.htm
would be publicly viewable and linkable at
http://www2.bren.ucsb.edu/~username/somefolder/somefile.htm
Please note that any page called default.htm (or default.html, index.htm or index.html) will automatically be displayed when browsing to a folder. So, the homepage for your website should be saved to U:\public_html\default.htm.
To include the border content of the Bren website for a "Bren look", start a new web page with the following bren_template.htm file (right-click on link -> Save Target As..), which is the following HTML code:
<html>
<head>
<title>Page Title Here</title>
<!--#include virtual="/bren_head.inc" -->
</head>
<!--#include virtual="/bren_body.inc" -->
Content here.
<!--#include virtual="/bren_foot.inc" -->
</html>
The include statements (in italics) above do all the work for you. You need only update the page title and content (in bold). Also, note that the <BODY> and </BODY> tag are already included in the bren_body.inc and bren_foot.inc files.
You would probably want to save the bren_template.htm file to U:\public_html, and make a copy of it as index.htm for your default page. Note that you won't see the border content until you finally view your page at
http://www2.bren.ucsb.edu/~username