Search
Username:
Password:

Register or Reset Password

SUBMISSIONS
Counter Strike 1.6
   New Maps
   New Tutorials
   New Skins
   New GUI's
   New Sounds
   New Threads
Supervisors
   Aceman
   AlexKiryazi
Other
   Media
   Gamers
   Clans
   Studios
 
 
Search Tutorials:           Advanced
 
 
 
Changing HTML
Difficulty: Intermediate
Category: CS > Other/MiscAuthor(s): blkdrgn
Did you create this? Request ownership

This is a quick guide to html...for a better example i will be changing the wecome screen in cs.
  1. In your Mod folder create a test file called motd.
  2. Edit the motd file using HTML

Here are a few simple rules:

Using Things in HTML
    ADDING A BACKGROUND
  1. To simply change the color of the background use this:
    <body bgcolor=”#000000”>
  2. To make a tiled background image use this:
    <body background="location if image here ">

    ADDING PICTURES
  1. Very simple use this:
    <img src=”location of image goes here”>

    ADDING A LINK
  1. If you want to put in a link :
    <a href=”url goes here”>text of what link is diplayed as

    ADDING SIMPLE LINES OF TEXT
  1. Center aligned text:
    <p align=”center”>text goes here</p>
  2. Left aligned text:
    <p align=”left”>text goes here</p>
  3. Right aligned text:
    <p align=”right”>text goes here</p>

    CHANGING THE SIZE OF TEXT
  1. First pick a size….1-7 3 is normal text size.
  2. Simply add this size code:
    <font size=”1-7”>
  3. It would look as follows:
    <p align=”right”><font size=”1-7”>text goes here</p>

    ADDING A BREAK IN THE LINES
  1. You don’t want this:
    line 1 line 2 line 3.
  2. To get this:

    Line1
    Line2
    Line3
  3. Simply add <br> to the end of a line.


  4. EX :
    <p align=”left”>Line 1

    <br>
    <p align=”left”>Line 2

    <br>
    <p align=”left”>Line 3

    <br>

Added: 2 years agoTags: changing, html
Changing HTML
Added by...
Images

Submitter Identity
darkangel .
Improvise Adapt & Overcome
Tutorial Stats
Statistics on tutorial submissions by darkangel .
Submissions: 8
    Independent: 8
    Studio: 0
    Redistributions: 8
Total Views: 526,463
Total Feedback: 89 posts
Average Rating: 9.1/10
Unrated Tutorials: 6
Total Favs: 165
First Submission: 3 years ago
Latest Submission: 2 years ago
Favorite Category: CS > Server Administration (2 releases)
Statistics
This tut's scores and traffic.
Rating: ?/10
Skill Band: Undefined (0)
Assessments: 2
Views: 10,460
Favorites: 2
Feedback: 11
New Tutorials: Other/Misc
More tuts in this category.
Bunnyhopping tutorial
Difficulty: Intermediate
CS 1.6 FPS Tutorial for low end users
Difficulty: Intermediate
Background Music Tut
Difficulty: Beginner
Custom Start Up Music
Difficulty: Beginner
Share It!
Get HTML Code
Get BBCode
Tell a Friend
Assessment
The community's verdict.
9.5/10
Detail
9.5
Usefulness
9.5
Readability
9.5
Stamps
This tutorial in a nutshell...
Informative & Helpful
Assess Tutorial
Tutorials are community moderated.
You cannot assess yet!
Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure.

To vote on this submission register or login.
Stamp Tutorial
How would you describe this tutorial in a few words?
You cannot stamp yet!
Stamps let you apply characteristics to submissions to help others understand them.

To stamp this submission register or login.
Messages
Provide constructive feedback. What is "constructive"?
felipegoes .
Not everybody deserves a second chance | Y2M
Posted 3 months ago

nice

SGT_Kick_ur_azz .
Banned | Y2M
Posted 6 months ago

Very Good :D
- Banned
Doritos3xl .
Sigue matandolos | Y2M
Posted 10 months ago
Very nice. But when we put pictures is the source off the computer or off the internet?
Assessment: [+] Approved - 9
.
Unreal Tournament Addict | Y2M
Posted 11 months ago

AMAZING


.
Jiggle Jiggle | Y2M
Posted 1 year ago
With an HTML makeover, this tutorial could be very good. Until then, I'll give it a seven.

[EDIT]
All done. :)
7000C .
Thats 12,632F noob. | Y2M
Posted 1 year ago
UPDATE___________________________________

You should use <*style="variable" /> instead of <*font>
- Thats 12,632F noob.
LeRadieux .
existence under doubt | Y2M
Posted 2 years ago
I think now most mods come with their own motd.txt, like CS1.6, CZ, CS Source and even GMod. So maybe you can list that file in the tutorial...
jancuks .
? | Y2M
Posted 2 years ago
Just open motc.txt file, copy source code in
any Web Page Maker, edit it, then copy your new motd source code in the motd.txt, and thats it + you can make it very cool.
-
Posted 2 years ago
What size in pixels do you have to make the picture in the motd?
Can I make the page scroll down to read rules or what not I wish to place on there aswell?
.
Civilization Is Over. Elect The Dead. | Y2M
Posted 2 years ago
You could also say this is just basic HTML.
But nice tut
- Civilization Is Over. Elect The Dead.
Add Message
You must login or register to access this!