Jump to content

Create A Css Table


imphamous

Recommended Posts

I may be saying it incorrectly, I am looking to create a CSS file with my links on the top and both sides but I was reading I can do it in a CSS file and it will prevent me from creating the same links on every page.thanks,

If you need a table, use a table. CSS doesn't create anything, it just styles elements that already exist.
Link to comment
Share on other sites

if u can email me your email address I will send you a example of what I am trying to do and maybe you can assist me.thanksimphamousimphamous@hotmail.com

I may be saying it incorrectly, I am looking to create a CSS file with my links on the top and both sides but I was reading I can do it in a CSS file and it will prevent me from creating the same links on every page.thanks,
Link to comment
Share on other sites

is it possible to mix the following http://www.w3schools.com/css/tryit.asp?fil...vbar_horizontalhttp://www.w3schools.com/css/tryit.asp?fil...avbar_basic_csswhere you can have horizontal and vertical links on the same css file.thanks,Imphamous

CSS doesn't do that. CSS will only apply style to the elements of the page.It sounds like you want server-side includes:http://php.net/manual/en/function.include.php
Link to comment
Share on other sites

  • 1 month later...
Have you looked through the CSS tutorial? You can use class and ID selectors to select specific elements on the page rather than all of them.
I have looked through the tutorials and have tired to do it what I end up getting is my top menu and side menu mixed up, I am not looking for you to do the work just show me how to understand it and do it, I will do it myself..please contact me when you get a chance...Imphamous
Link to comment
Share on other sites

you can just post the code or link to the site or the screen shot.
http://www.koffeenkreme.com/homepage.jpgHere is a screen shot of what I have for my home page, and you can see to the left I have alot of links. What I have been reading is that I should be able to write these links on the left, right and top in a CSS file and be able to use it on the rest of the pages.thanksimphamous
Link to comment
Share on other sites

:)um, content aside, I think Ingolme already suggested what I think you are looking for, which is PHP includes. You can save a bunch of HTML and the just use the include() on all your pages to display that one bit of code. Kind of like using a single stylesheet across multiple pages.to be honest, I'm still not sure exactly what it is you want to be able to do, so I apologize if I'm off the mark.

Link to comment
Share on other sites

to be honest, I'm still not sure exactly what it is you want to be able to do, so I apologize if I'm off the mark.
I see what you have, but I don't understand what you are trying TO DO. Did you read Ingolme's post? Is that what you are trying to do? Or is it something else?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...