The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS help.

5 posters

Go down

CSS help. Empty CSS help.

Post by Sweet_dreaM November 17th 2012, 12:36 pm

Hey :3
I was looking around forums for theme and I saw some French forums but I'm not sure how to make the CSS code for most of the things.
The forums:
http://www.glee-rpg.com/
http://nyms.forumactif.org/ Very Happy
Sweet_dreaM
Sweet_dreaM
Forumember

Posts : 26
Reputation : 1
Language : English

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Kaizer Lee November 17th 2012, 12:51 pm

What does need coding? Please be specific with which code you need help with so we can help Smile
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Sweet_dreaM November 17th 2012, 1:43 pm

Well, for the NY forum under the logo there's a bar with the staff and about the forum. I want to make this, if you can help me...

And in this forum- http://new-york-i-loveyou.forumactif.org/, I was wondering how to make the categories and the topics under them. And the place under the logo and above the first category.
Sweet_dreaM
Sweet_dreaM
Forumember

Posts : 26
Reputation : 1
Language : English

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Kaizer Lee November 17th 2012, 2:32 pm

The link doesn't work and if you can post a visual of the thing you want to happen, that'll help as well.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Sweet_dreaM November 17th 2012, 2:49 pm

https://i.imgur.com/Olenh.png
https://i.imgur.com/osHJo.png

view-source:http://new-york-i-loveyou.forumactif.org/


Sweet_dreaM
Sweet_dreaM
Forumember

Posts : 26
Reputation : 1
Language : English

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Sir Chivas™ November 17th 2012, 3:51 pm

Hi,

That is an HTML page with CSS. Once I get home I shall provide the codes, that's if I can get 'em myself.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

CSS help. Empty Re: CSS help.

Post by nextlevelgaming November 17th 2012, 8:00 pm

each of those boxes are divs.

Code:
<div id="id1">Welcome ladies and gentlemen blah blah blah</div>
The css
Code:
#id1{width:200px;height:100px;overflow-x:hidden;overflow-y:scroll;background-color:rgb(255,140,0);border:1px solid #00ff00;}

To edit more you'd have to wrap the main div in another div for the title of that certain div. Your best bet is to learn basic HTML5 with CSS3. There is more involved in that code i just threw out there a basic CSS. with a simple DIV. And if you want six divs like the images show you will have to create a div so those can be wrapped inside that main div. like so

Code:
<div id="wrapper">
<div id="id1"><div class="title"></div><div class="content"></div></div><div id="id2"><div class="title"></div><div class="content"></div></div><div id="id3"><div class="title"></div><div class="content"></div></div><div id="id4"><div class="title"></div><div class="content"></div></div><div id="id5"><div class="title"></div><div class="content"></div></div><div id="id6"><div class="title"></div><div class="content"></div></div>
</div>

Looks odd yes, but that is just a basic lay up of everything.
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Kaizer Lee November 18th 2012, 8:54 am

If you've got a problem with the basic codings, please use this tutorial to help you: http://w3schools.com/

Also, it'd be advisable for you to try it in notepad first before anything happens to your forum; however, do remember to always put in an <html> tag when starting it Smile.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Sweet_dreaM November 18th 2012, 12:57 pm

Thaaanks very much <333
Hope I make it...
Sweet_dreaM
Sweet_dreaM
Forumember

Posts : 26
Reputation : 1
Language : English

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Sweet_dreaM November 18th 2012, 1:18 pm

And one more thing ;dd Above the categories in every forum there's a box. How to make it?
Sweet_dreaM
Sweet_dreaM
Forumember

Posts : 26
Reputation : 1
Language : English

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Kaizer Lee November 18th 2012, 1:18 pm

Not a problem, also, it's a border or a padding or a spacing.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

CSS help. Empty Re: CSS help.

Post by SLGray November 18th 2012, 4:37 pm

Sweet_dreaM wrote:Thaaanks very much <333
Hope I make it...

Sweet_dreaM wrote:And one more thing ;dd Above the categories in every forum there's a box. How to make it?
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

}First Reminder{


CSS help. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

CSS help. Empty Re: CSS help.

Post by Kaizer Lee November 19th 2012, 11:32 am

If you've got anymore problems regarding HTML, please pm me about it and I can help you with it Smile
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum