• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

AskRoss.com need some HTML and CSS help

How do I edit the CSS file, what application do I use?

Yes I'm really that much of a n00b idiot 🙂
 
Originally posted by: RossMAN
How do I edit the CSS file, what application do I use?

Yes I'm really that much of a n00b idiot 🙂

Notepad works, just tell me what colors/ect you want and one of us will do it. It could take hours if not days to learn CSS
 
not at all. Dreamweaver is also very helpful if you have it. css is actually very convienant when your working with a crapload of documents.
 
Like said before, just notepad or something, unless you're changing loads of things, this should be easier than doing it without css

I'll be on aim for 15 or 20 minutes more before I sleep if you need any help
 
Originally posted by: RossMAN
It wouldn't take hours/days to change the text, would it?

You know HTML ?

Just change the values for the colors that go with each class or id.
 
You can just open it using word, notepad, frontpage, dreamweaver, even photoshop!

It would usually be laid out like this:

#table {
position: absolute;
height: 115;
width: 469;
background: #FFCC00; <!--CHANGE ME -->
}
 
Hey ross what are you going to do with your site..its funny seing someone with an ask....com site, I have askchucky.com
 
Originally posted by: Liviathan
Hey ross what are you going to do with your site..its funny seing someone with an ask....com site, I have askchucky.com

I'm not sure yet, for the time being I'm offering free web hosting with it.
 
Back
Top