The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

PreWritten HTML

3 posters

Go down

Solved PreWritten HTML

Post by Bones! October 19th 2015, 2:12 am

I was searching through the archives, but I remembering seeing it here before. It was more typing into the ACP to make a premade HTML table.

Such as turning :
<td style="width: 475px; padding: 5px; border-width: 3px; border-style: double; border-color: #c1c1c1; background: url(https://2img.net/h/oi61.tinypic.com/29kxbhh.jpg);">

Into:
<div class="Table1">

Bones!
Bones!
Forumember

Posts : 173
Reputation : 20
Language : English, CCS, HTML
Location : Behind you

http://www.unknownlandsrp.com/

Back to top Go down

Solved Re: PreWritten HTML

Post by Ange Tuteur October 19th 2015, 11:13 am

Hi @Six Letters,

You mean an element with a class that's styled using CSS ?

Your element :
Code:
<div class="Table1"></div>

and then CSS to style it :
Code:
.Table1 {
  width: 475px;
  padding: 5px;
  border-width: 3px;
  border-style: double;
  border-color: #c1c1c1;
  background: url(http://oi61.tinypic.com/29kxbhh.jpg);
}
( You can add it to your stylesheet )
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: PreWritten HTML

Post by Bones! October 19th 2015, 8:53 pm

Yup. That's all I needed. Thanks!
Bones!
Bones!
Forumember

Posts : 173
Reputation : 20
Language : English, CCS, HTML
Location : Behind you

http://www.unknownlandsrp.com/

Back to top Go down

Solved Re: PreWritten HTML

Post by Ape October 20th 2015, 12:21 am

Topic solved and archived


c1c1c1 - PreWritten HTML Left1212c1c1c1 - PreWritten HTML Center11c1c1c1 - PreWritten HTML Right112
c1c1c1 - PreWritten HTML Ape_b110
c1c1c1 - PreWritten HTML Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19123
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum