PreWritten HTML
3 posters
Page 1 of 1
PreWritten HTML
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">
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">
Re: PreWritten HTML
Hi @Six Letters,
You mean an element with a class that's styled using CSS ?
Your element :
and then CSS to style it :
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);
}
Similar topics
» How to Embed a Google Docs Form into an HTML page using HTML Pages Management
» HTML Pages and HTML Templates: {VALUES}
» about li tag-html
» Using MP3 in HTML
» Html help
» HTML Pages and HTML Templates: {VALUES}
» about li tag-html
» Using MP3 in HTML
» Html help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum