html help

mandalorethx

New Member
Messages
10
Reaction score
0
Points
0
Hi. I am working on a website and wanted to know if it was possilbe to do something in HTML.

I want to be able to click on a title (Links, for example) and for a page to drop down. Not a menu but more like an actual page. I do not want to link to a seperate pge if at all possible.

Thanks for any help or advise you can offer
 

mandalorethx

New Member
Messages
10
Reaction score
0
Points
0
Thanks. Yeah, I'm new.
Made even more apparent by my next question!

Now I want to have the glide content (the script from the previous website) fit to the screen of whoever views it. Right now I have it set to a certain size, but on some resolutions it is too small and too large on others.

Also, is there a way to center it?

BTW, I am sing the content slider under the 2nd option of the site given to me
 
Last edited:

coolv1994

Member
Messages
508
Reaction score
0
Points
16
try <div align="center">you links</div> or <center>your links</center>
hope that helps
 

Jober68

Member
Messages
63
Reaction score
0
Points
6
probably want to <div align="center" width="100%"> Content </div>


This will ensure that the entire page is taken up you can adjust the % accordingly.
 
Top