Pre-Nav Header

beam / 2008-09-27 14:09:57   

Hey,

I'm trying edit the text in pre nav area, I would like the text to be larger, around 18px, to loose the underlined active link, to have a dashed line underneath but with padding between the two, and also greater the padding between the header and the section title ie. work.
I've looked though my css style sheet and played around with h1, h2 etc but nothing seems to have an effect. Just need a point in the right direction.

www.jack-gregory.co.uk

Once again, any help or feedback is always appreciated.

thanks.

beam / 2008-09-27 14:17:09   

something like this, but not sure where to put it.

  1. {
  2. ¬†¬†¬†¬†padding-bottom: 20px;
  3. ¬†¬†¬†¬†border-bottom: 1px dashed;
  4. ¬†¬†¬†¬†font-weight: normal;
  5. ¬†¬†¬†¬†text-transform: uppercase;
  6. ¬†¬†¬†¬†font-size: 18px;
  7. ¬†¬†¬†¬†text-decoration: none;
  8.     
  9. }
arsondpi / 2008-09-28 09:00:08   
  1. #jackgregory { 
  2.              lalalalalala your css goes lalalalalala again and oooohh ooohhh - all together now...
  3. }

and then add

  1. <span id="jackgregory">JACK GREGORY</span>

in your pre-nav box...

RalphBlomberg / 2010-07-20 18:18:14   

where should you put the:
1. #jackgregory {
2. lalalalalala your css goes lalaohhh
3. }
??? In the index.php or style.css

(sorry if this is a stupid question, but I've got no experience with css)

I "fixed" it like this:
I put this in my index.php.

BODY>
UL>
LI>
h1>Ralph BlombergGraphic Design
& Illustration
/BODY>

and then customised my h1> & h2> in my style.css

But when I want to make Ralph Blomberg a link to my index, and add this to it
a href="http://www.ralphblomberg.nl">Ralph Blomberg

nothing happens.....

This is my website www.ralphblomberg.nl

RalphBlomberg / 2010-09-28 22:11:55   

no one?

rickykappa / 2010-09-29 07:39:41   

hi ralph, at the first sight your code is a bit (too much) messy, actually I'm surprised that my browser (firefox) is showing your page... if you look at the html in your page you should notice that you've duplicated the main <html>, <head> and <body> tags. they are already produced by indexhibit, you don't need to add them in the text box!
remove those and check again your code, something will happen...
;-)

relajaelcoco / 2011-05-11 04:15:42   

Hi all, this is my first time. I'm checking how indexhibit works because I would like to restyle a web with it.
I'm trying to put a link to the logo of the studio above the menu. The link that can allow users to come back to the home page of the web, but it doesn't work. So I think that I am making something wrong. Shall you help me?
How I have to add the link to the logo? Can you tell me step by step (in a dummy style)? ;) ;)
I want to make it because I want to delete the Home link below the logo and the main link from Contactos.

the webpage is: http://www.hobradesign.com/indexhibit/

Thank you a lot

blameme / 2011-05-11 04:30:15   

Hello, just wrap you logo in a link : W3C schools - Image as a link

relajaelcoco / 2011-05-11 05:14:35   

Thank U a lot. Great help!

relajaelcoco / 2011-05-11 05:33:03   

Ok, so I have a little problem: where I modify the html code? I tried to download from the ftp the index.php that is located in the sample folder but when I open it to put the code you gave me, I don't have the html of the web. Maybe I'm searching in the wrong file or folder. Should you solve me the matter?

blameme / 2011-05-11 07:19:07   

Hola, you just need to put the html code in the Pre-nav section, the same place where you have already put your logo.

relajaelcoco / 2011-05-12 02:46:18   

Perfect! Thank U so much!

This thread has been closed, thank you.