|
#1
[
]
|
|||
|
|||
|
Help to make website
Can someone please help me to make a website other then a freewebs one.
It has to go with this forum:http://supershadow890.proboards43.com/index.cgi
__________________
![]() ] |

|
#2
[
]
|
|||
|
|||
|
Re: Help to make website
Try http://www.freewebtown.com
they give you 1 Gb of space and 4 Mb file size limit and they put no ads or pop ups on your site. I may be able to help you.
__________________
![]()
|

| Sponsored Links |
|
#4
[
]
|
|||
|
|||
|
Re: Help to make website
I'm currently busy making my own site there and get my forums up to date and stuff but I would if I had time?
__________________
![]()
|

| Sponsored Links |
|
#6
[
]
|
|||
|
|||
|
Re: Help to make website
If you wanna be affiliated I'd be glad
![]() I love sonic just haven't got anything in my site with sonic.
__________________
![]()
|

| Sponsored Links |
|
#8
[
]
|
|||
|
|||
|
Re: Help to make website
Afiliated means have a link or linked picture of my site on your site so others can see it.
And to make your website you have to register an account and start building.
__________________
![]()
|

| Sponsored Links |
|
#10
[
]
|
|||
|
|||
|
Re: Help to make website
Yeah but thats the best one i know of that doesn't put any ads at all on yur pages?
__________________
![]()
|

| Sponsored Links |
|
#11
[
]
|
||
|
||
|
Re: Help to make website
I have the perfect one. It's free, but you might get a few ads, but it works. Try http://www.bravenet.com
|

|
#14
[
]
|
||||
|
||||
|
Re: Help to make website
If you want to make a website there is one thing you need to be able to do:
CODE HTML!! You absolutely have to know HTML or have a really good WYSIWYG editor. Also knowing other things such as JAVAScript or CSS is good as well, but HTML is needed. And I am currently busy with coding a site, I cannot help with yours.
__________________
"Your sig... flashes... too much O_o..." "Sometimes, girls need to be told to be to keep in place. So whenever your arm candy starts to speak without being spoken to, I'd suggest you smack her, and/or verbally abuse her. It's the way Jesus would do things. And I follow Jesus. So, don't be sacreligious, and be sure to hit them whenever you see necessary." |

| Sponsored Links |
|
#16
[
]
|
||||
|
||||
|
Re: Help to make website
Well I have been working with the language so long that I can basically write it all up in Notepad and know what it is going to look like. Dreamweaver [which I hate] offers a split view where you can code and it will show what is happening below. Then there is the way my friend danny does it, open a text editor and make it so that it takes up half the screen, open the page in IE and make it so that it takes up the other half, save the code and refresh the IE window anytime you want to see what is going on.
__________________
"Your sig... flashes... too much O_o..." "Sometimes, girls need to be told to be to keep in place. So whenever your arm candy starts to speak without being spoken to, I'd suggest you smack her, and/or verbally abuse her. It's the way Jesus would do things. And I follow Jesus. So, don't be sacreligious, and be sure to hit them whenever you see necessary." |

| Sponsored Links |
|
#17
[
]
|
||
|
||

|
#18
[
]
|
||||
|
||||
|
Re: Help to make website
ok:
Dreamweaver - Made by macromedia, expensive Notepad - Standard with every PC [start>program files>accesories>notepad] Internet Explorer - Standard with every Mac and PC as for learning various coding languages: http://www.w3schools.com/ - free of course Doing it yourself may seem a little weird at first, but eventually you get the hang of it!
__________________
"Your sig... flashes... too much O_o..." "Sometimes, girls need to be told to be to keep in place. So whenever your arm candy starts to speak without being spoken to, I'd suggest you smack her, and/or verbally abuse her. It's the way Jesus would do things. And I follow Jesus. So, don't be sacreligious, and be sure to hit them whenever you see necessary." |

| Sponsored Links |
|
#19
[
]
|
|||
|
|||
|
Re: Help to make website
This is the code for the main.html of my site, lol... =========== <html> <head> <title>Dream Portal</title> <META NAME="KeyWords" CONTENT="fan fiction, fiction, original, music, midis, score, sheet, gallery, dragon, fantasy"> <STYLE type=text/css> A:link {COLOR: #CBC7C7; TEXT-DECORATION: none} A:visited {COLOR: #CBC7C7; TEXT-DECORATION: none} A:hover {COLOR: #8C8C8C; TEXT-DECORATION: underline; overline} </STYLE> <style> BODY { margin-top:0; margin-left:0; margin-right:10; margin-bottom:0; margin:0,0,0,0; } </style> <STYLE TYPE="text/css"> <!-- .leftindent { padding-left: 25pt; } .counterindent { padding-left: 1pt; } .linkindent { padding-left: 25pt; } .counter { padding-left: 18pt; } .news { padding-left: 2pt; } .guest { padding-left: 11pt; } --> </STYLE> <script language="javascript"> var win = null; function NewWindow(mypage,myname,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left ='+LeftPosition+',scrollbars='+scroll+',resizable' win = window.open(mypage,myname,sett |