Jump to content
xisto Community
ragnorok161

Html Frame Help

Recommended Posts

i have frames that i used from microsoft frontpage =p lol im not the best in making html but i was wondering how i could change the frames around becuase i dont want it to show bold like ================ < borderl l ll l ll l=============== < frame that is boldl l ll l ll l ll l l================ < borderi want it to look like this================ < borderl l ll l ll l--------------------------l < just like not a line but a seperatorl l ll l ll l ll l l================ < borderthanks for all the help i get

Share this post


Link to post
Share on other sites

Frames are crap - better off using PHP includes. But if you have to, it might help if you post your code so people can point out what needs changing.

Share this post


Link to post
Share on other sites

Well, it depands on how the border is created but usually, it is set by either border="1" which is 1 pixel or border="5" which is 5 pixels.

Unless the border is create with css the it would be border-width: 1px; or border-width: 5px;

There are also styles avalible for css borders.

Check out webmonkey for basic css information.

Hope this helps, :P

Share this post


Link to post
Share on other sites

thats the better solution go with the iframe its will make it easier and its more customizable

Share this post


Link to post
Share on other sites

Frames together are all minced to pieces by different browsers. PHP includes are the way to go and they're really easy to put in your document. Added to that, they don't take up much space at all. Even if you're bad at HTML or PHP, you can figure it out.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.