It is currently Thu Mar 28, 2024 8:35 am


All times are UTC


Forum rules


Please click here to view the forum rules



Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Help!
PostPosted: Thu Jul 17, 2008 12:06 am 
Newbie
Newbie

Joined: Wed Jul 16, 2008 11:52 pm
Posts: 10
I want my site to look like this, where do I insert the code? Please tell me step by step of what to do. Thankyou in advance!

Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 17, 2008 3:04 pm 
Site Admin

Joined: Sat May 31, 2008 1:56 am
Posts: 497
Please open a trouble ticket from your account with us so we will be able to assist you further.

_________________
Best Regards,
Miles
ModeratorsTeam
Freehostia.com


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 17, 2008 8:11 pm 
Moderator
Moderator

Joined: Tue Aug 29, 2006 3:11 am
Posts: 337
You have to be more specific. That is a web template, are you asking how to use it or how to set up a website with a frame on top?

_________________
Join HTMEDIA!!
Visit Movie Spot - Movies and Stuff


Top
 Profile  
 
 Post subject: Yeah
PostPosted: Sat Jul 19, 2008 9:54 pm 
Newbie
Newbie

Joined: Wed Jul 16, 2008 11:52 pm
Posts: 10
I want it to look exactly like this. So yeah, how do I set it up like this?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 21, 2008 7:51 am 
Moderator
Moderator

Joined: Tue Aug 29, 2006 3:11 am
Posts: 337
You still haven't answered the question, but if you mean you want a site with a top frame like freecsstemplates.org then use this code:

Quote:
<html>
<head>
<title>Name of your site</title>
</head>
<body>

<frameset rows="95,*">
<frame name="header" scrolling="no" noresize="noresize" target="main">
<frame name="main (matches the above target="main")">
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</body>
</html>



Anything in red can be changed to suit your needs. Follow any notes I made if necessary. Let me know if you need any further help.


If you were meaning you want a layout like the template in the screenshot at freecsstemplates.org - then just download it from there, extract the files, edit the content, and upload them to your Freehostia account! :)

_________________
Join HTMEDIA!!
Visit Movie Spot - Movies and Stuff


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 25, 2008 10:02 pm 
Newbie
Newbie

Joined: Wed Jul 16, 2008 11:52 pm
Posts: 10
I want my site to look exactly like the pictue, I just want to change the buttons and add some more features.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 27, 2008 3:04 am 
Moderator
Moderator

Joined: Tue Aug 29, 2006 3:11 am
Posts: 337
Please give me the link to the page you have in the screenshot so I can assist you further.

_________________
Join HTMEDIA!!
Visit Movie Spot - Movies and Stuff


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 27, 2008 12:59 pm 
Newbie
Newbie

Joined: Wed Jul 16, 2008 11:52 pm
Posts: 10
http://www.freecsstemplates.org/preview/printing

Thats the link.

Let me explain a bit more...

I want my site to look like this. I just want to change those tabs at the top. I also want to edit the calander. I want to edit everything...to my liking.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 29, 2008 2:27 am 
Regular
Regular

Joined: Sun Apr 15, 2007 5:14 pm
Posts: 308
Location: Barrie On Ca
download the file
unzip it
upload the index.html, the style.css and the images folder to your website.

i guess you'll want to edit the index.html file to your liking first, you can edit it by opening it in notepad and changing what you want changed.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 29, 2008 1:54 pm 
Newbie
Newbie

Joined: Wed Jul 16, 2008 11:52 pm
Posts: 10
FnCool wrote:
download the file
unzip it
upload the index.html, the style.css and the images folder to your website.

i guess you'll want to edit the index.html file to your liking first, you can edit it by opening it in notepad and changing what you want changed.


I dont know how...


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 30, 2008 2:53 am 
Regular
Regular

Joined: Sun Apr 15, 2007 5:14 pm
Posts: 308
Location: Barrie On Ca
http://www.w3schools.com/

there's a good place to learn


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 09, 2008 12:52 am 
Moderator
Moderator

Joined: Tue Aug 29, 2006 3:11 am
Posts: 337
Download the .zip file then right click on the file and click "Extract All" (in Windows platform)

...

Then inside the folder, you'll find a index.html file as well as a bunch of images

Simply download Nvu which is a WYSIWYG web editor. Once you have NVU installed, you can then open the index.html file in Nvu and edit it. After editing, you can upload the files via the File Manager in your control panel) or via an FTP client!

_________________
Join HTMEDIA!!
Visit Movie Spot - Movies and Stuff


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 19, 2008 1:52 am 
Newbie
Newbie

Joined: Wed Jul 16, 2008 11:52 pm
Posts: 10
Ok I learned everything about the css. I just want to know where do I enter the css? Please show a pic, or a step by step thing...Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 19, 2008 11:59 pm 
Moderator
Moderator

Joined: Tue Aug 29, 2006 3:11 am
Posts: 337
Within the <head> </head> sections or you could have a file style.css (or *something*.css) and link it in this way:

Quote:
<link rel="stylesheet" href="style.css" type="text/css"/>


Place that in the <head> </head> section of your website.

_________________
Join HTMEDIA!!
Visit Movie Spot - Movies and Stuff


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 20, 2008 5:31 pm 
Newbie
Newbie

Joined: Wed Jul 16, 2008 11:52 pm
Posts: 10
Can you show me with a pic how to do it? I have no clue how to do it.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ]  Moderators: Moderators, Support Team Go to page 1, 2  Next

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Hosting | Domains | Servers | Extras | Order | Support | Contacts | FreeHostia © 2011