ragnorok161 0 Report post Posted June 7, 2005 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
Tyssen 0 Report post Posted June 7, 2005 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
vujsa 0 Report post Posted June 7, 2005 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, Share this post Link to post Share on other sites
Danieluchis 0 Report post Posted June 7, 2005 or maybe you can just insert a line there and then make another frame (or iframe >_>U) below that line Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted June 7, 2005 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
biscuitrat 0 Report post Posted June 7, 2005 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
ragnorok161 0 Report post Posted June 7, 2005 thx ill post it Share this post Link to post Share on other sites
ragnorok161 0 Report post Posted June 8, 2005 hey guys yeah i figuered it out and thank you all for your help and have fun Share this post Link to post Share on other sites
snlildude87 0 Report post Posted June 8, 2005 Problem solved -> thread closed. Share this post Link to post Share on other sites