|
Posted Sep 26, '08 at 8:14pm

crimsonblade55
2,155 posts

|
You don't need to know how to code anything. Get a template or use an engine like word press and take one of the thousands of themes available to have a decent site at no price. It's insanely simple to set up an amazing word press site at no cost but the domain and hosting, which as I said is 6 pennies a day.
Thats interesting to know,but if that's the case then really whats the difference between a free web site maker and something like that if the site allows you to add in just about everything that a regular site would for a lot less money.
|
| |
|
Posted Sep 27, '08 at 11:51am

dank
818 posts

Moderator
|
HTML, CSS, and PHP. You can't do anything with websites if you don't know anything about them.
|
| |
|
Posted Sep 27, '08 at 1:44pm

gman1000
902 posts

|
Dank, could you answer my question?
|
| |
|
Posted Sep 27, '08 at 11:32pm

crimsonblade55
2,155 posts

|
HTML, CSS, and PHP. You can't do anything with websites if you don't know anything about them.
Well from what I have gathered klaushouse says the exact opposite.Anyways gman1000 if you can't get an answer than try to google it or something.Sorry I can't help you all too much.
|
| |
|
Posted Sep 28, '08 at 3:56am

Ricador
2,020 posts

|
I think weebly is the best.
And what's spruz?
|
| |
|
Posted Sep 28, '08 at 7:17am

Coolrunner30
181 posts

|
freewebs is what most people use
|
| |
|
Posted Sep 28, '08 at 9:14am

dank
818 posts

Moderator
|
Not sure what exactly it is you're asking, but you can embed a flash template by using the flash embed code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','WIDTH','height','HEIGHT','src','file:URL HERE','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','file:URL HERE' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="WIDTH" height="HEIGHT">
<param name="movie" value="URL HERE" />
<param name="quality" value="high" />
<embed src="URL HERE" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="WIDTH" height="HEIGHT"></embed>
</object></noscript>
|
| |
|
Posted Sep 28, '08 at 1:13pm

crimsonblade55
2,155 posts

|
So in order to use that code all you have to change in it is the part where is says "URL HERE" right?
|
| |
|
Posted Sep 28, '08 at 5:12pm

jpx111
251 posts

|
actually, you have to change URL HERE, WIDTH, and HEIGHT...pretty much anything that is capital :D
|
| |
|
Posted Sep 28, '08 at 5:41pm

gman1000
902 posts

|
Is that an HTML code? I'm guessing it is.
|
| |