|
|

Changing HTML Difficulty: Intermediate |
| Category: CS > Other/Misc | Author(s): blkdrgn |

This is a quick guide to html...for a better example i will be changing the wecome screen in cs.
- In your Mod folder create a test file called motd.
- Edit the motd file using HTML
Here are a few simple rules:
Using Things in HTML
ADDING A BACKGROUND- To simply change the color of the background use this:
<body bgcolor=”#000000”> - To make a tiled background image use this:
<body background="location if image here ">
ADDING PICTURES- Very simple use this:
<img src=”location of image goes here”>
ADDING A LINK- 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- Center aligned text:
<p align=”center”>text goes here</p> - Left aligned text:
<p align=”left”>text goes here</p> - Right aligned text:
<p align=”right”>text goes here</p>
CHANGING THE SIZE OF TEXT- First pick a size….1-7 3 is normal text size.
- Simply add this size code:
<font size=”1-7”> - It would look as follows:
<p align=”right”><font size=”1-7”>text goes here</p>
ADDING A BREAK IN THE LINES- You don’t want this:
line 1 line 2 line 3. - To get this:
Line1
Line2
Line3 - Simply add <br> to the end of a line.
EX :
<p align=”left”>Line 1 <br>
<p align=”left”>Line 2 <br>
<p align=”left”>Line 3 <br>
|
| Added: 2 years ago | Tags: changing, html |
|
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 This tut's scores and traffic. Rating: ?/10 Skill Band: Undefined (0) Assessments: 2 Views: 10,460 Favorites: 2 Feedback: 11 More tuts in this category.
 Share It! |
This tutorial in a nutshell... Informative & Helpful 1 x Informative 1 x Helpful 1 x Useful 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. 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.  Add Message You must login or register to access this! |