Pre-Nav text HTML editing

lama / 2011-02-08 00:43:39   

Hello,

I am trying to edit My Pre-Nav text with the following html coding:
LAUREN MARSOLIER

I get the following error page:
"Forbidden
You don't have permission to access /ndxz-studio/ on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

But if I just edit the text to have it just bold, it works...

I have been trying to sort this out with my host. But they say they don't see any problem from their end...

Does anybody have an idea what could be wrong?

URL: www.laurenmarsolier.com

rickykappa / 2011-02-08 03:00:45   

I can't see the html code in your post and haven't really idea what's wrong... but nice work there!

lama / 2011-02-08 07:03:14   

Thank you rickykappa. I don't know how to show the source code of my title, as this page takes html... That's another question I would have...

rickykappa / 2011-02-08 07:15:21   

you can try with the Code insert at the left of the reply text box, or manually insert a space after the < character in the html tags
i.e.
< a href="http://site.com/" >link< /a>

lama / 2011-02-08 17:53:21   

OK. So that would be:
< font face = "Courier New, Times, serif" size="5" color="dimgray">< strong>LAUREN MARSOLIER< /strong>< /font>
Is there anything wrong with that coding?
Thanks!

rickykappa / 2011-02-08 18:17:20   

well... the <font> tag is deprecated (see here), I'd suggest you to use a heading tag instead (like <h1> or <h2>) and control the size and color using your /ndxz-studio/site/sample/style.css
i.e.
in your index.php: <h2>LAUREN MARSOLIER</h2>
in your style.css: h2 { font-size: 24px; color: #ccc; font-weight: bold; }

hope this helps, but the w3 school link up there can help you in further styling...
;-)

lama / 2011-02-08 21:55:22   

Thanks a lot!

This thread has been closed, thank you.