Comic Fury Webcomic Hosting - General Webcomic Banter

You are not logged in. Log in, Register, More info
Forum > Mediterranean Avenue > General Webcomic Banter
Pages: [1] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [71]

4th Jun 2012, 4:24 AM #761
EcM♀

User avatar
Posts: 81
Referrals: 0
Registration date: 17th Oct 2010
Location: moving...
CrackaWindow:
TheOneBlueGecko:
I think it needs to be a double " not a '.

So
background-image:url("http://augustos.thecomicseries.com/files/site_layout_stuff/bg_augustos_whole.jpg");


For example my code looks like this:
body {
margin: 10px;
background-color: #151515;
background-image:url("http://ValTemp.thecomicseries.com/files/layoutimages/background_black.jpg");
background-position: bottom left;
background-repeat:repeat-x;
background-attachment:fixed;
font-size: 62.5%;
font-family: helvetica, arial, sans-serif;
color: #000000;
text-align: center;
min-width:650px;


Nope. Still didn't do anything... I even tried several images to see if any of them showed up. Do I need to add anything to the HTML to indicate that I've edited the CSS? Or something like that? Cause I haven't touched the HTML, at least not for the background reason.


Umm... try this?
I copy/pasted it into my comic and it seems to work fine... I'll be glad to help out if it still doesn't work...


body {
background-image: url('http://augustos.thecomicseries.com/files/site_layout_stuff/bg_augustos_whole.jpg');
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}
 margin: 0px
 padding: 0px;
 background: #FAFAFA;
 font-family: arial;
 color: #292929;
 text-align: center;
}
_______________________
Coming July 6th!
image
4th Jun 2012, 4:26 AM #762
TheOneBlueGecko♀
Team Gecko
User avatar
Posts: 1450
Referrals: 0
Registration date: 14th Feb 2012
Location: California
CrackaWindow:
Nope. Still didn't do anything... I even tried several images to see if any of them showed up. Do I need to add anything to the HTML to indicate that I've edited the CSS? Or something like that? Cause I haven't touched the HTML, at least not for the background reason.


You should not need to, but I honestly don't know enough code to help you out.
_______________________
I support our new pirate overlords.
Comic Tumblr
4th Jun 2012, 4:33 AM #763
CrackaWindow♂

User avatar
Posts: 319
Referrals: 0
Registration date: 18th Jan 2012
Location: Texas
EcM:
Umm... try this?
I copy/pasted it into my comic and it seems to work fine... I'll be glad to help out if it still doesn't work...


body {
background-image: url('http://augustos.thecomicseries.com/files/site_layout_stuff/bg_augustos_whole.jpg');
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}
 margin: 0px
 padding: 0px;
 background: #FAFAFA;
 font-family: arial;
 color: #292929;
 text-align: center;
}



Nope. Still nothing. 8(

I don't know what's going oooon.
4th Jun 2012, 4:34 AM #764
EcM♀

User avatar
Posts: 81
Referrals: 0
Registration date: 17th Oct 2010
Location: moving...
CrackaWindow:
EcM:
Umm... try this?
I copy/pasted it into my comic and it seems to work fine... I'll be glad to help out if it still doesn't work...


body {
background-image: url('http://augustos.thecomicseries.com/files/site_layout_stuff/bg_augustos_whole.jpg');
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}
 margin: 0px
 padding: 0px;
 background: #FAFAFA;
 font-family: arial;
 color: #292929;
 text-align: center;
}



