[SOLVED] Uploading Troubles

This is a discussion on "[SOLVED] Uploading Troubles" within the Web Page Design section. This forum, and the thread "[SOLVED] Uploading Troubles are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 3rd, 2007, 15:45
New Member
Join Date: Nov 2007
Location: Scotland
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy [SOLVED] Uploading Troubles

I have created my HTML code and my CCS file, But I don't know how to get them uploaded :S

I'm using bravenet.com, which allows for HTML coding, so could someone please help me in telling me how to link in my CCS file.
Reply With Quote

  #2 (permalink)  
Old Nov 3rd, 2007, 15:53
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Uploading Troubles

Hi WHyto,

There are two things you can do.

Upload both files and add a link to your CSS in the <head> of your HTML file.. :
HTML: Select all
<link href="yourfile.css" type="text/css" rel="stylesheet" />
If bravenet.com (which I don't have much knowledge of) does not allow CSS, you have to take all the code from your CSS file and add it between <style> tags in the <head> section of your HTML file.. :

HTML: Select all
<head>
<!-- Other Header stuff //-->

<style type="text/css">
body{
font-variant: arial;
}
/* etc etc */
</style>
</head>
Cheers,
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
  #3 (permalink)  
Old Nov 3rd, 2007, 16:50
New Member
Join Date: Nov 2007
Location: Scotland
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Uploading Troubles

FINALLY IT WORK! Thnx soooo much ^.^
Reply With Quote
  #4 (permalink)  
Old Nov 3rd, 2007, 16:53
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Uploading Troubles

Great!

** Rakuli does a little dance and then marks thread as solved **
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
having some troubles luv2php PHP Forum 7 May 26th, 2008 05:40
IE Troubles motormaniac Web Page Design 0 May 11th, 2008 00:01
[SOLVED] Uploading simonb PHP Forum 17 Oct 7th, 2007 10:14
IE troubles and more, what else is new Maverick25r Web Page Design 4 Oct 18th, 2006 17:40
PHP Troubles Maverick25r PHP Forum 1 Sep 1st, 2006 03:22


All times are GMT. The time now is 02:43.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43