plzzz give me html code to add horizontal tab on the home page
i am using the templte having vertical navigation menu and i know that synthasite do no provide the sub menu option so i want to add horizontal tabs on my home page using html code plzz provide me required html code to add horizontal tabs
3
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
As a matter of interest, the Firming style has both horizontal and vertical navigation. -
Monique, can i know exactly which style you are talking about here? Is 'firming' the complete name of style. Searching style is bit difficult in synthasite, they are not arranged alphabetical order. So i m bit confused :-( -
Inappropriate?i know that solution ..bt ..i am happy with vertical menu ..bt the menu is so large and i don't want to link pages
so you plzz provide me a html code to add horizontal tab
so i cqan use html widget to add html code to horizontal menu
plzz help me
I’m sad
-
I don't have the HTML code for this. Sorry! -
Inappropriate?Like Monique said Firming template has both vertical and horizontal menu. It is on page 2 out of 12 pages.
Hope this help
Niddy -
Thanks Monique, but that wont fit my theme i guess.
But thanks for the screenshot and help :-) -
Inappropriate?hmm thnx for this
now i am having diffrent problems
1 is there some other templates in synthasite providing both vertical and horizontal menus
if yes plzz give me the list and if not when is synthasite going to add them is there any specific time for that
problem 2 :
i want to use diffrent layout for diffrent pages.. can i do this with synthasite
I’m frustrated
-
Inappropriate?Hi apj432
This is what I can tell you:
Problem 1) There are no other styles (besides "Firming") that both vertical and horizontal navigation. I can pass your request on, but I cannot give you a date when more styles like this will be available.
Problem 2) You cannot use a different layout for different pages. The reason for this is that it could give rise to some very strange looking sites. We do have styles that allow you to change the banner image. You can place a different banner image on each page if you wish. This way each page would be unique, but there would be enough overall visual consistency to keep your site looking good. The other option would be to create different sites using different styles and place links on your page from one site to the other.
We are aware that significant development is needed in the area of our styles and we are working on this at the moment. I am sorry I can't offer you any other alternatives right now. -
Inappropriate?I'm looking for a tab that changes words as u visit your homepage. like it say Welcome on the tab or Hewwo or Surprise help plz
I’m confused and sad
-
Here are some links to some places where you may find what you are looking for:
http://forsite.synthasite.com/htmlcod...
http://www.learning.scriptmania.com/
http://www.searchbliss.com/free_webma...
Good luck :) -
Inappropriate?hey, try this. Let me know if you need help.
<html>
<head>
<meta />
<title>Untitled</title>
<style type="text/css">
ul {
padding: 0.4em;
text-align: center;
margin: auto;
border: 1px solid #ff00ff; /* magenta border */
}
li {
display: inline;
padding: 0.2em;
border: 1px solid #ffa500; /* orange border */
margin: 0.1em;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
</body>
</html> -
Hey Sagar... I don't think the code completely got copied. Can you please try again and use the HTML encoder: http://forsite.synthasite.com/encoder... - copy and then paste back on here or you can use <!-- and --> to wrap your code inside. This too will prevent the forum from reading your code. -
Inappropriate?<!-- and --> <head>
<title>Centering a Float-Based horizontal Navbar</title>
<style type="text/css">
#navbar {
list-style-type:none;
width:310px; /*equal to total of floated links*/
margin:0 auto; /*centers in modern browsers*/
text-align:center; /*centers in old versions of IE*/
}
#navbar li {
display:inline;
}
#navbar li a:link, #navbar li a:visited {
display:block;
float:left;
width:100px;
line-height:20px;
border-top:1px solid #000;
border-bottom:1px solid #000;
border-right:1px solid #000;
color:#fff;
background:#369;
text-decoration:none;
}
#navbar li a:link:hover, #navbar li a:visited:hover {
background:#963;
}
#first{
border-left:1px solid #000;
}
</style>
</head>
<body>
- a id="first" href="#">Link
- a href="#">Link
- a href="#">Link <!-- and -->
</body> -
oops... lol... I meant like this:
<!-- YOUR CODE GOES IN HERE -->
Sorry for the confusion! -
<head>
<title>Centering a Float-Based horizontal Navbar</title>
<style type="text/css">
#navbar {
list-style-type:none;
width:310px; /*equal to total of floated links*/
margin:0 auto; /*centers in modern browsers*/
text-align:center; /*centers in old versions of IE*/
}
#navbar li {
display:inline;
}
#navbar li a:link, #navbar li a:visited {
display:block;
float:left;
width:100px;
line-height:20px;
border-top:1px solid #000;
border-bottom:1px solid #000;
border-right:1px solid #000;
color:#fff;
background:#369;
text-decoration:none;
}
#navbar li a:link:hover, #navbar li a:visited:hover {
background:#963;
}
#first{
border-left:1px solid #000;
}
</style>
</head>
<body>
li
liLink
liLink
</body> -
try the last code i posted but wrap li in <> -
Inappropriate?hang on i gotta change the code a bit !
Loading Profile...





EMPLOYEE