Nope. Still nothing. 8(

I don't know what's going oooon.


Try PMing me, I'll see if I can help...


_______________________
Coming July 6th!
image
4th Jun 2012, 4:34 AM #765
Doomy♀

User avatar
Posts: 1002
Referrals: 0
Registration date: 10th May 2011
Location: Purgatory
@CrackaWindow: I can help you set up your site to the way you want it to look if you like. :'3

_______________________
imageimage
DEMENTED (updates Sat) and Road To Hell (Updates Wed)
Genre: LGBT - Supernatural/Sci-Fi/Horror/Humor/Gore/and More~

4th Jun 2012, 4:40 AM #766
CrackaWindow♂

User avatar
Posts: 319
Referrals: 0
Registration date: 18th Jan 2012
Location: Texas
Doomy:@CrackaWindow: I can help you set up your site to the way you want it to look if you like. :'3



Let me see if me and ECM can figure it out, and if we can't, I'd be happy to let you help. :D
5th Jun 2012, 5:01 PM #767
TheOneBlueGecko♀
Team Gecko
User avatar
Posts: 1450
Referrals: 0
Registration date: 14th Feb 2012
Location: California
Just added the google analytics thing to my site a few days ago. Though it is not as quickly updates as the statistics here it is really fascinating to get those extra details about the users - location, operating system, things like that.
_______________________
I support our new pirate overlords.
Comic Tumblr
5th Jun 2012, 5:21 PM #768
CrackaWindow♂

User avatar
Posts: 319
Referrals: 0
Registration date: 18th Jan 2012
Location: Texas
TheOneBlueGecko:Just added the google analytics thing to my site a few days ago. Though it is not as quickly updates as the statistics here it is really fascinating to get those extra details about the users - location, operating system, things like that.


Yeah, I just added mine today too. It's really great and I'm excited for it to get more statistics. :D

Now I just need to advertise somewhere... my visitor count is too low.
5th Jun 2012, 5:55 PM #769
Cammiluna♀

User avatar
Posts: 582
Referrals: 0
Registration date: 2nd May 2011
Location: NY.
I have to research all the nitty gritty on Google Analytics for my job. It's a big scary stalk console.

Thankfully I'm immune to their stalkery since I have adblock installed.
_______________________
5th Jun 2012, 7:31 PM #770
KentuckyFriedPopcorn♂

User avatar
Posts: 243
Referrals: 0
Registration date: 18th Apr 2012
Location: Yes
TheOneBlueGecko:Just added the google analytics thing to my site a few days ago. Though it is not as quickly updates as the statistics here it is really fascinating to get those extra details about the users - location, operating system, things like that.


How did you do this? Is it hard? And can it be done on sites that use the Simple Layout, by doofi like myself? I'd be curious to see where my traffic is coming from, especially.
_______________________
image
5th Jun 2012, 7:35 PM #771
TheOneBlueGecko♀
Team Gecko
User avatar
Posts: 1450
Referrals: 0
Registration date: 14th Feb 2012
Location: California
KentuckyFriedPopcorn:
TheOneBlueGecko:Just added the google analytics thing to my site a few days ago. Though it is not as quickly updates as the statistics here it is really fascinating to get those extra details about the users - location, operating system, things like that.


How did you do this? Is it hard? And can it be done on sites that use the Simple Layout, by doofi like myself? I'd be curious to see where my traffic is coming from, especially.


It is super easy, but you would need to use the not simple layout editer (which is not that complicated to work out). You go to the Google analytic site, enter in your website and it gives you a section of code and tells you were to put it in (just before the </head> I think...) But it is super simple, if you move off of the simple layout editor.
_______________________
I support our new pirate overlords.
Comic Tumblr
5th Jun 2012, 7:49 PM #772
CrackaWindow♂

User avatar
Posts: 319
Referrals: 0
Registration date: 18th Jan 2012
Location: Texas
Yep. I had to re-do my whole site just so I could get my Google Analytics code, TWC button and my PW ads up. It was worth the three hours I spent crying at the HTML on my site. Thanks to EcM and Doomy for the help though!
5th Jun 2012, 8:28 PM #773
KentuckyFriedPopcorn♂

User avatar
Posts: 243
Referrals: 0
Registration date: 18th Apr 2012
Location: Yes
CrackaWindow:Yep. I had to re-do my whole site just so I could get my Google Analytics code, TWC button and my PW ads up. It was worth the three hours I spent crying at the HTML on my site. Thanks to EcM and Doomy for the help though!


Oof. I think I'm too lazy for that now. I do eventually plan to create my own site with my comic and my movie reviews rolled into one place, and I guess I'll leave the web work until I get to that point. Right now I'll be lucky if I can even survive finishing up my first big storyline...:O
_______________________
image
5th Jun 2012, 9:43 PM #774
OnlyFoolsAndVikings♀
User
User avatar
Posts: 1764
Referrals: 0
Registration date: 8th May 2011
Location: The Down Underverse
I got a bit confused this morning when I went to check out the comments on the latest Tempus upload. Strangely, there weren't any. It had uploaded, but... hadn't uploaded at the same time, it wasn't on the front page, so I assume I must have fucked up the date. So. I deleted the page, and uploaded again, and bloop, it was there again, but now it was on the front page too and within a few minutes a comment.

huh.

Tempus really hates me uploading pages at different times for some reason. This is the third or fourth time it's happened.
_______________________
5th Jun 2012, 9:47 PM #775
TheOneBlueGecko♀
Team Gecko
User avatar
Posts: 1450
Referrals: 0
Registration date: 14th Feb 2012
Location: California
OnlyFoolsAndVikings:Tempus really hates me uploading pages at different times for some reason. This is the third or fourth time it's happened.


Tempus seems to act very tempUstuous sometimes.

Oh I crack myself up...and no one else =(
_______________________
I support our new pirate overlords.
Comic Tumblr
5th Jun 2012, 9:52 PM #776
OnlyFoolsAndVikings♀
User
User avatar
Posts: 1764
Referrals: 0
Registration date: 8th May 2011
Location: The Down Underverse
TheOneBlueGecko:
OnlyFoolsAndVikings:Tempus really hates me uploading pages at different times for some reason. This is the third or fourth time it's happened.


Tempus seems to act very tempUstuous sometimes.

Oh I crack myself up...and no one else =(


haha no that did get a laugh out of me. Like a half snort and a "HA!"
_______________________
5th Jun 2012, 10:05 PM #777
TheOneBlueGecko♀
Team Gecko
User avatar
Posts: 1450
Referrals: 0
Registration date: 14th Feb 2012
Location: California
OnlyFoolsAndVikings:
TheOneBlueGecko:
OnlyFoolsAndVikings:Tempus really hates me uploading pages at different times for some reason. This is the third or fourth time it's happened.


Tempus seems to act very tempUstuous sometimes.

Oh I crack myself up...and no one else =(


haha no that did get a laugh out of me. Like a half snort and a "HA!"


My work here is done.
_______________________
I support our new pirate overlords.
Comic Tumblr
7th Jun 2012, 12:20 AM #778
OnlyFoolsAndVikings♀
User
User avatar
Posts: 1764
Referrals: 0
Registration date: 8th May 2011
Location: The Down Underverse
Fuck


Why did I insist on making comics during this last year of school? There is just no time, ever D:

I hate this, I hate going: "I'm sorry it's going to be two weeks before I can upload anything," and it's already been a week without an update. I hate that, I hate doing that to my readers, I hate it. I don't want people to leave because they're like: "Bitch ain't updatin'." but at the same time, I don't want to upload complete shit because I have no time to draw.

I always knew this year was going to be difficult to do anything outside of school, but ahhhhhhhhhhhh.
_______________________
7th Jun 2012, 7:33 AM #779
shaeno♀

User avatar
Posts: 49
Referrals: 0
Registration date: 17th Nov 2011
Location: California
OnlyFoolsAndVikings:Fuck


Why did I insist on making comics during this last year of school? There is just no time, ever D:

I hate this, I hate going: "I'm sorry it's going to be two weeks before I can upload anything," and it's already been a week without an update. I hate that, I hate doing that to my readers, I hate it. I don't want people to leave because they're like: "Bitch ain't updatin'." but at the same time, I don't want to upload complete shit because I have no time to draw.

I always knew this year was going to be difficult to do anything outside of school, but ahhhhhhhhhhhh.


Are we the same person because this is me THIS IS ME
I just jumped into the whole webcomic thing without making a buffer and I'm really busy and I should have prepared ughugd
and I'm such a perfectionist with my art I hate it I spend like 8 hours on each page because it's not pERFECT
_______________________
image
9th Jun 2012, 4:20 AM #780
AlenaLane

User avatar
Posts: 186
Referrals: 0
Registration date: 10th Oct 2011
Location: New Hampshire
Jumping on Fools' and Shaeno's train here.

X_x

I'm even down to just the one full-time job these days (yay for quitting other jobs!), and I'm still overwhelmed by the amount of stuff I have going on and keeping up with Leftovers (you'd think I'd have gotten faster at drawing it, but nope! Pages are taking longer and longer every time!).
_______________________
image
Updates Fridays.
[ DeviantArt ] | [ Tumblr ] | [ Facebook ]
Forum > Mediterranean Avenue > General Webcomic Banter
Pages: [1] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [71]