Slettet bruger
24. februar 2005 - 00:18
Der er
5 kommentarer og 1 løsning
Hvordan får jeg farve på mine rammer på min side?
Jeg sidder og tænker på om man ikke kan lave farver på mine rammer på min index side så det ser ud af lidt mere? er der en som vil hjælpe..
Annonceindlæg fra Lenovo
Slettet bruger
24. februar 2005 - 00:37
#2
det er ... <frameset frameborder="1" border="1" framespacing="0" rows="20%,*" cols="100%"><table style="border: 1px solid #0000FF;"> <frame src="Overskrift.htm" name="Overskrift" scrolling="no" marginheight="2" marginwidth="2"> <frameset cols="20%,*"> <frame src="Links.htm" name="Links" scrolling="auto"> <frame src="Modertekst.htm" name="Modertekst" scrolling="auto" marginheight="2" marginwidth="2"> </frameset> </frameset>
24. februar 2005 - 02:53
#4
Fundet på nettet: ---------------------------------- There are some useful attributes for both the <FRAMESET> and <FRAME> tags. <FRAMESET></FRAMESET> Attributes BORDER="x" - Sets the thickness of all frame borders in pixels. BORDERCOLOR="#rrggbb" - sets all border colors using hexadecimal color values or named colors. <FRAME> Attributes BORDERCOLOR="#rrggbb" - sets a frames border colors using hex color values or named colors. MARGINHEIGHT and MARGINWIDTH Sets padding within a frame. The former adjusts the top and bottom margins, the latter is for the side margins. ------------------------------------------
24. februar 2005 - 02:55
#5
Så det ser f.eks. sådan ud: <frameset rows="80,*,80" framespacing="0" frameborder="yes" border="1" bordercolor="#006600">