Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-08-28 09:45:21

nonspecialist
New Member
Registered: 2007-08-28
Posts: 8

Nav Bar in Safari and text box

Hello i am working on this website, i have never really done web design before and am learning text pattern and am wondering why the nav bar wont show up in safari, any ideas?
also i am trying to get a text box with a red background behind the text and im not sure who to do it in styles to keep it on consistent, any help?
thanks heaps

daniel non specialist

oh! the wen address www.non-specialist.net

Offline

#2 2007-08-28 10:16:17

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

Re: Nav Bar in Safari and text box

briefly looking at the source code

you have a random img src within the <head> portion which shouldn’t be there
get rid of that <style type=“text/css”> completely as you dont need it and its not even closed anyway

Offline

#3 2007-08-28 10:20:54

cnolle
Archived Plugin Author
Registered: 2004-03-21
Posts: 87
Website

Re: Nav Bar in Safari and text box

Adding this to your css should make the background red in your textarea:

textarea {
background: #FF0000;
}

Offline

#4 2007-08-28 12:47:44

nonspecialist
New Member
Registered: 2007-08-28
Posts: 8

Re: Nav Bar in Safari and text box

thats amazing! thankyou so much for your help i will give them both a try thankyou!
(very grateful)

Offline

#5 2007-08-28 23:16:52

nonspecialist
New Member
Registered: 2007-08-28
Posts: 8

Re: Nav Bar in Safari and text box

hey eta picking up on that loose style thing in the head fixed the problem with the safari viewing
I havent yet been able to get a box around the text and to change its color yet,
thanks again

Offline

#6 2007-08-29 00:01:10

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

Re: Nav Bar in Safari and text box

did you want a red background behind all of your content text (ie. an ongoing self-organised d.i.y. weekly workshop etc etc)? or are you trying to make a separate red box with text in it somewhere else?

if its all the content text you want, you can just add something like

#content {
background:#FF0000;
}

Last edited by iblastoff (2007-08-29 00:01:23)

Offline

#7 2007-08-29 00:08:20

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Nav Bar in Safari and text box

There is some of invalid code.

Some fixes:

  1. Remove <IMG SRC = "/img/left.gif" ALIGN = "LEFT"> from inside <head>-tags.
  2. Change <html> to <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">.
  3. And if you want use that image anyway, it should be <img src= "/img/left.gif" /> used inside body.

Cheers!

Last edited by Gocom (2007-08-29 00:09:28)

Offline

#8 2007-08-29 10:34:46

nonspecialist
New Member
Registered: 2007-08-28
Posts: 8

Re: Nav Bar in Safari and text box

wow! what an incredibly supportive support forum, i got rid of that left image altogether and i changed the <html> (although im interested to find out what that does?) the site has come along a fair way today and i’ve had an incredibly steep learning curve

eta: i missed your post but it would have been incredibly helpful, instead though i ended up putting the nav bar in the header and then changing the background of the body which would have had the same effect in the end anyway i think

so yes, the page is almost finished all except the content and i’m sure as i put more stuff in i will come into some more troubles but text pattern seems to make a lot of sense to me in the end

i would really appreciate any other feedback though in regards to how it all works for anyone else

i only have one issue at the moment but its not an essential floor, but what i dont understand is, that when you click a link in the nav bar the whole page seems to reload, is there anyway to change just the content?
is this something to do with my content structure?

thanks so much again, i will definitely try to stick around so hopefully one day i can help out on the other end

warm regards,

daniel

Offline

Board footer

Powered by FluxBB