Front page...how to get rid of frame Lines?

liunx

Guest
Hey<br />
if you go to my site<br />
<!-- w --><a class="postlink" href="http://www.starzRborn.com">www.starzRborn.com</a><!-- w --><br />
<br />
you can see the different frames...by the grey line<br />
how do i get rid or hide the grey line? <br />
<br />
Thanks in advance<br />
Triz<!--content-->right click on one of the frames and go frame properties<br />
down where options is, click on frames page<br />
click the check box under frame spacing to get rid of borders.<br />
<br />
hope this helps<br />
emby<!--content-->thx bro<br />
<br />
but these aren't inline frames<br />
there jus reg frames<br />
there no option like that for these :(<br />
<br />
thx though...cause i kno how to do it for inline frames now : D<!--content-->You can do it manually if you look at the HTML and just look for the frameborder part of the code.<!--content-->where can i find that coding under html? wats it called?<br />
<br />
thx guys<!--content-->frameborder=<br />
<br />
Look for that code and put in <br />
<br />
frameborder="NO"<br />
<br />
<br />
Thats what I have on my site<!--content-->sweet, i added that into the coding and it worked<br />
thx bro!<br />
<br />
now is there a way to make a smooth transition of the colors from one frame to the other?<!--content-->What do you mean by a smooth transition<!--content-->ok umm<br />
take <!-- m --><a class="postlink" href="http://www.castle-ed.com/">http://www.castle-ed.com/</a><!-- m --> for example<br />
see how the side frame and the top frame are like "connected"<br />
how do i so somthing like that? nice rounded off edeges?<!--content-->That was done using an image that was proportional to the side frame. You cant do that in HTML, you need the graphic first.<br />
<br />
Basically, that top left image is the same width as the left frame thus continueing the color. Then to the side of that topleft image is just plain background with text. <br />
<br />
I believe it was done using tables.<br />
<br />
I suggest that you try using images with rounded edges to achieve that look.<!--content-->sweet thanks <br />
<br />
can you suggest a place to go to get rounded images?<!--content-->you make 'em... get photoshop or fireworks and start having fun! :P<!--content-->LOL<br />
TRU <br />
<br />
aiight guys, u been a big help. thanx a bunch<!--content-->Yup, no problem<br />
<br />
We are here to help<!--content-->
 
Back
Top