|
Post by SilverChaosVII on Sept 27, 2007 23:59:28 GMT -5
dynastycentral.110mb.com/Very minor changes to the frontpage and directories page... I moved the MLB to the far left and put Others on the frontpage rather than NHL... that way anything other than MLB, NBA, NCAAF, NCAAB, and NFL can be put on... whether it be AFL or Loki's wrestling, or NHL
|
|
Maize
All-Conference
"Living vicariously through myself."
Posts: 2,067
|
Post by Maize on Sept 29, 2007 13:01:50 GMT -5
I am behind the move, but before I posted I did some research of my own. The only thing this lacks to bravehost is the size, but it is still more than freewebs. I like the visual editor, and as for other sites, I think this is the best. I am wiling to pay to get the site hosted so we have an actual .com and not just a .110mb.com. As for trasferring over, I know its a pain, but it doesn't take very long.
|
|
|
Post by chosenone58 on Sept 29, 2007 18:36:40 GMT -5
You guys have to help me figure out this CSS, the game drops on Tuesday. I'd like to start posting by the end of the week.....
So does it work like a word processor or what? Everything I type on the page comes up on the screen. I can't figure out how to fix my homepage though because I typed in the code for that.
|
|
|
Post by Freak93 on Sept 29, 2007 20:44:37 GMT -5
You guys have to help me figure out this CSS, the game drops on Tuesday. I'd like to start posting by the end of the week..... So does it work like a word processor or what? Everything I type on the page comes up on the screen. I can't figure out how to fix my homepage though because I typed in the code for that. Where did CSS come in to play?
|
|
|
Post by chosenone58 on Sept 29, 2007 22:31:44 GMT -5
It has an HTML editor and a WYSIWYG editor just like bravenets. There is only a few minor differences... and before you get frustrated at stupid little things ask for help. Like... a normal tag for a background doesn't work. You have to use a short CSS write up... nothing major, very simple. It came from right here..... But I was just coming in to say that my site looks fine with the HTML code that I used on my last two web sites, so my panic attack is pretty much over.
|
|
|
Post by detroitbasketball on Sept 29, 2007 22:33:58 GMT -5
Don't worry about CSS. I've been here for three years and I still don't know how to use it.
|
|
|
Post by chosenone58 on Sept 29, 2007 23:27:20 GMT -5
This site is already a pain in the @$$ becuase all of the links are case sensitive. if you don't type it out the exact way it's supposed to be typed, it will say page not found. I've been rearranging for about 90 minutes now. chosenone58.110mb.com/DCHawks/index.htmAnd everytime I go to edit my page in HTML mode, it takes my backgrounds away. What up wit dat?
|
|
|
Post by SilverChaosVII on Sept 30, 2007 10:17:33 GMT -5
That is one of the CSS things that you need to learn. Like I said it is all very minor... here is the code you need to enter -------------- <style type="text/css" media="screen"> BODY { background-image: url(); } </style> -------------------------- Just put that in somewhere at the top of your site
|
|
|
Post by SilverChaosVII on Sept 30, 2007 10:18:03 GMT -5
as for the case sensitive thing.... just copy paste...
|
|
|
Post by chosenone58 on Sept 30, 2007 17:01:47 GMT -5
So I put that in and just type my HTML code underneath it?
It looks fine without it. Check it out for yourself....
|
|
|
Post by SilverChaosVII on Oct 1, 2007 10:01:00 GMT -5
If you don't need it then you don't have to use it. I found that without it my background gets deleted every single time I save. This way it stays there. Just a couple little things like that.
You also may have problems using javascript... drop down menus, tabs like I use.
Use just have to be very careful with using the visual editor if you do have that kind of stuff.
|
|
|
Post by chosenone58 on Oct 1, 2007 19:57:30 GMT -5
The only thing that's getting me is background disappearing.
I don't have any dropdowns or tabs.
But I would like to stop my background from disappearing. So do I put the HTML between the <style> and </style> or do I put it all after that?
|
|
Just Blaze
All-Conference
Patriots To The Super Bowl! Go Pats!
Posts: 3,212
|
Post by Just Blaze on Oct 1, 2007 20:29:12 GMT -5
ok 110mb is frustrating the crap out of me.....Im trying to put up a washington wizards roster table by copying and pasting code from bravenet.
I view the page and I just get a display of my html coding......and my backgrounds keep disappearing as well.
|
|
Just Blaze
All-Conference
Patriots To The Super Bowl! Go Pats!
Posts: 3,212
|
Post by Just Blaze on Oct 1, 2007 20:34:21 GMT -5
oh and the only working page i have is the index.html- nothing else. is there a specific way im suppose to be naming new files?
|
|
|
Post by SilverChaosVII on Oct 1, 2007 22:35:23 GMT -5
the end of your file must end with .html
like...
roster.html
as for the background, I posted the fix for that. You have to use CSS. Look up about 5 posts
|
|
|
Post by chosenone58 on Oct 1, 2007 22:48:26 GMT -5
it can also end in htm. To stop it from doing that code thing (I had that problem too) click Source before you type anything and then put the code in and save it.
|
|
|
Post by SilverChaosVII on Oct 1, 2007 22:52:02 GMT -5
Or just put in the 5 lines of CSS and save yourself the trouble every time.
|
|
|
Post by chosenone58 on Oct 1, 2007 23:31:33 GMT -5
Its not working for me, kid.
|
|
|
Post by SilverChaosVII on Oct 2, 2007 0:02:30 GMT -5
You put that in right there... and it's not working?
<style type="text/css" media="screen">
BODY { background-image: url(http://i40.photobucket.com/albums/e249/silverblazer36/atllogo.gif); } </style>
|
|
|
Post by chosenone58 on Oct 2, 2007 18:14:39 GMT -5
I did and its not
|
|