Help please about blog HTML :3

Posts 1–15 of 15 · Page 1 of 1
Help please about blog HTML :3




Guys Well actually i have trying to make a blog but i have very little knowledge about HTML Sadly i can't do anything .

ok Well here is my problem I found this code on web, This code was for skin for HTML on my blog (blogger.com):

And The HTML code is of Some menu and submenu

 
Code of the skin for HTML
/*-------- Begin Drop Down Menu -------*/

#menubar {
background: #8E8E8E;
width: 840px;
color: #FFF;
margin: 0px;
padding: 0;
position: relative;
border-top:1px solid #B2FFFF;
height:35px;
}

#menus {
margin: 0;
padding: 0;
}

#menus ul {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

#menus li {
list-style: none;
margin: 0;
padding: 0;
border-left:1px solid #1A6680;
border-right:1px solid #1A6680;
height:35px;
}
#menus li a, #menus li a:link, #menus li a:visited {
color: #FFF;
display: block;
font:normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}

#menus li a:hover, #menus li a:active {
background: #130000; /* Menu hover */
color: #FFF;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 12px 10px 12px;
}

#menus li {
float: left;
padding: 0;
}

#menus li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 160px;
margin: 0;
padding: 0;
}

#menus li ul a {
width: 140px;
}

#menus li ul ul {
margin: -25px 0 0 160px;
}

#menus li:hover ul ul, #menus li:hover ul ul ul, #menus li.sfhover ul ul, #menus li.sfhover ul ul ul {
left: -999em;
}

#menus li:hover ul, #menus li li:hover ul, #menus li li li:hover ul, #menus li.sfhover ul, #menus li li.sfhover ul, #menus li li li.sfhover ul {
left: auto;
}

#menus li:hover, #menus li.sfhover {
position: static;
}

#menus li li a, #menus li li a:link, #menus li li a:visited {
background: #B3B3B3; /* drop down background color */
width: 120px;
color: #FFF;
display: block;
font:normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
z-index:9999;
border-bottom:1px solid #1A6680;
}

#menus li li a:hover, #menusli li a:active {
background: #130000; /* Drop down hover */
color: #FFF;
display: block; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}

/*-------- End Drop Down Menu -------*/


Well Actually I want this code to only work for My Widget HTML1 only , and not any other widget (Such as HTML2, HTML3 ...)

Because i want to use different code .

So please if anyone could help. And if you could offer me Skype support because i will bug you a lot and if you are available for more time .

Unfortunately I can't Reward you for helping me, But GOD will reward you .

 
Skype
unknown.hacker45


And one this i forgot to mention dont give me code with your adversement or what ever i know how to remove them

Thanks,
you know the above is CSS right? to use in html.

add: <style> at the top
and </style> at the bottom of the code you pasted
Oh no Shit i posted the question in a very bad way. I was actually using the same code of HTML 1 onto HTML 2 that's the heck why. While i had to make some change in it. Dawm, Now i know how it feels to be an illiterate on topic. Some one would have laughed on me if he understood what i meant. After learning i bit of CSS .I figured out the problem Dawm!
Quote Originally Posted by Unknown-Hacker View Post
Oh no Shit i posted the question in a very bad way. I was actually using the same code of HTML 1 onto HTML 2 that's the heck why. While i had to make some change in it. Dawm, Now i know how it feels to be an illiterate on topic. Some one would have laughed on me if he understood what i meant. After learning i bit of CSS .I figured out the problem Dawm!
#Close thread please
Quote Originally Posted by IWillNeverUnderstand View Post
#Close thread please
Well i think you are not allowed to even request for closing the thread because i started it . I think. And Yeah


Any minion please close this thread! I will Learn HTML my self ..
Quote Originally Posted by Unknown-Hacker View Post
Well i think you are not allowed to even request for closing the thread because i started it . I think. And Yeah


Any minion please close this thread! I will Learn HTML my self ..
Report the top post of this thread and say: Please close thread.

since you are the thread starter they won't question it
Quote Originally Posted by Unknown-Hacker View Post
Well i think you are not allowed to even request for closing the thread because i started it . I think. And Yeah


Any minion please close this thread! I will Learn HTML my self ..
It is a lot more then html.
Try using DreamWeaver to help you out a bit.

Quote Originally Posted by IWillNeverUnderstand View Post
you know the above is CSS right? to use in html.

add: <style> at the top
and </style> at the bottom of the code you pasted
That is a horrible way of doing it and its messy.

Do
<link href="style.css" rel="stylesheet" type="text/css" />
It will get the css from a file instead of having it in your html.
Quote Originally Posted by argyros View Post
It is a lot more then html.
Try using DreamWeaver to help you out a bit.


That is a horrible way of doing it and its messy.

Do
<link href="style.css" rel="stylesheet" type="text/css" />
It will get the css from a file instead of having it in your html.
acctualy this is not a good choice imo because if you keep all the text in one file it will be much more changeable by the writer but your way is ok i guess
Quote Originally Posted by MOST PLAYED View Post


acctualy this is not a good choice imo because if you keep all the text in one file it will be much more changeable by the writer but your way is ok i guess
Dude why would you do that.
Your page would take for ever to load, not to mention it makes it very messy.

Also way to bump a 5 month old post...
Quote Originally Posted by argyros View Post
Dude why would you do that.
Your page would take for ever to load, not to mention it makes it very messy.

Also way to bump a 5 month old post...
was pre bumped but ye it would make it slower
Quote Originally Posted by IWillNeverUnderstand View Post
#Close thread please

What does closing a thread mean? Erase it?..lock it so new entries can't be added? ...obviously not the first, and, why do the second? Please explain : )
Quote Originally Posted by abuckau907 View Post
What does closing a thread mean? Erase it?..lock it so new entries can't be added? ...obviously not the first, and, why do the second? Please explain : )
lock it so new entries can't be added

exactly that. Once a thread is "over" / "done" / "solved" or isn't needed anymore. it is closed so there can't be replied to anymore. People don't always look if a thread is solved and give answers when it isn't needed. It can prevent it from being updated and like a boat float to the top of the threads again. When it's locked it will slowly sink down and the thread will be forgotten so there is room for a new thread on the first few pages.

(when a reply is given the thread moves to the top of the first page as you probably know)
Quote Originally Posted by NOLA View Post
If you're familiar with BB code, HTML should be a breeze.

I learned HTML, CSS, JavaScript, jQuery, PHP, and Python in about 4 months on Codeacademy. It's free.
Lol you high? Just being familiar wouldn't make HTML a breeze unless you are doing just basic HTML.
Quote Originally Posted by argyros View Post
Lol you high? Just being familiar wouldn't make HTML a breeze unless you are doing just basic HTML.
C'mon bro just leave him he just tried to help and i like him.
Quote Originally Posted by Unknown-Hacker View Post
C'mon bro just leave him he just tried to help and i like him.
Well hey if you want vulnerable code go right a head....
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?