Jump to content

HTML Help (please)


Flamewhisker

Recommended Posts

I belive i can put this here, right? mods please move if theres a better place...

 

 

 

 

 

well i'm making a website for a teacher and their current site has frames and they want to keep them. My website is going to be a table with a width in % and height undefined (to it can fit many monitor resolutions) but I want the frame to be in that table. Is it possible to have a frame within a table and the table adjust its height in order to fit the content of the frame? I DON'T want a scroll bar inside of the table, I only want the main page scroll bar.

 

 

 

Understand what I'm saying? Any help please? (its honestly a yes/no question, but if its some weird code thats hardly ever used and u know it, supply me with that info please--but if its just basic frame coding, i'll figure it out myself)

 

 

 

Thanks ahead of time

cac29dfe51.png

image.png

Please click and warm up my egg.

Link to comment
Share on other sites

1. Don't use frames

 

2. Only use tables where absolutely necessary

 

 

 

This is a nice framework

 

http://www.cssplay.co.uk/layouts/frame.html

 

Using solely CSS for the formatting.

[hide=Drops]

  • Dragon Axe x11
    Berserker Ring x9
    Warrior Ring x8
    Seercull
    Dragon Med
    Dragon Boots x4 - all less then 30 kc
    Godsword Shard (bandos)
    Granite Maul x 3

Solo only - doesn't include barrows[/hide][hide=Stats]

joe_da_studd.png[/hide]

Link to comment
Share on other sites

You can't use HTML frames in a table o.O a frame hosts a document, which contains the table.

 

 

 

Maybe an IFRAME element will work though. It won't be resizable like a frame, but it'll be something you can place inside the table.

 

Or even a %-sized table with %-sized table cells and the CSS style "overflow: none;"

 

 

 

Though I must ask, what do you want your site to look like?

vaporeon-sig.png
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.