• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Help changing the background of a Modern AAC website and changing the tab picture!

Oif Oif Oif

New Member
Joined
Aug 5, 2009
Messages
548
Reaction score
1
Location
Lexus HQ
Hello OTlander's! I'm having trouble making my website, I was just wondering how would i change the background of the entire website? if you know please post here, i would definatly rep++ you!

And another thing, how do you change the picture on the tab bar? if you don't know what i mean here's a picture.

Changetis.jpg


Would be very greatful if any of you help me out, thanks! ^_^

PS: Srry for the blankspace, i dunno how to fix that.
 
Last edited:
If you want to change background color, edit the .css file.
If you want to change the picture, then just find it in htdocs and edit/replace? :p

For picture on the tab, put a file called favicon.ico into htdocs :p
 
I second this!
I am using UniServer, and ModernAAC, how can I change the background of my website and the little tab picture that Oif showed up above ^
 
Add this in templates\nameoflayout\index.php (in the head tags):
PHP:
<link rel="shortcut icon" href="{$path}/templates/nameoflayout/images/server.ico" type="image/x-icon">
  <link rel="icon" href="{$path}/templates/nameoflayout/images/server.ico"  type="image/x-icon">

Code:
{$path}/templates/nameoflayout/images/server.ico // <-- here you can change where located is your icon
 
Back
Top