Jump to content
xisto Community
Sign in to follow this  
KliddY

Would You Help Me To Design My Website? Im new to this

Recommended Posts

When requestion for assistance, it would be nice to list or describe your vision, intension and theme you would like to focus on your website. Blankly asking for help does not help any others trying to help you, it further creates useless posts.Please make your post detailed and contributing to the forum.

Share this post


Link to post
Share on other sites

Hmmm.. there are alot of free templates available, those will help someone starting out to design a basic website. Go check them out, it may help you. There are numerous tutorials regarding how to upload websites onto servers etc. No harm doing a little research..

Share this post


Link to post
Share on other sites

This will show you how to use a stylesheet (css) for your html.

Start of with the main page and call it index.html or if doing it in php call it index.php, this will cause the index file to be displayed if someone just types in your domain and subdomain name such as http://forums.xisto.com/no_longer_exists/.

To create the actually html best of doing it by hand, notepad is pretty useful believe it or not.

start with,

<html><title>Your site</title><style type="text/css">

----> now goto http://www.mygen.co.uk/ and create a style profile and paste the contents inbetween these style tagd WITHOUT the style tags that mygen creates as i have already put them in here and without the html between the <div style and </div> that mygen create at the bottom of the generated html as its an ad thing they add.

example,


.mygen { Background Properties }table, tr, td { background-color:transparent; border:none; border-width:0;}body {	background-color:882222;		}.mygen { Text Properties }table, tr, td, li, p, div { font-family:arial black; color:000000; font-size:12px;	 } .mygen { Miscellaneous Properties }a:hover { cursor:crosshair;}

</style>

this will set things like the text font, background colour, table properties etc, you dont need all the options in mygen as a lot of them are specific to myspace html tags.
<body>

Now in here you would put all you main html like tables, text , images movies etc...

</body></html>

End of stylesheet tutorial

so all together,

<html><title>Your site</title><style type="text/css">.mygen { Background Properties }table, tr, td { background-color:transparent; border:none; border-width:0;}body {	background-color:882222;		}.mygen { Text Properties }table, tr, td, li, p, div { font-family:arial black; color:000000; font-size:12px;	 } .mygen { Miscellaneous Properties }a:hover { cursor:crosshair;}</style><body>Now in here you would put all you main html like tables, text , images movies etc...</body></html>

Edited by mole2k9 (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.